Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 31-05-2008, 02:19 AM   #1 (permalink)
Apprentice
 
Ashok Verma's Avatar
 
Join Date: May 2008
Posts: 68
Default where the documents folder has gone!!!!


hi friends, could someone help me out!
my problem is that, i've used the following code to apply some registry tweaks on my system. in which i've applied the one to hide shared documents in my Computer.!!
now, i want to undo the changes but i don't know how!!

Code:
Windows Registry Editor Version 5.00 
;Disable Autoupdates
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000001;Disable Autoupdates
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update]
"AUOptions"=dword:00000001
"AUState"=dword:00000007
;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004
;Disable Remote Registry Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004
;Disable UPS
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]
"Start"=dword:00000004
;Disable Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]
"Start"=dword:00000004
;Disable Wireless Zero Configuration
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
"Start"=dword:00000004
;Disable Smart Card Helper
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSrv]
"Start"=dword:00000004
;Disable Portable Media Serial Number
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSN]
"Start"=dword:00000004
;Disable Remote Desktop Help Session Manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004
;Disable Imapi CD-Burning Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ImapiService]
"Start"=dword:00000004
;Disable IPSEC Services
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PolicyAgent]
"Start"=dword:00000004
;Remove Shared Documents from My Computer
;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
;Disable webservice for searching file-extensions (see HKCU for the second part)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system]
"NoInternetOpenWith"=dword:00000001
;Disable the Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001
;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
;Disable Recent Documents Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoRecentDocsMenu"=hex:01,00,00,00
;Remove "Shortcut to" on shortcuts
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
;Disable Notify on new apps
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"Start_NotifyNewApps"=dword:00000000
;Disable webservice for searching file-extensions
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"NoInternetOpenWith"=dword:00000000
;Hide Printer Icon & Faxes from Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowPrinters"=dword:00000000
;Hide My Pictures From Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowMyPics"=dword:00000000
;Hide My Music From Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowMyMusic"=dword:00000000
;Removing Shared Documents From My Computer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000000
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000000
as i've disabled the system restore i can't restore my previous settings...
i there any way to get it back.
i'm using windows XP SP2

Last edited by it_waaznt_me; 31-05-2008 at 02:38 AM. Reason: Inserted code tag
Ashok Verma is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 31-05-2008, 04:41 AM   #2 (permalink)
Seed is the Life!!
 
shift's Avatar
 
Join Date: Mar 2008
Posts: 243
Default Re: where the documents folder has gone!!!!

download Tweak UI Powertoys, there is an option for hiding/unhiding of documents in My Computer
__________________
Stupidity Causes Cancer !!
shift is offline  
Old 31-05-2008, 09:35 AM   #3 (permalink)
Legen-wait for it-dary!
 
dheeraj_kumar's Avatar
 
Join Date: Dec 2004
Location: Chennai
Posts: 2,471
Default Re: where the documents folder has gone!!!!

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001

Copy paste the above into notepad, save it as a .reg file, and right click, merge. Restart if needed. If it doesnt work, try changing the 1s to 0s and try again.
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
dheeraj_kumar is offline  
Old 31-05-2008, 10:02 AM   #4 (permalink)
Apprentice
 
Ashok Verma's Avatar
 
Join Date: May 2008
Posts: 68
Default Re: where the documents folder has gone!!!!

Quote:
Originally Posted by dheeraj_kumar View Post
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Policies\Explorer]
"NoSharedDocuments"=dword:00000001

Copy paste the above into notepad, save it as a .reg file, and right click, merge. Restart if needed. If it doesnt work, try changing the 1s to 0s and try again.
yes buddy i've tried that one, but doen't works?? any ohter trick...!

Quote:
Originally Posted by shift View Post
download Tweak UI Powertoys, there is an option for hiding/unhiding of documents in My Computer
from where i'll get that....
please tell!

Last edited by Ashok Verma; 31-05-2008 at 10:04 AM. Reason: Automerged Doublepost
Ashok Verma is offline  
Old 02-06-2008, 10:44 AM   #5 (permalink)
Apprentice
 
Ashok Verma's Avatar
 
Join Date: May 2008
Posts: 68
Default Re: where the documents folder has gone!!!!

please help me out friends...
Ashok Verma is offline  
Old 02-06-2008, 11:24 AM   #6 (permalink)
Seed is the Life!!
 
shift's Avatar
 
Join Date: Mar 2008
Posts: 243
Default Re: where the documents folder has gone!!!!

http://www.microsoft.com/windowsxp/d...powertoys.mspx
__________________
Stupidity Causes Cancer !!
shift is offline  
Old 02-06-2008, 12:48 PM   #7 (permalink)
Human Spambot
 
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
Default Re: where the documents folder has gone!!!!

If nothing works, you can use system restore to restore your computer to a date when the problem wasn't there
ThinkFree is offline  
Old 02-06-2008, 10:42 PM   #8 (permalink)
Apprentice
 
Ashok Verma's Avatar
 
Join Date: May 2008
Posts: 68
Default Re: where the documents folder has gone!!!!

Quote:
Originally Posted by asnvin View Post
If nothing works, you can use system restore to restore your computer to a date when the problem wasn't there
hello asnvin, thanks for your support but as i've already metion that i had disabled the system restore. i've no earlier restore point..!!
any other way...
as i got into the problem using registry. there must be some solution for this in it.??!!
what do you think...???!!
Ashok Verma is offline  
Old 03-06-2008, 12:32 PM   #9 (permalink)
Human Spambot
 
Join Date: Jan 2007
Location: Lat 28.38°N , Longt 77.13°E
Posts: 2,431
Default Re: where the documents folder has gone!!!!

^^The folder hasn't gone anywhere. It has just hidden. So you can still access it from the desktop shortcut. If you are not having it , go to Desktop properties(right click), then to Desktop Tab>Customize desktop button and here click on checkbox next to My Documents. To make it visible in MyComputer, you have to tweak registry.
ThinkFree is offline  
Old 03-06-2008, 01:17 PM   #10 (permalink)
Seed is the Life!!
 
shift's Avatar
 
Join Date: Mar 2008
Posts: 243
Default Re: where the documents folder has gone!!!!

here's the solution

install this --> http://rapidshare.com/files/119724517/TweakUi.zip.html

and open it

click My Computer on the side

click the radio button Files stored on This Computer

works 100%
__________________
Stupidity Causes Cancer !!
shift is offline  
Old 03-06-2008, 08:25 PM   #11 (permalink)
Apprentice
 
Ashok Verma's Avatar
 
Join Date: May 2008
Posts: 68
Default Re: where the documents folder has gone!!!!

i think this key has does the above said problem. in addition of removing(Hiding) the sahred doc. folder it also removed(hidden) the user's folders. isn't it!
Remove Shared Documents from My Computer
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\MyComputer\NameSpace\DelegateF olders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]
Ashok Verma is offline  
Old 03-06-2008, 10:50 PM   #12 (permalink)
Seed is the Life!!
 
shift's Avatar
 
Join Date: Mar 2008
Posts: 243
Default Re: where the documents folder has gone!!!!

yes, both Shared and User's Document
__________________
Stupidity Causes Cancer !!
shift is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help: Change default my documents folder speedyguy Software Q&A 6 21-05-2008 09:49 PM
A file or a folder or My Documents????? technoraja Chit-Chat 1 22-07-2007 09:11 AM
change default documents folder in vista iMav Software Q&A 1 05-06-2007 12:29 AM
Reg: My Recent Documents Folder Missing sree_shan Software Q&A 4 22-10-2006 11:25 PM
Moving the Documents and Settings folder... thestrategist Software Q&A 7 28-05-2006 12:24 PM

 
Latest Threads
- by gforz
- by Who
- by clmlbx
- by Tenida
- by clinton
- by gohan89

Advertisement




All times are GMT +5.5. The time now is 08:44 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2