- Install VcXsrv in Windows 10
- Install WSL Windows component from control panel
- Install Ubuntu from Microsoft Store
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
# by Zierax | |
deb http://http.kali.org/kali kali-rolling main non-free contrib | |
deb-src http://http.kali.org/kali kali-rolling main non-free contrib | |
deb http://http.kali.org/kali kali main non-free contrib | |
deb http://security.kali.org/kali-security kali/updates main contrib non-free | |
deb-src http://http.kali.org/kali kali main non-free contrib | |
deb-src http://security.kali.org/kali-security kali/updates main contrib non-free | |
deb http://repo.kali.org/kali kali main non-free contrib | |
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 iam Zierax | |
echo folow me there github.com/Zierax | |
SC config trustedinstaller start=auto | |
net stop bits | |
net stop wuauserv | |
net stop msiserver | |
net stop cryptsvc | |
net stop appidsvc | |
Ren %Systemroot%\SoftwareDistribution SoftwareDistribution.old | |
Ren %Systemroot%\System32\catroot2 catroot2.old |
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
## Arch Linux repository mirrorlist | |
## Generated on 2021-08-08 | |
## | |
## Worldwide | |
#Server = http://mirrors.evowise.com/archlinux/$repo/os/$arch | |
Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch | |
#Server = https://mirror.rackspace.com/archlinux/$repo/os/$arch | |
## Australia |
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 | |
title Windows 10 ALL version activator&cls&echo ************************************ &echo Supported products:&echo - Windows 10 Home&echo - Windows 10 Professional&echo - Windows 10 Enterprise, Enterprise LTSB&echo - Windows 10 Education&echo.&echo.&echo ************************************ &echo Windows 10 activation... | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk TX9XD-98N7V-6WMQ6-BX7FG-H8Q99 >nul | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk 3KHY7-WNT83-DGQKR-F7HPR-844BM >nul | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk 7HNRX-D7KGG-3K4RQ-4WPJ4-YTDFH >nul | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk PVMJN-6DFY6-9CCP6-7BKTT-D3WVR >nul | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX >nul | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk MH37W-N47XK-V7XM9-C7227-GCQG9 >nul | |
cscript //nologo c:\windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 >nul |
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
deb http://http.kali.org/kali kali-rolling main contrib non-free | |
deb-src http://http.kali.org/kali kali-rolling main contrib non-free | |
#deb http://kali.cs.nctu.edu.tw/kali kali-rolling main non-free contrib |
This method demonstrates how to activate Windows using PowerShell in administrator mode.
-
Open PowerShell as an administrator:
- Press
Win + S
, type "PowerShell," then right-click on Windows PowerShell and select Run as administrator.
- Press
-
Run the following command: