Skip to content

Instantly share code, notes, and snippets.

@suuhm
Created September 22, 2021 20:21
Show Gist options
  • Save suuhm/9e1fa09c269cf2024c149dcfcc61e152 to your computer and use it in GitHub Desktop.
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
@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