Home > Common Problem > body text

How to use staging tools to discover Windows 11's secret features

WBOY
Release: 2023-08-17 19:17:05
forward
867 people have browsed it

如何使用登台工具发现 Windows 11 的秘密功能

How to discover Windows 11 secret features using staging tools? Well, the answer to this question is not complicated. The staging tool is apparently a software device used by Microsoft engineers to unlock Windows 11 features. It uses the command line to test functionality and was spotted by this Windows enthusiast in an apparent leak.

So how does the staging tool work?

To use it properly, you need to know some knowledge about using command line tools, otherwise, you may end up breaking your system. However, the Windows enthusiasts who discovered the tool also pushed it to show the commands you can unlock.

The following are the command lines that can be used in the staging tool:

  • /enable – Enable the specified function/Disable – Disable the specified function
  • /query – Query the specified feature for enablement and viariant information.
  • /v – Optional parameter for printing both image default and image overlay functions
  • /reset – Resets the specified function to Its default state
  • /testmode – Used in conjunction with /enable /disable /reset
  • /restorelkg – Combined with /enable /disable/reset Use
  • /setvariant – Select the feature variant to use; used in conjunction with >
  • /serialize – Use this option to print out the new configuration with all requested changes. This can be used to perform an offline update of the VHD before first boot.
  • /setlkg – Set boot time feature override status to LKG configuration
  • /restorelkg – Restore boot time LKG configuration status feature configuration
  • /trace – Real-time ETW tracing of specified function usage in code.

如何使用登台工具发现 Windows 11 的秘密功能

To use them you just add the keyword after StagingTool.exe in the terminal line like this:

StagingTool . exe [/enable ] or StagingTool. exe [/disable ] or StagingTool. exe [/query ], etc.

How do I use the staging tool to view available features?

You can use the staging tool to discover what features are or are not enabled on your device. But before proceeding, you should know that this tool can wreak havoc on your machine if you don't have any previous experience on how to proceed with such commands. However, if you do wish to proceed, you can enable which features are available by typing:

  • StagingTool.exe /query

this command A numbered list of features and their Microsoft link will be provided. You will be able to see what each of these features does.

To enable and disable features, type the following command:

  • StagingTool.exe /enable
  • StagingTool.exe /disable

For example, if a feature has the following ID: ID 33001877, the command to enable or disable the feature would be:

  • StagingTool.exe /enable 33001877
  • StagingTool.exe /disable 33001877

Whenever there is a new Check them out as they often publish the IDs of hidden features they find. For example, PhantomOcean recently released the ID of a hidden feature that allows you to display the widget board you have open in Windows 11. This new feature was released by Microsoft in the Windows Insider program, but not everyone has access to it, so you have to enable it using the vivetool command.

If this looks complicated to you and you are not a developer, then it is best not to try it as you may damage your Windows 11. On the other hand, for those of you who are familiar with it, you may now be discovering Windows 11’s hidden gems. function.

If you're a hidden feature seeker, show yourself in the comments and help others find Windows 11's hidden features.

The above is the detailed content of How to use staging tools to discover Windows 11's secret features. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!