mirror of
https://github.com/Raphire/Win11Debloat.git
synced 2025-11-17 11:06:18 +00:00
Updated documentation, moved menuscreens to Assets
This commit is contained in:
30
README.md
30
README.md
@@ -29,30 +29,30 @@ The script also includes many features that system administrators will enjoy. Su
|
|||||||
#### Bing Web Search, Copilot & More
|
#### Bing Web Search, Copilot & More
|
||||||
|
|
||||||
- Disable & remove Bing web search & Cortana from Windows search.
|
- Disable & remove Bing web search & Cortana from Windows search.
|
||||||
- Disable & remove Windows Copilot. (Windows 11 only)
|
- Disable & remove Windows Copilot. (W11 only)
|
||||||
- Disable Windows Recall snapshots. (Windows 11 only)
|
- Disable Windows Recall snapshots. (W11 only)
|
||||||
|
|
||||||
#### File Explorer
|
#### File Explorer
|
||||||
|
|
||||||
- Change the default location that File Explorer opens to.
|
- Change the default location that File Explorer opens to.
|
||||||
- Show hidden files, folders and drives.
|
- Show hidden files, folders and drives.
|
||||||
- Show file extensions for known file types.
|
- Show file extensions for known file types.
|
||||||
- Hide the Home or Gallery section from the File Explorer navigation pane. (Windows 11 only)
|
- Hide the Home or Gallery section from the File Explorer navigation pane. (W11 only)
|
||||||
- Hide the 3D objects, music or OneDrive folder from the File Explorer navigation pane. (Windows 10 only)
|
- Hide the 3D objects, music or OneDrive folder from the File Explorer navigation pane. (W10 only)
|
||||||
- Hide duplicate removable drive entries from the File Explorer navigation pane, so only the entry under 'This PC' remains.
|
- Hide duplicate removable drive entries from the File Explorer navigation pane, so only the entry under 'This PC' remains.
|
||||||
|
|
||||||
#### Taskbar
|
#### Taskbar
|
||||||
|
|
||||||
- Align taskbar icons to the left. (Windows 11 only)
|
- Align taskbar icons to the left. (W11 only)
|
||||||
- Hide or change the search icon/box on the taskbar. (Windows 11 only)
|
- Hide or change the search icon/box on the taskbar. (W11 only)
|
||||||
- Hide the taskview button from the taskbar. (Windows 11 only)
|
- Hide the taskview button from the taskbar. (W11 only)
|
||||||
- Disable the widgets service & hide icon from the taskbar.
|
- Disable the widgets service & hide icon from the taskbar.
|
||||||
- Hide the chat (meet now) icon from the taskbar.
|
- Hide the chat (meet now) icon from the taskbar.
|
||||||
|
|
||||||
#### Context Menu
|
#### Context Menu
|
||||||
|
|
||||||
- Restore the old Windows 10 style context menu. (Windows 11 only)
|
- Restore the old Windows 10 style context menu. (W11 only)
|
||||||
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (Windows 10 only)
|
- Hide the 'Include in library', 'Give access to' and 'Share' options from the context menu. (W10 only)
|
||||||
|
|
||||||
#### Other
|
#### Other
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ The script also includes many features that system administrators will enjoy. Su
|
|||||||
|
|
||||||
### Default Settings
|
### Default Settings
|
||||||
|
|
||||||
The default mode allows you to easily and quickly apply the changes that are recommended for most users, expand the section below for more info.
|
The default mode allows you to quickly and easily apply the changes that are recommended for most users. Expand the section below for more info.
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>Click to expand</summary>
|
<summary>Click to expand</summary>
|
||||||
@@ -231,13 +231,13 @@ The default mode allows you to easily and quickly apply the changes that are rec
|
|||||||
|
|
||||||
### Quick method
|
### Quick method
|
||||||
|
|
||||||
Download & run the script automatically via PowerShell. All files related to the script are saved to `%temp%/Win11Debloat`, if you wish to inspect them. The script automatically cleans up the files after execution.
|
Download & run the script automatically via PowerShell. All files related to the script are saved to `%temp%/Win11Debloat` if you wish to inspect them. The script automatically cleans up the files after execution.
|
||||||
|
|
||||||
1. Open PowerShell, preferably as an administrator.
|
1. Open PowerShell, preferably as an administrator.
|
||||||
2. Copy and paste the code below into PowerShell, press enter to run the script:
|
2. Copy and paste the code below into PowerShell, press enter to run the script:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/")))
|
& ([scriptblock]::Create((irm "https://debloat.raphi.re/")))
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Wait for the script to automatically download Win11Debloat.
|
3. Wait for the script to automatically download Win11Debloat.
|
||||||
@@ -247,7 +247,7 @@ Download & run the script automatically via PowerShell. All files related to the
|
|||||||
This method supports [parameters](#parameters). To use parameters simply run the script as explained above, but add the parameters at the end with spaces in between. Example:
|
This method supports [parameters](#parameters). To use parameters simply run the script as explained above, but add the parameters at the end with spaces in between. Example:
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
& ([scriptblock]::Create((irm "https://win11debloat.raphi.re/"))) -RunDefaults -Silent
|
& ([scriptblock]::Create((irm "https://debloat.raphi.re/"))) -RunDefaults -Silent
|
||||||
```
|
```
|
||||||
|
|
||||||
### Traditional method
|
### Traditional method
|
||||||
@@ -263,7 +263,7 @@ Manually download & run the script.
|
|||||||
|
|
||||||
### Advanced method
|
### Advanced method
|
||||||
|
|
||||||
Manually download the script & run the script via PowerShell. Only recommended for advanced users.
|
Manually download the script & run the script via PowerShell. Recommended for advanced users.
|
||||||
|
|
||||||
1. [Download the latest version of the script](https://github.com/Raphire/Win11Debloat/archive/master.zip), and extract the .ZIP file to your desired location.
|
1. [Download the latest version of the script](https://github.com/Raphire/Win11Debloat/archive/master.zip), and extract the .ZIP file to your desired location.
|
||||||
2. Open PowerShell as an administrator.
|
2. Open PowerShell as an administrator.
|
||||||
@@ -280,7 +280,7 @@ Set-ExecutionPolicy Unrestricted -Scope Process
|
|||||||
.\Win11Debloat.ps1
|
.\Win11Debloat.ps1
|
||||||
```
|
```
|
||||||
|
|
||||||
6. The Win11Debloat menu will now open. Select either the default or custom setup to continue.
|
6. The Win11Debloat menu will now open. Select either the default or custom mode to continue.
|
||||||
7. Carefully read through and follow the on-screen instructions.
|
7. Carefully read through and follow the on-screen instructions.
|
||||||
|
|
||||||
This method supports [parameters](#parameters). To use parameters simply run the script as explained above, but add the parameters at the end with spaces in between. Example:
|
This method supports [parameters](#parameters). To use parameters simply run the script as explained above, but add the parameters at the end with spaces in between. Example:
|
||||||
|
|||||||
3
Start/What is this file.txt
Normal file
3
Start/What is this file.txt
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
The `start2.bin` file is used by Windows 11 to save the apps or app stubs that are pinned to the start menu.
|
||||||
|
|
||||||
|
This file is a binary that cannot be easily edited. For this reason Win11Debloat includes a version of this binary file that has no apps pinned at all, allowing Win11Debloat to clear the start menu pinned apps for you.
|
||||||
@@ -818,8 +818,8 @@ if ((-not $global:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or $RunS
|
|||||||
|
|
||||||
PrintHeader 'Menu'
|
PrintHeader 'Menu'
|
||||||
|
|
||||||
Write-Output "(1) Default Mode: Apply the default settings"
|
Write-Output "(1) Default mode: Apply the default settings"
|
||||||
Write-Output "(2) Custom Mode: Modify the script to your needs"
|
Write-Output "(2) Custom mode: Modify the script to your needs"
|
||||||
Write-Output "(3) App removal mode: Select & remove apps, without making other changes"
|
Write-Output "(3) App removal mode: Select & remove apps, without making other changes"
|
||||||
|
|
||||||
# Only show this option if SavedSettings file exists
|
# Only show this option if SavedSettings file exists
|
||||||
@@ -839,7 +839,7 @@ if ((-not $global:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or $RunS
|
|||||||
# Show information based on user input, Suppress user prompt if Silent parameter was passed
|
# Show information based on user input, Suppress user prompt if Silent parameter was passed
|
||||||
if ($Mode -eq '0') {
|
if ($Mode -eq '0') {
|
||||||
# Get & print script information from file
|
# Get & print script information from file
|
||||||
PrintFromFile "$PSScriptRoot/Menus/Info"
|
PrintFromFile "$PSScriptRoot/Assets/Menus/Info"
|
||||||
|
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "Press any key to go back..."
|
Write-Output "Press any key to go back..."
|
||||||
@@ -858,7 +858,7 @@ if ((-not $global:Params.Count) -or $RunDefaults -or $RunWin11Defaults -or $RunS
|
|||||||
'1' {
|
'1' {
|
||||||
# Print the default settings & require userconfirmation, unless Silent parameter was passed
|
# Print the default settings & require userconfirmation, unless Silent parameter was passed
|
||||||
if (-not $Silent) {
|
if (-not $Silent) {
|
||||||
PrintFromFile "$PSScriptRoot/Menus/DefaultSettings"
|
PrintFromFile "$PSScriptRoot/Assets/Menus/DefaultSettings"
|
||||||
|
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "Press enter to execute the script or press CTRL+C to quit..."
|
Write-Output "Press enter to execute the script or press CTRL+C to quit..."
|
||||||
|
|||||||
Reference in New Issue
Block a user