移除 Win11 的文件夹标签功能

  [复制链接]
514 2
移除 Win11 的文件夹标签功能

  1. Windows PowerShell
  2. Copyright (C) Microsoft Corporation. All rights reserved.

  3. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

  4. PS C:\Users\USER> d:
  5. PS D:\> cd .\Program\ViveTool\0.3.3\
  6. PS D:\Program\ViveTool\0.3.3> .\vivetool /reset /?
  7. ViVeTool v0.3.3 - Windows feature configuration tool

  8. Syntax:
  9.   /reset {/id:<comma delimited feature IDs> | /name:<comma delimited feature names>}
  10.   [/priority:{<ekb | safeguard | service | dynamic | user | userpolicy | test> | <1-14>}]
  11.   [/store:<both | runtime | boot>]

  12. Features can be specified using both their IDs and names, mixing and matching is allowed.

  13. By default the features you've chosen will have their configuration overrides erased from
  14. all priorities and both stores. Specifying a priority will limit the scope of the reset.

  15. ImageDefault (0), Security (9) and ImageOverride (15) priority configurations are
  16. unaffected by this command.

  17. Examples:
  18.   /reset /id:12345678
  19.   /reset /name:TIFE,STTest
  20.   /reset /name:SmartClipboardUX /id:33000420 /priority:user
  21. PS D:\Program\ViveTool\0.3.3> .\vivetool /disable /id:36354489
  22. ViVeTool v0.3.3 - Windows feature configuration tool

  23. Successfully set feature configuration(s)
  24. PS D:\Program\ViveTool\0.3.3> .\vivetool /disable /id:39145991
  25. ViVeTool v0.3.3 - Windows feature configuration tool

  26. Successfully set feature configuration(s)
  27. PS D:\Program\ViveTool\0.3.3> .\vivetool /disable /id:37634385
  28. ViVeTool v0.3.3 - Windows feature configuration tool

  29. Successfully set feature configuration(s)
  30. PS D:\Program\ViveTool\0.3.3>
复制代码
Vouloir c'est pourvoir.<諺>志さえあれば必ず成功する

2 个评论

坤FL 实名认证  版块管理  2025-5-12 14:28  | 显示全部楼层

恢复

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\USER> PS C:\Users\USER> d:
Get-Process : A positional parameter cannot be found that
accepts argument 'd:'.
At line:1 char:1
+ PS C:\Users\USER> d:
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-
   Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFoun
   d,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Users\USER> PS C:\Users\USER> d:
Get-Process : A positional parameter cannot be found that
accepts argument 'd:'.
At line:1 char:1
+ PS C:\Users\USER> d:
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-
   Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFoun
   d,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Users\USER> PS C:\Users\USER> d:
Get-Process : A positional parameter cannot be found that
accepts argument 'd:'.
At line:1 char:1
+ PS C:\Users\USER> d:
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-
   Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFoun
   d,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Users\USER> d:
PS D:\> cd .\Program\ViveTool\0.3.3\
PS D:\Program\ViveTool\0.3.3> \vivetool /reset /?
\vivetool : The term '\vivetool' is not recognized as the
name of a cmdlet, function, script file, or operable pro
gram. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At line:1 char:1
+ \vivetool /reset /?
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (\vivetool
   :String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command \vivetool was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\\vivetool". See "get-help about_Command_Precedence" for more details.
PS D:\Program\ViveTool\0.3.3> .\vivetool /enable /id:39145991
ViVeTool v0.3.3 - Windows feature configuration tool

Successfully set feature configuration(s)
PS D:\Program\ViveTool\0.3.3> .\vivetool /enable /id:37634385
ViVeTool v0.3.3 - Windows feature configuration tool

Successfully set feature configuration(s)
PS D:\Program\ViveTool\0.3.3>
Vouloir c'est pourvoir.<諺>志さえあれば必ず成功する
坤FL 实名认证  版块管理  2025-5-12 14:28  | 显示全部楼层

恢复

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows

PS C:\Users\USER> PS C:\Users\USER> d:
Get-Process : A positional parameter cannot be found that
accepts argument 'd:'.
At line:1 char:1
+ PS C:\Users\USER> d:
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-
   Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFoun
   d,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Users\USER> PS C:\Users\USER> d:
Get-Process : A positional parameter cannot be found that
accepts argument 'd:'.
At line:1 char:1
+ PS C:\Users\USER> d:
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-
   Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFoun
   d,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Users\USER> PS C:\Users\USER> d:
Get-Process : A positional parameter cannot be found that
accepts argument 'd:'.
At line:1 char:1
+ PS C:\Users\USER> d:
+ ~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Get-
   Process], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFoun
   d,Microsoft.PowerShell.Commands.GetProcessCommand

PS C:\Users\USER> d:
PS D:\> cd .\Program\ViveTool\0.3.3\
PS D:\Program\ViveTool\0.3.3> \vivetool /reset /?
\vivetool : The term '\vivetool' is not recognized as the
name of a cmdlet, function, script file, or operable pro
gram. Check the spelling of the name, or if a path was in
cluded, verify that the path is correct and try again.
At line:1 char:1
+ \vivetool /reset /?
+ ~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (\vivetool
   :String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


Suggestion [3,General]: The command \vivetool was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\\vivetool". See "get-help about_Command_Precedence" for more details.
PS D:\Program\ViveTool\0.3.3> .\vivetool /enable /id:39145991
ViVeTool v0.3.3 - Windows feature configuration tool

Successfully set feature configuration(s)
PS D:\Program\ViveTool\0.3.3> .\vivetool /enable /id:37634385
ViVeTool v0.3.3 - Windows feature configuration tool

Successfully set feature configuration(s)
PS D:\Program\ViveTool\0.3.3>
Vouloir c'est pourvoir.<諺>志さえあれば必ず成功する
您需要登录后才可以回帖 登录 | 停止注册

本版积分规则

研究报告

更多

社区同学

更多

客服中心

Admin@tjrzzl.com 周一至周日 10:00-22:00 仅收市话费

关注我们

  • 加入QQ群组
  • 关注官方微信
关于我们
关于我们
友情链接
联系我们
帮助中心
运营理念
注册说明
获取硬币
服务说明
社区规范
免责声明
账户安全
关注我们
官方微博
官方空间
官方微信
快速回复 返回顶部 返回列表