| How to | function | Code |
| win + R, paste code, ctrl shift enter to run as Administrator | auto activate permanently Windows 10/11 | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'tinyurl.com/gmtmas' -OutFile 'MAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File MAS.ps1 /HWID'" |
| auto activate permanently office 365, 2010, 2013, 2016, 2019, 2021... | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'tinyurl.com/gmtmas' -OutFile 'MAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File MAS.ps1 /Ohook'" |
| auto activate permanentlywindows & office KMS every week | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'tinyurl.com/gmtmas' -OutFile 'MAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File MAS.ps1 /KMS-ActAndRenewalTask'" |
| auto uninstall windows & office KMS | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'tinyurl.com/gmtmas' -OutFile 'MAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File MAS.ps1 /KMS-Uninstall'" |
| | |
| | |
| win + R, paste code, ctrl shift enter to run as Administrator | auto activate IDM | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'https://tinyurl.com/gmtias' -OutFile 'IAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File IAS.ps1 /act'" |
| auto reset 30 days idm | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'https://tinyurl.com/gmtias' -OutFile 'IAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File IAS.ps1 /res'" |
| auto freeze 30 days idm | powershell -ExecutionPolicy Bypass -Command "iwr -UseBasicParsing -Uri 'https://tinyurl.com/gmtias' -OutFile 'IAS.ps1'; Start-Process powershell -Verb RunAs -ArgumentList '-ExecutionPolicy Bypass -File IAS.ps1 /frz /set _freeze=1'" |
| | |
| win + R, paste code, ctrl shift enter to run as Administrator | To create a user (for example: MMT)and assign admin privileges to that user, change MMT to the desired username. | cmd /c net user MMT /add && net localgroup Administrators MMT /add |
| | |
| win + R, NCPA.CPL, serach for ethernet or wifi that use internet | ipv4 ipv6 clouldflare | ipv4: 1.1.1.1 1.0.0.1 ipv6: 2606:4700:4700::1111 2606:4700:4700::1001 |
| Win + R, compmgmt.msc | device manager | |