How to solve the problem of XP prompt 16-bit MS-DOS subsystem
This article shows you how to solve the problem of XP prompt 16-bit MS-DOS subsystem, the content is concise and easy to understand, it will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.
In the process of using the computer, the dialog box of the 16-bit MS-DOS subsystem always pops up, whether it is clicked to close or cheat. According to my experience, I would like to introduce two processing methods here, hoping to be useful to you.
Method one
"start"-"run"-enter "gpedit.msc" in the open dialog box to start group policy
In the console tree on the left, expand computer configuration-Administrative templates-Windows components-Application compatibility
Find and double-click in the right window to open the prevent access to 16-bit applications project
Click the Settings tab in the pop-up window, select enabled, and click OK
Method two
Click start, click run, enter "regedit" to open the registry editor
Expand to the following registry key in the left interface
HKEY_LOCAL_MACHINE\ SYSTEM\ CurrentControlSet\ Control\ WOW
Right mouse button "New"-"DWORD value" in the right window blank
Right-click New value # 1, click rename, enter DisallowedPolicyDefault, and press enter
Double-click to open the "DisallowedPolicyDefault" key value, change the data value to "1" in the Edit DWORD value dialog box, and click OK.
You can also enter the following command directly in the run dialog box to achieve the same effect
Reg add "HKLM\ System\ CurrentControlSet\ Control\ WOW" / v "DisallowedPolicyDefault" / d 1 / t REG_DWORD / f
The above content is how to solve the problem of XP prompt 16-bit MS-DOS subsystem, have you learned the knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are welcome to follow the industry information channel.