Seafile client remaps Desktop #70

This commit is contained in:
Michael H.G. Schmidt 2022-12-18 16:16:54 +01:00
parent b459cbd77c
commit 975dbba88f

View File

@ -92,8 +92,7 @@ powershell -command %TOOLS%\scripts\set-recyclebin.ps1
echo remapping Desktop folder to standard location ...
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders" ^
/v Desktop /t REG_EXPAND_SZ /d "%USERPROFILE%\Desktop" /f 1>nul
/v Desktop /t REG_EXPAND_SZ /d "%%USERPROFILE%%\Desktop" /f 1>nul
rem ================================================
rem USER TWEAKS AND CONFIG FILES (this runs always)