Skip to content

Commit f6f976f

Browse files
iaurgLeDragoX
andauthored
docs: update link to ps1 file (#159)
* docs: update link to ps1 file Update link from silent-debloat-softwares.ps1 to Use-DebloatSoftware.ps1, reading the script this file looks the right one now. * Update file name to `Invoke-DebloatSoftware.ps1` - related to develop branch --------- Co-authored-by: Plínio Larrubia <[email protected]>
1 parent 7b15d00 commit f6f976f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force; ls -Recurse *.ps*1 |
110110
- Import all necessary *modules* before executing everything ([Source](./src/lib/));
111111
- Logs both script runs on `C:\Users\<<USERNAME>>\AppData\Local\Temp\Win-DT-Logs`;
112112
- Make a Restore Point and Backup the Hosts file ([Source](./src/scripts/Backup-System.ps1));
113-
- Download AdwCleaner and Run the latest version for *Virus/Adware* scan and from OOShutUp10 and import all Recommended settings from a file ([Source](./src/scripts/silent-debloat-softwares.ps1));
113+
- Download AdwCleaner and Run the latest version for *Virus/Adware* scan and from OOShutUp10 and import all Recommended settings from a file ([Source](./src/scripts/Invoke-DebloatSoftware.ps1));
114114
- Disable *non-essential* **Telemetry** from **Scheduled Tasks** and Optimize it ([Source](./src/scripts/Optimize-TaskScheduler.ps1));
115115
- Disable *heavy* **Services**, but enable some on SSDs for optimum performance ([Source](./src/scripts/Optimize-ServicesRunning.ps1));
116116
- Remove some of the legacy system components called as "**Capabilities**", except the most popular ones ([Source](./src/scripts/Remove-CapabilitiesList.ps1));

0 commit comments

Comments
 (0)