Created
September 22, 2021 20:21
-
-
Save suuhm/9e1fa09c269cf2024c149dcfcc61e152 to your computer and use it in GitHub Desktop.
Windows XP Professional Activate and extend activation period (OOBE method) with logfile write
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 | |
echo | |
echo **************************************** | |
echo **** now activating - by suuhm 2020 **** | |
echo **************************************** | |
echo | |
REM seleeping here: | |
@ping -n 2 localhost> nul | |
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents" /v OOBETimer /t REG_BINARY /d EB548CC60E451759555BF4 /f | |
REM rundll32.exe syssetup,SetupOobeBnk | |
echo done! > C:\startuplog.txt | |
echo pls restart windoze now. | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment