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
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
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.
Please log in to comment
Comments