PDA

View Full Version : controlling win shutdown options



Anonymous
09-01-1999, 09:38 PM
How can I remove "Restart computer in Ms-Dos mode" from shut down command

Anonymous
09-03-1999, 08:46 PM
You can remove the DOS-Mode option by using Pol-Edit. Under "Local User | System | Restrictions | Disable Single Mode MS-DOS Applications" simply add a check there, hit ok and save the registry.

Anonymous
09-04-1999, 12:40 AM
here is the tweak to disable any type of dos action. It dosen't remove the shutdown option though

Disable the MS-DOS Command Prompt (Windows 9x and NT)
This setting allows you to disable the use of the MS-DOS command prompt
in Windows.

1. Using Regedit find the key below, creating it if it doesn't already
exist.

2. Create a new DWORD value, and name it 'Disabled'.

3. To disable the command prompt modify the value of 'Disabled' to '1',
and to re-enable it again later change the value to '0'.

Note: You need to reboot for this restriction to come into force.

Key: [HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\WinOldApp]
Value Name: Disabled
Data Type: REG_DWORD
Data: (0 = disable, 1 = enable)


enjoy