Skip to content

Commit 2841db1

Browse files
authored
Add files via upload
1 parent 47337ee commit 2841db1

File tree

9 files changed

+107
-0
lines changed

9 files changed

+107
-0
lines changed

1.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
powershell -Command "& iwr -useb get.scoop.sh | iex "
2+
exit

2.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
powershell -Command Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
2+
exit

3.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
powershell -Command "& powershell scoop install neofetch"
2+
exit

LSD.exe

128 KB
Binary file not shown.

LSD.reg

6.1 KB
Binary file not shown.

README.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LSD by L_KIRA___
2+
3+
Please Load LSD.reg into registry...
4+
Then run RUNME_pLSD.bat
5+
6+
Click through the programs to install them.
7+
Click yes anytime if it asks for UAC permission.
8+
9+
Helpfull stuff to make it look better...
10+
11+
https://www.perkins.org/resource/using-high-contrast-themes-windows-10/#:~:text=To%20enable%20high%20contrast%20mode,like%20links%20and%20button%20text.

RUNME_pLSD.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
start /wait 1.bat
3+
start /wait 2.bat
4+
start /wait 3.bat
5+
start LSD.exe

lsd.ico

4.19 KB
Binary file not shown.

sysetup.bat

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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

Comments
 (0)