Computing.Net > Forums > Windows NT > Locking out control panel!

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Locking out control panel!

Reply to Message Icon

Name: Mike
Date: May 3, 2000 at 06:25:48 Pacific
Comment:

Im trying to lock out the control panel in NT workstation could any body give me some clues on how to do this??

Cheers in advance!
Mike



Sponsored Link
Ads by Google

Response Number 1
Name: Rob Harper
Date: May 3, 2000 at 06:36:54 Pacific
Reply:

Mike,

It is similar to in Win95 there is more than one way to do this but the easiest way is to setup "Policies" if you check through the NT CD-ROM and search for policies, you will find several related items on this. You will be able to lockout regedit32, desktop settings all of control panel or just parts.

Hope this helps


0

Response Number 2
Name: Col
Date: May 3, 2000 at 08:36:57 Pacific
Reply:

You could also run a batch file through the login script that renames the control panel components. eg:

@echo off
if exist c:\winnt\system32\telephon.cpl rename c:\winnt\system32\telephon.cpl *.cp2 >nul
if exist c:\winnt\system32\devapps.cpl rename c:\winnt\system32\devapps.cpl *.cp2 >nul
if exist c:\winnt\system32\ups.cpl rename c:\winnt\system32\ups.cpl *.cp2 >NUL
if exist c:\winnt\system32\ups.cpl rename c:\winnt\system32\ups.cpl *.cp2 >nul
if exist c:\winnt\system32\joy.cpl rename c:\winnt\system32\joy.cpl *.cp2 >nul
if exist c:\winnt\system32\ncpa.cpl rename c:\winnt\system32\ncpa.cpl *.cp2 >nul
if exist c:\winnt\system32\srvmgr.cpl rename c:\winnt\system32\srvmgr.cpl *.cp2 >nul
if exist c:\winnt\system32\sysdm.cpl rename c:\winnt\system32\sysdm.cpl *.cp2 >nul
if exist c:\winnt\system32\inetcpl.cpl rename c:\winnt\system32\inetcpl.cpl *.cp2 >nul
etc....

Then if you need to use any components, rename them back:

@echo off
if exist c:\winnt\system32\*.cp2 rename c:\winnt\system32\*.cp2 *.cpl >nul
control


Life's a gas


0

Response Number 3
Name: Stefan
Date: May 3, 2000 at 10:29:34 Pacific
Reply:

Microsoft Knowledge base document Q168579 will help you with that.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows NT Forum Home


Sponsored links

Ads by Google


Results for: Locking out control panel!

disable network control panel? www.computing.net/answers/windows-nt/disable-network-control-panel/5346.html

Cannot Remove Program from Control Panel www.computing.net/answers/windows-nt/cannot-remove-program-from-control-panel/9198.html

Hide Control panel or My Computer www.computing.net/answers/windows-nt/hide-control-panel-or-my-computer-/774.html