Scheduled tasks in windows

G

Guest

hi

is there a way to stop displaying the scheduled tasks list in a PC,when we
browse the PC by giving

\\pcname or \\ip address of the PC

if so how do we do that. i want to hide this display for one of our servers
here
 
A

Austin M. Horst

Remove the key: {D6277990-4C6A-11CF-8D87-00AA0060F5BF} from
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\
This is a per-client setting.

To remove the printers folder, delete key: {2227A280-3AEA-1069-A2DE-08002B30309D}


Austin M. Horst
 
G

Guest

hi austin

thanks. but i cannot do it in all the clients as the clients are in
different sites also. so is there any per server setting . the server
o/s is windows 2000 advanced server.
 
A

Austin M. Horst

If that NameSpace is on the client machine, they're going to be able to browse the Scheduled Tasks of remote machines.

The {D6277990-4C6A-11CF-8D87-00AA0060F5BF} key could be removed during logon with a batch file or vbscript.

"Assigning logon scripts to user or group accounts"
http://www.microsoft.com/windows2000/en/advanced/help/sag_lsconcepts_1.htm
"To assign user logon scripts"
http://www.microsoft.com/windows2000/en/advanced/help/gptext_assignLogonscripts.htm

If you need to keep users from deleting/changing the Scheduled Tasks,
you could use the Group Policy Object in Active Directory to restrict some of their access:

"To open Group Policy from Active Directory Users and Computers"
http://www.microsoft.com/windows2000/en/advanced/help/gpedit_startfromds.htm

----------------------------
User Level Restrictions
----------------------------
"Hide Property Pages"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/317.asp
"Prevent Task Run or End"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/318.asp
"Disable Drag-and-Drop"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/319.asp
"Disable New Task Creation"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/320.asp
"Disable Task Deletion"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/321.asp
"Disable Advanced Menu"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/322.asp
"Prohibit Browse"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/323.asp

----------------------------------
Computer Level Restrictions
----------------------------------
"Hide Property Pages"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/82.asp
"Prevent Task Run or End"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/83.asp
"Disable Drag-and-Drop"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/84.asp
"Disable New Task Creation"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/85.asp
"Disable Task Deletion"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/86.asp
"Disable Advanced Menu"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/87.asp
"Prohibit Browse"
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/gp/88.asp


Austin M. Horst
 

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