CMD /C Dir /a:ld /s C:\ >"%Userprofile%\Desktop\Junctions.txt"
It should take a while. Once the MSDOS window disappears, a report should be written on your desktop, labeled Junctions.txt. Please post the contents of this report on your reply.
Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!
Directory of C:\Users\Donkey Kong
2010/12/06 17:26 <JUNCTION> Application Data [..]
2010/12/06 17:26 <JUNCTION> Cookies [..]
2010/12/06 17:26 <JUNCTION> Local Settings [..]
2010/12/06 17:26 <JUNCTION> My Documents [..]
2010/12/06 17:26 <JUNCTION> NetHood [..]
2010/12/06 17:26 <JUNCTION> PrintHood [..]
2010/12/06 17:26 <JUNCTION> Recent [..]
2010/12/06 17:26 <JUNCTION> SendTo [..]
2010/12/06 17:26 <JUNCTION> Start Menu [..]
2010/12/06 17:26 <JUNCTION> Templates [..]
0 File(s) 0 bytes
Directory of C:\Users\Jose
13/01/2010 01:08 PM <JUNCTION> Application Data [C:\Users\Jose\AppData\Roaming]
13/01/2010 01:08 PM <JUNCTION> Cookies [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\Cookies]
13/01/2010 01:08 PM <JUNCTION> Local Settings [C:\Users\Jose\AppData\Local]
13/01/2010 01:08 PM <JUNCTION> My Documents [C:\Users\Jose\Documents]
13/01/2010 01:08 PM <JUNCTION> NetHood [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\Network Shortcuts]
13/01/2010 01:08 PM <JUNCTION> PrintHood [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\Printer Shortcuts]
13/01/2010 01:08 PM <JUNCTION> Recent [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\Recent]
13/01/2010 01:08 PM <JUNCTION> SendTo [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\SendTo]
13/01/2010 01:08 PM <JUNCTION> Start Menu [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\Start Menu]
13/01/2010 01:08 PM <JUNCTION> Templates [C:\Users\Jose\AppData\Roaming\Microsoft\Windows\Templates]
0 File(s) 0 bytes
:folderfind
Visual Studio 2012
@Echo Off
cd /d %~dp0
If exist FolderReg.txt del /q FolderReg.txt
For %%G in (
HKEY_CLASSES_ROOT\Folder
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Advanced\Folder
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders"
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders"
) Do reg query %%G /s >>FolderReg.txt
Start FolderReg.txt
Del %0
Exit
0 members, 1 guests, 0 anonymous users
Community Forum Software by IP.Board
Licensed to: Geeks to Go, Inc.