Chris Titus Tech's tool, known as "Titus Tool," is a script designed to debloat, optimize, and manage Windows settings efficiently. Here’s a step-by-step guide on how to use it:
### **Step 1: Download the Script**
1. Open a web browser and visit Chris Titus Tech's GitHub repository for the tool.
2. Download the latest version of the script. The repository is usually found at [ChrisTitusTech/Win10Script](https://github.com/ChrisTitusTech/win10script).
### **Step 2: Extract the Script**
1. If the script is downloaded as a zip file, extract it to a folder on your computer.
### **Step 3: Open PowerShell**
1. Right-click on the **Start Menu** and select **Windows PowerShell (Admin)**. This opens PowerShell with administrative privileges, which is required to run the script.
### **Step 4: Set Execution Policy**
1. Run the command:
```powershell
Set-ExecutionPolicy Unrestricted -Scope Process
```
This allows the script to run on your system.
### **Step 5: Navigate to the Script Folder**
1. Use the `cd` command to navigate to the folder where you extracted the script. For example:
```powershell
cd C:\Path\To\Script
```
### **Step 6: Run the Script**
1. To execute the script, type:
```powershell
.\win10debloat.ps1
```
The script will start running, and a menu will appear with various options.
### **Step 7: Choose Desired Options**
1. The script will present you with a menu of options such as "Debloat Windows 10," "Remove OneDrive," "Change Privacy Settings," and more.
2. Select the desired options by typing the corresponding number or letter.
### **Step 8: Follow On-Screen Prompts**
1. Some options may require further input or confirmation. Follow the on-screen prompts to complete each action.
### **Step 9: Restart Your Computer**
1. After the script completes, it’s recommended to restart your computer to apply all changes.
### **Step 10: Review Changes**
1. After the reboot, review your system to ensure that all desired changes have been applied. You may need to tweak additional settings manually if necessary.
By following these steps, you can effectively use Chris Titus Tech's tool to optimize your Windows system.
No comments:
Post a Comment