Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Disabling Shared Documents Folder in WinXP

Featured Replies

Hey Gosh - love your .inf guide (It's making our WinXP corporate image look real good). :)

Quesiton: In your options.inf, you have the following:

;Disable Shared Documents folder (Windows XP)

HKLM,"%Advanced%\Folder\NoSharedDocs","CheckedValue",0x00010001,1

HKLM,"%Advanced%\Folder\NoSharedDocs","DefaultValue",0x00010001,1

HKLM,"%Advanced%\Folder\NoSharedDocs","HKeyRoot",0x00010001,0x80000002

HKLM,"%Advanced%\Folder\NoSharedDocs","Type",0,"checkbox"

HKLM,"%Advanced%\Folder\NoSharedDocs","Text",0,"Disable Shared Documents folder"

HKLM,"%Advanced%\Folder\NoSharedDocs","UncheckedValue",0x00010001,0

HKLM,"%Advanced%\Folder\NoSharedDocs","ValueName",0,"NoSharedDocuments"

HKLM,"%Advanced%\Folder\NoSharedDocs","RegPath",0,"%Policy%\Explorer"

How is this different from these - aside from that one is current user and the other is local machine (or am I'm missing something big here)??

HKCU,"%Policy%\Explorer","NoSharedDocuments",0x00010001,1 ;remove shared documents from my computer

or

HKLM,"%Explorer%\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}" ;remove shared documents from my computer

For those that don't know, the variable substitutions resolve as listed:

Policy = "Software\Microsoft\Windows\CurrentVersion\Policies"

Explorer = "Software\Microsoft\Windows\CurrentVersion\Explorer"

Advanced = "Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced"

Thanks


  • Author

Can anyone enlighten me on the differences between the given registry keys?

i think gosh's reg adds it to the folder options menu , while your key just removes the 'feature'

nicely done gosh :)

Those 3 registry keys all will disable the shared documents folder. Options.inf just adds some new settings to folder options. Since the only way to disable shared documents in the GUI is tweakui (maybe gpedit.msc for pro), i added it to folder options so users can easily enable/disable it. The policy is the preferred way to disable the shared docs folder, since most people know about the policy, but not as many know about the delegatefolders one.

When i was making options.inf i just went to winguides.com and looked for anything that interested me. I copied the descriptions into the .inf to keep it organised.

-gosh

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.