The main share on the serevr displays the Scheduled Tasks folder...how can I make this invisible when users are brwosing these shares on any given server?
Tried this...no luck:
Tried this...no luck:
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
const HKLM = &H80000002
strComputer = "."
Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &_
strComputer & "\root\default:StdRegProv")
strRegKeyPrinter = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{2227A280-3AEA-1069-A2DE-08002B30309D}"
strRegKeyTasks = "SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}"
objReg.DeleteKey HKLM, strRegKeyPrinter
objReg.DeleteKey HKLM, strRegKeyTasks