Skip to content

Instantly share code, notes, and snippets.

@lzxz1234
lzxz1234 / Office2010_Retail2VOL_Activate.cmd
Last active November 2, 2021 11:02 — forked from mogeko/Office2010_Retail2VOL_Activate.cmd
Convert Microsoft Office VOL License to a Retail License.
@echo off
:ADMIN
openfiles >nul 2>nul ||(
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs" >nul 2>&1
goto:eof
)
del /f /q "%temp%\getadmin.vbs" >nul 2>nul