by butsch
12. July 2012 23:01
- If you have a Redirect of he "MY Documents" folder DIRECT into the ROOT of your personal drive
- You use Windows 7 32/64BIT you will see the shares with all the same names
- If you uses DOS (cmd.exe) you see the correct share
- The solutions is to delete the desktop.ini File OR to redirect the "My Documents" Folder into a SUBFOLDER on your Personal network drive
On
Error
Resume
Next
Set WSHShell = WScript.CreateObject("WScript.Shell")
Set FSO = CreateObject("Scripting.FileSystemObject")
DocsPath = WSHShell.SpecialFolders("MyDocuments")
If FSO.FileExists (DocsPath & "\desktop.ini") Then
FSO.DeleteFile (DocsPath & "\desktop.ini")
End
If
Also read:
http://support.microsoft.com/kb/812003/en-us
d01569a6-0413-49bc-94fb-f1bea2d358be|2|4.5|27604f05-86ad-47ef-9e05-950bb762570c
Tags: