Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNico98 committed Mar 15, 2024
1 parent f2e1938 commit 6618cd9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 9,866 deletions.
9,817 changes: 0 additions & 9,817 deletions WinCustomizer/Risorse/WinCustomizerDebloat3.0.ps1

This file was deleted.

10 changes: 0 additions & 10 deletions WinCustomizer/Risorse/WinCustomizerStartDebloat.bat

This file was deleted.

3 changes: 1 addition & 2 deletions WinCustomizer/Risorse/tweaks.bat
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ sc config dmwappushservice start=disabled
rem copy Attivatore Win
copy "C:\Windows\WinCustomizerAttivatore.bat" "C:\Users\%username%\Desktop"

rem copy debloater shortcut
copy "C:\Windows\WinCustomizerStartDebloat.bat" "C:\Users\%username%\Desktop"


rem disable widgets
reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v TaskbarDa /t REG_DWORD /d 0 /f
Expand Down
6 changes: 0 additions & 6 deletions WinCustomizer/Risorse/tweaks10.bat
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ reg delete HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband /f
rem delete edge icon on desktop
del /s /q "C:\Users\%username%\Desktop\*.lnk"

rem copy debloater shortcut
copy "C:\Windows\WinCustomizerAttivatore.bat" "C:\Users\%username%\Desktop"

rem copy debloater shortcut
copy "C:\Windows\WinCustomizerStartDebloat.bat" "C:\Users\%username%\Desktop"

rem disable contentdelivery
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager /v OemPreInstalledAppsEnabled /t REG_DWORD /d 0 /f
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager /v PreInstalledAppsEnabled /t REG_DWORD /d 0 /f
Expand Down
17 changes: 1 addition & 16 deletions WinCustomizer/isotool10.bat
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,6 @@ IF %errorlevel% equ 0 (
color 4 && echo "Impossibile copiare tweaks10.bat!" && pause && del "Risorse\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)

rem copy debloater
cls
copy "Risorse\WinCustomizerDebloat3.0.ps1" "C:\mount\mount\Windows"
IF %errorlevel% equ 0 (
powerShell -Command "Write-Host 'WinCustomizerDebloat3.0.ps1 copiato con successo!' -ForegroundColor 7; exit" && timeout 04 >nul && cls
) ELSE (
color 4 && echo "Impossibile copiare WinCustomizerDebloat3.0.ps1!" && pause && del "Risorse\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)

rem copy unpin_start_tiles.ps1
copy "Risorse\unpin_start_tiles.ps1" "C:\mount\mount\Windows"
IF %errorlevel% equ 0 (
Expand Down Expand Up @@ -330,13 +321,7 @@ IF %errorlevel% equ 0 (
color 4 && echo "Impossibile copiare start10.ps1!" && pause && del "Risorse\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)

rem copy Start Debloat
copy "Risorse\WinCustomizerStartDebloat.bat" "C:\mount\mount\Windows"
IF %errorlevel% equ 0 (
powerShell -Command "Write-Host 'WinCustomizerStartDebloat.bat copiato con successo!' -ForegroundColor 7; exit" && timeout 04 >nul && cls
) ELSE (
color 4 && echo "Impossibile copiare WinCustomizerStartDebloat.bat!" && pause && del "resources\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)


goto :menuprincipalee1

Expand Down
16 changes: 1 addition & 15 deletions WinCustomizer/isotool11.bat
Original file line number Diff line number Diff line change
Expand Up @@ -343,14 +343,6 @@ IF %errorlevel% equ 0 (
color 4 && echo "Impossibile copiare tweaks.bat!" && pause && del "Risorse\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)

rem copy debloater
cls
copy "Risorse\WinCustomizerDebloat3.0.ps1" "C:\mount\mount\Windows"
IF %errorlevel% equ 0 (
powerShell -Command "Write-Host 'WinCustomizerDebloat3.0 copiato con successo!' -ForegroundColor 7; exit" && timeout 04 >nul && cls
) ELSE (
color 4 && echo "Impossibile copiare WinCustomizerDebloat3.0.ps1!" && pause && del "Risorse\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)

rem copy start.ps1
cls
Expand Down Expand Up @@ -393,13 +385,7 @@ IF %errorlevel% equ 0 (
color 4 && echo "Impossibile copiare main.ps1!" && pause && del "resources\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)

rem copy Start Debloat
copy "Risorse\WinCustomizerStartDebloat.bat" "C:\mount\mount\Windows"
IF %errorlevel% equ 0 (
powerShell -Command "Write-Host 'WinCustomizerStartDebloat.bat copiato con successo!' -ForegroundColor 7; exit" && timeout 04 >nul && cls
) ELSE (
color 4 && echo "Impossibile copiare WinCustomizerStartDebloat.bat!" && pause && del "resources\unattend_edited.xml" /q && rmdir "C:\mount" /s /q && rmdir "C:\ISO" /s /q && exit /b 1
)


goto :menuprincipale

Expand Down

0 comments on commit 6618cd9

Please sign in to comment.