Prevent dropping shortcuts to network shares in My Network Places

  • Thread starter Thread starter Aaron Seet
  • Start date Start date
A

Aaron Seet

Win XP has this irritating habit of putting a shortcut in My Network Places
for each network share I previously accessed. How can this be stopped?

I only want to see Network Places/Web Folders _I_ specified manually (like
Sharepoint's).


Thanks,
Aaron
 
Hi Aaron,

If you are running Windows XP Pro, you can do this by doing the following:

Start - Run - gpedit.msc
Click on User Configuration - Administrative Templates - Desktop.
Double click "Do not add shares of recently opened documents to My Network
Places". and select Enabled.
Click Ok.

Log out and then back in and it should not longer happen.

Thanks,
Nico Tomacelli
Microsoft Corp.
US - Windows Core:SOLID

This posting is provided "AS IS" with no warranties, and confers no rights.
=====================================================
When responding to posts, please "Reply to Group" via your newsreader
so that others may learn and benefit from your issue.
=====================================================
 
Someone suggested inserting a new DWORD value
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\Explor
er\NoRecentDocsNetHood
and setting it to 1.

Seems to work ok. I guess the GPO method is more elegant.


Aaron
 
Back
Top