Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
October 19, 1999
To prevent a 16-bit application from running, deny access to %SystemRoot%System32tvdm.exe for the selected users.
Examples:
To prevent members of the local Sales Persons group from running 16-bit applications, type:
CACLS %SystemRoot%System32tvdm.exe /E /D "Sales Persons"
To prevent Everyone from running 16-bit applications, type:
CACLS %SystemRoot%System32tvdm.exe /E /D Everyone
See tip 1556.
You May Also Like