Wayne Maples

Restrict programs that can be run in Windows NT / Windows 2000

One can restrict the programs that a user can run by setting the RestrictRun which will restrict the user to programs in the Explorer\Restrict subkey. Apply the following Windows NT / Windows 2000 registry hack: Hive: HKEY_CURRENT_USERKey: Software\Microsoft\Windows\CurrentVersion\Policies\ExplorerName: RestrictRunType: REG_DWORDValue: …

Restrict programs that can be run in Windows NT / Windows 2000 Read More »

Restrict access to Application and System event logs

By default, guests and unauthorized users can read the System and Application event logs (not the Security log). To restrict to authenicated users: Hive: HKEY_LOCAL_MACHINEKey: SYSTEM\CurrentControlSet\Services\EventLog\ApplicationName: RestrictGuestAccessType: REG_DWORDValue: 1 Restrict access to Application log Hive: HKEY_LOCAL_MACHINEKey: SYSTEM\CurrentControlSet\Services\EventLog\SystemName: RestrictGuestAccessType: REG_DWORDValue: 1 …

Restrict access to Application and System event logs Read More »

Security Log Settings

To change location of the Windows NT or Windows 2000 Security event log you can use the Event Viewer to indirectly modify the registry or to apply the registry hack directly: Hive: HKEY_LOCAL_MACHINEKey: SYSTEM\CurrentControlSet\Services\EventLog\SecurityName: FileType: REG_EXAND_SZValue: %SystemRoot%\system32\config\SecEvent.Evt default Appication and …

Security Log Settings Read More »

Animated Windows

NT4 copies the Win95 feature of using animated rectangles to provide a “zooming” effect when windows are opened and closed. To control Hive: HKEY_CURRENT_USERKey: Control Panel\Desktop\WindowMetricsName: MinAnimateType: REG_DWORDValue: 0 disableValue: 1 enable See q226931 – How to Minimize Graphics Use …

Animated Windows Read More »

Disable Windows NT alt-ctrl-del dialog buttons

You can control what appears during Windows NT security dialog box using the following Windows NT registry hack: Disable Lock Workstation button:Hive: HKEY_CURRENT_USERKey: Software\Microsoft\Windows\CurrentVersion\Policies\System Name: DisableLockWorkstation Type: REG_DWORDValue: 1 disable Disable Task Manager button: Hive: HKEY_CURRENT_USERKey: Software\Microsoft\Windows\CurrentVersion\Policies\System Name: DisableTaskMgrType: REG_DWORDValue: …

Disable Windows NT alt-ctrl-del dialog buttons Read More »

Scroll to Top