Some times security policies specify on blocking few Control Panel items such as “Computer Management”. You will be presented with a message box which says The snap-in below, referenced in this document, has been restricted by policy. Contact your administrator for details.”
But we may have to access it for reasons such as viewing/enabling Indexing services. In such cases you can you can use the following method to open Computer Management.
Go to Start> Run; type cmd and hit Enter Key.
Enter the following DOS command at the prompt
at 10:35am /interactive “cmd.exe”
where 10:35am is the time at which you are scheduling a job to start. Best way is to enter a time which is 1 minute more than the system time. So the job starts once the system time becomes the time you have mentioned.
Another command window opens up at the specified time.
Enter “compmgmt.msc” without the quotes at the prompt on the new command window and hit enter. Voila….! Computer management opens up….!
Use this trick only in genuine situations like the one I mentioned and don’t get in to a mess for violating the policy.If you want more help on “at” DOS command enter “at /?” without the quotes at the DOS prompt and hit enter to see the DOS documentation for the command.
For full list of DOS commands, check this link.




