Nethood Script
What I need help with is a script that would look for what is in users "nethood" folder on XP workstations. Any help would be great!
Thank You
Thank You
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Garrett
20 years ago
Set objShell = WScript.CreateObject("Shell.Application")
set objFolder = objShell.Namespace(&H13&)
set objFolderItem = objFolder.Self
msgbox "NetHood Path: " & objFolderItem.path
&H13& is the Special Folder Constant for Nethood. This code will return the Nethood directory of the person that executes the script.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.