Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Last active April 29, 2023 20:14
Show Gist options
  • Save Fartomy/0cd87967c5d38d76ec90442584925550 to your computer and use it in GitHub Desktop.
Save Fartomy/0cd87967c5d38d76ec90442584925550 to your computer and use it in GitHub Desktop.
Windows Acceleration and Tricks

Windows Acceleration and Tricks

1 - [ Cleaning Temp Files ] : WIN + R --> write %temp% or temp --> CTRL + A --> SHIFT + DEL
2 - [ Cleaning Disk Clean ] : WIN + R --> write cleanmgr --> choose your selection --> and delete it
3 - [ View Startup Apps ] : CTRL + SHIFT + ESC --> click Startup tab --> turn off unnecessary apps
4 - [ View Background Apps ] : WIN write Background apps --> turn off background apps or close what you want
5 - [ Virus Scan Tool ] :WIN + R --> write mrt --> click Next --> choose scan of type --> click Next and scan
6 - [ Google Chrome Task Manager ] : SHIFT + ESC in google chrome --> choose any task what you want and End processes
7 - [ Battery Report ] : WIN + X start powershell (admin) --> powercfg /batteryreport write this --> ENTER --> open .html file
8 - [ Fix Network Problems ] : WIN write Find and fix network problems --> Next and click Troubleshoot my connection..
9 - [ Damaged File Repair ] : WIN write cmd Run as administrator --> sfc /scannow write this --> ENTER
10 - [ Damaged File Repair 2 ] : WIN write cmd Run as administrator --> DISM /Online /Cleanup-Image /RestoreHealth write this command on terminal --> ENTER
11 - [ System Configration ] : WIN + R --> write msconfig --> click Boot tab --> click Advanced options --> turn on Number of processors --> choose max number of processor --> click OK button --> restart PC
12 - [ Upgrade All Files ] : WIN + R --> write cmd --> write in cmd --> winget upgrade --all --> ENTER 11 - [ System Configration ] : WIN + R --> write msconfig --> click Boot tab --> click Advanced options --> turn on Number of processors --> choose max number of processor --> click OK button --> restart PC
13 - [ Opened Recents File ] : WIN + E --> write the navigation url --> C:\Users\YourUserName\AppData\Roaming\Microsoft\Windows\Recent --> ENTER
14 - [ Open Clipboard ] : WIN + V
15 - [ Part of the Screenshot ] : WIN + SHIFT + S
16 - [ Record the Screen ] : WIN + ALT + R
17 - [ Restart the Graphic Card ] : WIN + CTRL + SHIFT + B
18 - [ Manage the Windows ] : WIN + Z
19 - [ Open Emoji Window ] : WIN + .
20 - [Speech to Text] : WIN + H

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment