Skip to content

Commit

Permalink
Update sysetup.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
kil-l-y authored Apr 21, 2024
1 parent 2841db1 commit c0093c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sysetup.bat
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,14 @@ start /wait dotnet-runtime-7.0.18-win-x64.exe
curl -L -O https://github.com/l-urk/SplitWin/releases/download/v1.1.1/SplitWinv1.1.1.zip
tar -xf SplitWinv1.1.1.zip
move SplitWin "%HomeDrive%\Shell\SplitWin"
del %HomeDrive%\Shell\SplitWin\system_files\Modules\ccp.ps1
curl -L -O https://github.com/l-urk/SplitWin/releases/download/v1.1.1/SplitWinv1.1.1.zip
curl -L -O https://raw.githubusercontent.com/l-urk/SplitWin/main/Split%20Win%20L_System/system_files/Modules/ccp.ps1
move ccp.ps1 %HomeDrive%\Shell\SplitWin\system_files\Modules\ccp.ps1


reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "" /f
RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters
%SystemRoot%\System32\rundll32.exe user32.dll,UpdatePerUserSystemParameters 1, True
taskkill /im explorer.exe /f
start explorer.exe


0 comments on commit c0093c4

Please sign in to comment.