New
#11
Thanks a ton! This code worked like magic!Maybe you have accidentally clicked on D? Anyway, you can do it manually: Run CMD and copy/paste:
Code:md "D:\DOWNLOADZ_NEW" reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "{374DE290-123F-4565-9164-39C4925E467B}" /t REG_SZ /d "D:\DOWNLOADZ_NEW" /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{374DE290-123F-4565-9164-39C4925E467B}" /t REG_EXPAND_SZ /d "D:\DOWNLOADZ_NEW" /f reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" /v "{7D83EE9B-2244-4E70-B1F5-5393042AF1E4}" /t REG_EXPAND_SZ /d "D:\DOWNLOADZ_NEW" /f taskkill /im explorer.exe /f & explorer.exe