This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| :: =========================================== | |
| :: Windows Machine GUID Reset Script | |
| :: Run as Administrator | |
| :: =========================================== | |
| :: Check for admin privileges | |
| net session >nul 2>&1 | |
| if %errorLevel% neq 0 ( | |
| echo [ERROR] Please run this script as Administrator |
OlderNewer