Greetings all!
I'm quite new to programming and scripting, so please bear with me if I ask seemingly mundane questions, m'kay?
My employer has asked me to come up with a logon/startup script to use when setting up a new server at a branch office. Basically, the script should clean up any mappings referring to the old server on our employees desktop computers. In order to minimize possible headaches when changing servers like this, we've decided to name the new server with the same name as the old server. Typically such changing of servers occur when servers are past their designated end-of-life time, typically 4-5 years. Also storage might be a factor, or should I rather say a lack of storage.
I would like my script to clear all stored network locations under "My Network Places". That is, of course, everything except the standard "Entire Network" and so forth. How would I go about that using VBscript? If there's any other registry keys that come in to play, please let me know, so that I can look into it. Like I said, I'm quite new to this ;-)
We've noticed that if there are lots of network shares located here, it will slow down Explorer significantly, especially on CAD workstations. I reckon I'll alert the Desktop IT group about how to Prevent Network Share Shortcuts from Being Added to My Network Places, according to this MS KB article: but for the time being I'll have to come up with a script in order to clear stored shares.
I've done some searhing for VBScripts to clear My Network Places, but I've come up empty handed so far. I would greatly appreciate if someone could point me in the right direction
Regards
RubaDub
I'm quite new to programming and scripting, so please bear with me if I ask seemingly mundane questions, m'kay?
My employer has asked me to come up with a logon/startup script to use when setting up a new server at a branch office. Basically, the script should clean up any mappings referring to the old server on our employees desktop computers. In order to minimize possible headaches when changing servers like this, we've decided to name the new server with the same name as the old server. Typically such changing of servers occur when servers are past their designated end-of-life time, typically 4-5 years. Also storage might be a factor, or should I rather say a lack of storage.
I would like my script to clear all stored network locations under "My Network Places". That is, of course, everything except the standard "Entire Network" and so forth. How would I go about that using VBscript? If there's any other registry keys that come in to play, please let me know, so that I can look into it. Like I said, I'm quite new to this ;-)
We've noticed that if there are lots of network shares located here, it will slow down Explorer significantly, especially on CAD workstations. I reckon I'll alert the Desktop IT group about how to Prevent Network Share Shortcuts from Being Added to My Network Places, according to this MS KB article: but for the time being I'll have to come up with a script in order to clear stored shares.
I've done some searhing for VBScripts to clear My Network Places, but I've come up empty handed so far. I would greatly appreciate if someone could point me in the right direction
Regards
RubaDub