| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Current Upgradable Versions From Evaluation With EvalPatch v1.1:
The Following Steps are For Manual Execution. If you wish to proceed with an automated version, you can download the repository and run the batch file. It is not recommended in the automated version to change folder location and name since the batch will not be able to find the files.
| Activate Windows 10 Enterprise LTSC |
Step 1. Copy The Folders Named: csvlk-pack and EnterpriseS to C:\Windows\System32\spp\tokens\skus
Step 2. Run these commands on an CMD instance with Administrative Permissions:
cscript.exe %windir%\system32\slmgr.vbs /rilc cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D takeown /F "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /R /D Y takeown /F "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /R /D Y icacls "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /grant %username%:F /T icacls "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /grant %username%:F /T rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" powershell -NoProfile -Command "Add-Type -Name WinAPI -Namespace Native -MemberDefinition '[DllImport(\"user32.dll\")] public static extern IntPtr GetShellWindow(); [DllImport(\"user32.dll\")] public static extern int SendMessageW(IntPtr hWnd, uint Msg, UIntPtr wParam, IntPtr lParam);'; $hwnd = [Native.WinAPI]::GetShellWindow(); $WM_COMMAND=0x0111; $ID_REFRESH=[UIntPtr]::new(41504); [Native.WinAPI]::SendMessageW($hwnd,$WM_COMMAND,$ID_REFRESH,[IntPtr]::Zero)" > nul 2>&1 exit
Step 3. Insert Your Own Key In The Settings To Activate (OR USE MAS BY MASSGRAVEL WHICH IM NOT GONNA PROVIDE THE SCRIPT FOR, AND SELECT HWID. ITS NOT RECOMMENDED THO SINCE ITS AGAINST THE GUIDELINES BY MICROSOFT)
| Activate Windows 10 Enterprise IoT LTSC (Only For Windows 10 IoT LTSC 2021) |
Step 1. Copy The Folders Named: csvlk-pack , EnterpriseS and IoTEnterpriseS to C:\Windows\System32\spp\tokens\skus
Step 2. Run these commands on an CMD instance with Administrative Permissions:
cscript.exe %windir%\system32\slmgr.vbs /rilc cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ipk QPM6N-7J2WJ-P88HH-P3YRH-YY74H takeown /F "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /R /D Y takeown /F "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /R /D Y icacls "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /grant %username%:F /T icacls "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /grant %username%:F /T rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" powershell -NoProfile -Command "Add-Type -Name WinAPI -Namespace Native -MemberDefinition '[DllImport(\"user32.dll\")] public static extern IntPtr GetShellWindow(); [DllImport(\"user32.dll\")] public static extern int SendMessageW(IntPtr hWnd, uint Msg, UIntPtr wParam, IntPtr lParam);'; $hwnd = [Native.WinAPI]::GetShellWindow(); $WM_COMMAND=0x0111; $ID_REFRESH=[UIntPtr]::new(41504); [Native.WinAPI]::SendMessageW($hwnd,$WM_COMMAND,$ID_REFRESH,[IntPtr]::Zero)" > nul 2>&1 exit
Step 3. Insert Your Own Key In The Settings To Activate (OR USE MAS BY MASSGRAVEL WHICH IM NOT GONNA PROVIDE THE SCRIPT FOR, AND SELECT HWID. ITS NOT RECOMMENDED SINCE ITS AGAINST THE GUIDELINES BY MICROSOFT)
| Activate Windows 11 Enterprise LTSC |
Step 1. Copy The Folders Named: csvlk-pack , EnterpriseS and IoTEnterpriseS to C:\Windows\System32\spp\tokens\skus
Step 2. Run these commands on an CMD instance with Administrative Permissions:
cscript.exe %windir%\system32\slmgr.vbs /rilc cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ipk M7XTQ-FN8P6-TTKYV-9D4CC-J462D takeown /F "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /R /D Y takeown /F "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /R /D Y icacls "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /grant %username%:F /T icacls "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /grant %username%:F /T rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" powershell -NoProfile -Command "Add-Type -Name WinAPI -Namespace Native -MemberDefinition '[DllImport(\"user32.dll\")] public static extern IntPtr GetShellWindow(); [DllImport(\"user32.dll\")] public static extern int SendMessageW(IntPtr hWnd, uint Msg, UIntPtr wParam, IntPtr lParam);'; $hwnd = [Native.WinAPI]::GetShellWindow(); $WM_COMMAND=0x0111; $ID_REFRESH=[UIntPtr]::new(41504); [Native.WinAPI]::SendMessageW($hwnd,$WM_COMMAND,$ID_REFRESH,[IntPtr]::Zero)" > nul 2>&1 exit
Step 3. Insert Your Own Key In The Settings To Activate (OR USE MAS BY MASSGRAVEL WHICH IM NOT GONNA PROVIDE THE SCRIPT FOR, AND SELECT HWID. ITS NOT RECOMMENDED SINCE ITS AGAINST THE GUIDELINES BY MICROSOFT)
| Activate Windows 11 Enterprise IoT LTSC |
Step 1. Copy The Folders Named: csvlk-pack , EnterpriseS and IoTEnterpriseS to C:\Windows\System32\spp\tokens\skus
Step 2. Run these commands on an CMD instance with Administrative Permissions:
cscript.exe %windir%\system32\slmgr.vbs /rilc cscript.exe %windir%\system32\slmgr.vbs /upk >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ckms >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /cpky >nul 2>&1 cscript.exe %windir%\system32\slmgr.vbs /ipk KBN8V-HFGQ4-MGXVD-347P6-PDQGT takeown /F "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /R /D Y takeown /F "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /R /D Y icacls "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" /grant %username%:F /T icacls "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" /grant %username%:F /T rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\EnterpriseSEval" rmdir /S /Q "C:\Windows\System32\spp\tokens\skus\IoTEnterpriseSEval" powershell -NoProfile -Command "Add-Type -Name WinAPI -Namespace Native -MemberDefinition '[DllImport(\"user32.dll\")] public static extern IntPtr GetShellWindow(); [DllImport(\"user32.dll\")] public static extern int SendMessageW(IntPtr hWnd, uint Msg, UIntPtr wParam, IntPtr lParam);'; $hwnd = [Native.WinAPI]::GetShellWindow(); $WM_COMMAND=0x0111; $ID_REFRESH=[UIntPtr]::new(41504); [Native.WinAPI]::SendMessageW($hwnd,$WM_COMMAND,$ID_REFRESH,[IntPtr]::Zero)" > nul 2>&1 exit
Step 3. Insert Your Own Key In The Settings To Activate (OR USE MAS BY MASSGRAVEL WHICH IM NOT GONNA PROVIDE THE SCRIPT FOR, AND SELECT HWID. ITS NOT RECOMMENDED SINCE ITS AGAINST THE GUIDELINES BY MICROSOFT)
| Back | FazBrowse Home | New Git URL |