|
| 1 | +@echo off |
| 2 | +chcp 65001 |
| 3 | +mode con: cols=117 lines=26 |
| 4 | + |
| 5 | +timeout /t 10 |
| 6 | +echo MUST RUN AS ADMIN |
| 7 | +timeout /t 10 |
| 8 | + |
| 9 | +set "key=HKEY_CURRENT_USER\Console" |
| 10 | + |
| 11 | +mkdir "%userprofile%\Desktop\sysetup" |
| 12 | +cd "%userprofile%\Desktop\sysetup" |
| 13 | + |
| 14 | +reg add "%key%" /v FaceName /t REG_SZ /d "Consolas" /f |
| 15 | +reg add "%key%" /v FontSize /t REG_DWORD /d 0xe /f |
| 16 | + |
| 17 | +curl -L -O https://github.com/microsoft/terminal/releases/download/v1.18.3181.0/Microsoft.WindowsTerminal_1.18.3181.0_x64.zip |
| 18 | +tar -xf Microsoft.WindowsTerminal_1.18.3181.0_x64.zip |
| 19 | + |
| 20 | +curl -L -O https://github.com/valinet/Win11DisableRoundedCorners/releases/download/1.0.0.3/Win11DisableOrRestoreRoundedCorners.exe |
| 21 | +start Win11DisableOrRestoreRoundedCorners.exe |
| 22 | + |
| 23 | +reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v HideFileExt /t REG_DWORD /d 0 /f |
| 24 | +taskkill /im explorer.exe /f |
| 25 | +start /wait explorer.exe |
| 26 | + |
| 27 | +curl -L -O https://github.com/valinet/ExplorerPatcher/releases/download/22621.2861.62.2_9b68cc0/ep_setup.exe |
| 28 | +curl -L -O https://raw.githubusercontent.com/l-urk/Explorer-Patcher-Settings/main/ExplorerPatcher_22621.2861.62.2.reg |
| 29 | +start ep_setup.exe |
| 30 | + |
| 31 | +curl -L -O https://github.com/Open-Shell/Open-Shell-Menu/releases/download/v4.4.191/OpenShellSetup_4_4_191.exe |
| 32 | +curl -L -O https://raw.githubusercontent.com/l-urk/my_openshell_settings/main/MenuSettings2024.xml |
| 33 | +start /wait OpenShellSetup_4_4_191.exe |
| 34 | + |
| 35 | +curl -L -O https://www.autohotkey.com/download/ahk-v2.exe |
| 36 | +start /wait ahk-v2.exe |
| 37 | + |
| 38 | +start dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart |
| 39 | +start dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all |
| 40 | +start wsl --set-default-version 2 |
| 41 | +start wsl --install --distribution kali-linux |
| 42 | + |
| 43 | +curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/PowerShell-7.4.1-win-x64.msi |
| 44 | +start /wait PowerShell-7.4.1-win-x64.msi |
| 45 | + |
| 46 | +curl -L -O https://github.com/notepad-plus-plus/notepad-plus-plus/releases/download/v8.6.2/npp.8.6.2.Installer.x64.exe |
| 47 | +start /wait npp.8.6.2.Installer.x64.exe |
| 48 | + |
| 49 | +curl -L -O https://github.com/git-for-windows/git/releases/download/v2.43.0.windows.1/Git-2.43.0-64-bit.exe |
| 50 | +start /wait Git-2.43.0-64-bit.exe |
| 51 | + |
| 52 | +curl -L -O https://www.7-zip.org/a/7z2404-x64.exe |
| 53 | +start /wait 7z2404-x64.exe |
| 54 | + |
| 55 | +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer" /v Call /t REG_SZ /d "Shell Icons" /f |
| 56 | +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v "3" /t REG_SZ /d "%HomeDrive%\Shell\s_foldericon.dll" /f |
| 57 | +reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" /v "3" /t REG_SZ /d "%HomeDrive%\Shell\s_foldericon.dll" /f |
| 58 | +curl -L -o "%HomeDrive%\Shell\s_foldericon.dll" https://github.com/l-urk/Shell-Icons-307/raw/main/s_foldericon.dll |
| 59 | + |
| 60 | +curl -L -O https://github.com/rainmeter/rainmeter/releases/download/v4.5.18.3727/Rainmeter-4.5.18.exe |
| 61 | +start /wait Rainmeter-4.5.18.exe |
| 62 | +curl -L -O https://visualskins.com/media/p/16/rainy-days.rmskin |
| 63 | +start /wait rainy-days.rmskin |
| 64 | + |
| 65 | +curl -L -O https://github.com/l-urk/Shell_System/blob/main/Shell_System.zip |
| 66 | +tar -xf Shell_System.zip |
| 67 | +move Shell_System %HomeDrive%\Shell\System |
| 68 | + |
| 69 | +copy "%HomeDrive%\Shell\System\shell.lnk" "%UserProfile%\Desktop\RUN_SHELL_SYSTEM.lnk" |
| 70 | +copy "%HomeDrive%\Shell\System\exitall.lnk" "%UserProfile%\Desktop\EXIT_SHELL_SYSTEM.lnk" |
| 71 | + |
| 72 | +curl -L -O https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=win10-x64&apphost_version=7.0.12 |
| 73 | +start /wait dotnet-runtime-7.0.18-win-x64.exe |
| 74 | + |
| 75 | +curl -L -O https://github.com/l-urk/SplitWin/releases/download/v1.1.1/SplitWinv1.1.1.zip |
| 76 | +tar -xf SplitWinv1.1.1.zip |
| 77 | +move SplitWin "%HomeDrive%\Shell\SplitWin" |
| 78 | + |
| 79 | +reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d "" /f |
| 80 | +RUNDLL32.EXE user32.dll,UpdatePerUserSystemParameters |
| 81 | +%SystemRoot%\System32\rundll32.exe user32.dll,UpdatePerUserSystemParameters 1, True |
| 82 | +taskkill /im explorer.exe /f |
| 83 | +start explorer.exe |
| 84 | + |
| 85 | + |
0 commit comments