Skip to content

Instantly share code, notes, and snippets.

@suuhm
Created September 22, 2021 20:21
Show Gist options
  • Select an option

  • Save suuhm/9e1fa09c269cf2024c149dcfcc61e152 to your computer and use it in GitHub Desktop.

Select an option

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
@BumpyJumpy120
Copy link
Copy Markdown

how does this work?

@suuhm
Copy link
Copy Markdown
Author

suuhm commented Nov 9, 2025

just download the .bat file and run in in your xp machine as admin, maybe you've just start rundll32.exe syssetup,SetupOobeBnk with run-as first

@BumpyJumpy120
Copy link
Copy Markdown

alright, thanks!

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