 |
Show Run in Separate Memory Space option (For All Users).
This tweak controls the display of Run in Separate Memory Space option in the Run box, which allows you to run 16-bit programs in a dedicated Virtual DOS Machine (VDM) process.
Click Here to Run a Free Scan for None Related Errors
Description: The dos and 16-bit programs run on windows in the virtual dos machine program. It provides 16-bit environment with dlls also. 16-bit programs run as threads in a single and shared vdm process by default. They share the memory space allocated to the vdm process and therefore, they cannot run simultaneously. If this tweak is enabled, then the checkbox for run in separate memory space appears on the run dialog box. It gives users the option of running a 16-bit program in its own dedicated ntvdm process. The additional check box is enabled only when a user enters a 16-bit program in the run dialog box. For this, go to start > run menu, enter regedit and navigate to the registry path listed below. If the subkey \explorer does not exist, create it as explained below. Then, create a dword value memcheckboxinrundlg in the right panel. Now, right-click and modify its value to 1 to show the option. However, if you want to show the original state, change the value data to 0 or delete the added value. The changes take effect after a restart or logoff.
Level: Recommended For Experts Only
Path: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\] |
Location: Local Machine |
Value Name: Explorer |
Data Type: Key |
Enabled Value: |
Disabled Value: |
Action Type: Add an Entry |
|
Path: [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\] |
Location: Local Machine |
Value Name: MemCheckBoxInRunDlg |
Data Type: DWORD (DWORD Value) |
Enabled Value: 1 |
Disabled Value: 0 |
Action Type: Add an Entry |
|
 |
First, click the 'Start' button, and select 'Run'. In the resulting dialog box, type "regedit". |
|
 |
Second, go to the <b>[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\]</b> key, right-click and click on "New > Key" to create a new key with the name "Explorer". |
|
 |
Third, right-click on the blank area in the right pane and click on "New > DWORD Value" to create a new DWORD value with the name "MemCheckBoxInRunDlg". |
|
 |
Fourth, right-click on the 'MemCheckBoxInRunDlg' DWORD value and click on "Modify". |
|
 |
Finally, enter the value "1" in the text box and click on 'OK'. |
|
|