Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Security Apps
Hard_Configurator Tools
Hard_Configurator - Windows Hardening Configurator
Message
<blockquote data-quote="Andy Ful" data-source="post: 589028" data-attributes="member: 32260"><p><strong>Prevent access to 16-bit applications.</strong></p><p></p><p>This option exists in most Windows versions, even in Windows 10 64Bit (at least Windows Server 2003).</p><p>GPEDIT: Administrative Templates-Windows Components-Application Compatibility-Prevent access to 16-bit applications.</p><p></p><p>Windows 64Bit has not got NTVDM subsystem, so 16Bit applications cannot run (yet, there are 64Bit NTVDM alternatives available on GitHub). Also, 32Bit applications that rely on 16Bit components will not run properly. In Windows 64Bit is possible to run 16Bit applications in 32Bit virtual machine or in DosBox (DOS emulator) - both works independently of VDMDisallowed settings made in Windows 64Bit.</p><p></p><p>Registry settings:</p><p>*********************************************************************************</p><p>Windows Registry Editor Version 5.00</p><p>[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat]</p><p>"VDMDisallowed"=dword:00000001</p><p>*********************************************************************************</p><p></p><p>There is also another registry key that can control 16Bits if the above key is absent.</p><p>HKLM\System\CurrentControlSet\Control\WOW\!DisallowedPolicyDefault</p><p></p><p>It is not easy to run 16Bit applications in Windows 10 32Bit</p><p>First, NTVDM subsystem must be installed:</p><p>Programs and Features -> Turn Windows Features on or off -> Legacy Components -> Enable NTVDM</p><p>Next, legacy console (old Command Prompt) have to be activated:</p><p>"Command prompt" > Right click over the title "Command prompt" > "Properties" > "Use legacy console (require relaunch)" > "Accept" > close and re-open "Command prompt".</p><p></p><p>Disable 16Bits option will be added soon to Hard_Configurator.</p></blockquote><p></p>
[QUOTE="Andy Ful, post: 589028, member: 32260"] [B]Prevent access to 16-bit applications.[/B] This option exists in most Windows versions, even in Windows 10 64Bit (at least Windows Server 2003). GPEDIT: Administrative Templates-Windows Components-Application Compatibility-Prevent access to 16-bit applications. Windows 64Bit has not got NTVDM subsystem, so 16Bit applications cannot run (yet, there are 64Bit NTVDM alternatives available on GitHub). Also, 32Bit applications that rely on 16Bit components will not run properly. In Windows 64Bit is possible to run 16Bit applications in 32Bit virtual machine or in DosBox (DOS emulator) - both works independently of VDMDisallowed settings made in Windows 64Bit. Registry settings: ********************************************************************************* Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppCompat] "VDMDisallowed"=dword:00000001 ********************************************************************************* There is also another registry key that can control 16Bits if the above key is absent. HKLM\System\CurrentControlSet\Control\WOW\!DisallowedPolicyDefault It is not easy to run 16Bit applications in Windows 10 32Bit First, NTVDM subsystem must be installed: Programs and Features -> Turn Windows Features on or off -> Legacy Components -> Enable NTVDM Next, legacy console (old Command Prompt) have to be activated: "Command prompt" > Right click over the title "Command prompt" > "Properties" > "Use legacy console (require relaunch)" > "Accept" > close and re-open "Command prompt". Disable 16Bits option will be added soon to Hard_Configurator. [/QUOTE]
Insert quotes…
Verification
Post reply
Top