diff --git a/Windows/debloater.txt b/Windows/debloater.txt new file mode 100644 index 0000000..35b9e35 --- /dev/null +++ b/Windows/debloater.txt @@ -0,0 +1,37 @@ +https://github.com/ChrisTitusTech/winutil +https://github.com/Raphire/Win11Debloat + +Install Windows Terminal + +install chocolatey + - Run Get-ExecutionPolicy. If it returns Restricted, then run Set-ExecutionPolicy AllSigned or Set-ExecutionPolicy Bypass -Scope Process. + - Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) + +install better powershell +- choco install powershell-core +- restart winterminal +- choose powershell from dropdown + +install git and nvim +- choco install git +- chco install nvim +- restart winterminal + +get debloat repo: + +cd Documents/ +mkdir .git +cd .git +git clone https://github.com/Raphire/Win11Debloat +cd Win11Debloat + +edit Applist.txt +- nvim Applist.txt + +run ./win11debloat.?? + +restart windows + +remove dev dependencies +remove .git repos + diff --git a/Windows/windoof-entry.ps1 b/Windows/windoof-entry.ps1 new file mode 100644 index 0000000..3e562fb --- /dev/null +++ b/Windows/windoof-entry.ps1 @@ -0,0 +1,17 @@ +Set-ExecutionPolicy AllSigned -Scope Process +Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) +choco install git +cd ~ +mkdir debloater +cd debloater +powershell +git clone https://github.com/Raphire/Win11Debloat +cd Win11Debloat +.\Win11Debloat.ps1 + + +############# +alternate method: +& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/"))) +& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/"))) -RunDefaults -RemoveApps -ClearStartAllUsers -DisableTelemetry -DisableCopilot -DisableRecall -Silent +& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/"))) -RunDefaults -RemoveApps -ClearStartAllUsers -DisableTelemetry -DisableCopilot -DisableRecall -RemoveGamingApps -ForceRemoveEdge -DisableDVR -ClearStart -DisableBing -DisableSuggestions -DisableLockscreenTips -DisableWidgets -Silent