Disabling completely DOS programs

S

Solomon

How to disable completely all DOS programs/windows use?
I want to inactive CMD.EXE, COMMAND.COM, MSDOS.PIF, ...

What I did:
1. Add these programs to local and domain policies: "Don't run specified
Windows applications" and "Restrict these
programs from being launched from Help" and enable "Prevent access to the
command prompt".
2. Change security permissions to above programs.

But some users rename these programs and later execute them with other
names.

Do you know some effetive way to prevent completely DOS programs?

THANKS!
 
C

Clark Griswold

Solomon said:
How to disable completely all DOS programs/windows use?
I want to inactive CMD.EXE, COMMAND.COM, MSDOS.PIF, ...

What I did:
1. Add these programs to local and domain policies: "Don't run specified
Windows applications" and "Restrict these
programs from being launched from Help" and enable "Prevent access to the
command prompt".
2. Change security permissions to above programs.

But some users rename these programs and later execute them with other
names.

Do you know some effetive way to prevent completely DOS programs?

THANKS!
Why don't you try moving them out of harms way?
 
S

Solomon

FYI: Issue resolved.

1. Adding dword register key named disablecmd at
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system where
0 = Not Configured
1 = Disable CMD and BAT scripts
2 = Disable CMD but not BAT scripts
2. Changing NTVDM.EXE (windows\system32\) permissions. This file allows
compatibility with 16 bits applications (command.com, msdos.pif, ...)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top