Featured

Activate Microsoft Office 2019

Step 1. After installing Microsoft Office 2019.

Step 2. Copy the Code below:

@echo off
 title Activate Microsoft Office 2019 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2019&echo - Microsoft Office Professional Plus 2019&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\ProPlus2019VL.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office…&cscript //nologo slmgr.vbs /ckms >nul&cscript //nologo ospp.vbs /setprt:1688 >nul&cscript //nologo ospp.vbs /unpkey:6MWKP >nul&cscript //nologo ospp.vbs /inpkey:NMMKJ-6RK4F-KMJVX-8D9MJ-6MWKP >nul&set i=1
 :server
 if %i%==1 set KMS=kms7.MSGuides.com
 if %i%==2 set KMS=kms8.MSGuides.com
 if %i%==3 set KMS=kms9.MSGuides.com
 if %i%==4 goto notsupported
 cscript //nologo ospp.vbs /sethst:%KMS% >nul&echo ============================================================================&echo.&echo.
 cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: hackerkitty.wordpress.com&echo.&echo #Please feel free to contact me at alexandria4445@gmail.com if you have any questions or concerns.&echo.&echo #Please consider supporting this project: hackerkitty.wordpress.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one… & echo Please wait… & echo. & echo. & set /a i+=1 & goto server)
 explorer "https://hackerkitty.wordpress.com"&goto halt
 :notsupported
 echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/aiomsp
 :halt
 pause >nul

Step 3. Open Notepad. Paste the Code and save as Office2019.cmd. Close Notepad.

Step 4. Right click Office2019.cmd file and select run as administrator.

Step 5. Close Command Prompt. Check Microsoft Word or any Office file to see Microsoft Office 2019 activated.

All Done!

Featured

How to Disable Windows Update on Windows 10 Permanently

Step 1. Open Run and type services.msc and click OK.

Step 2. Find Windows Update and Right click Windows Update and select Properties. On General>Service status select Stop and on Startup type select disabled.

service1

On Recovery>First Failure set as Take No Action and on Reset fail count after to 0 days.

service2

Select Apply>OK. Close services.msc.

Step 3. Open Run and type regedit and click OK. Navigate to

HKEY_LOCAL_MACHINE>SOFTWARE>Policies>Microsoft>Windows

Right click on Windows folder and select New>Key and rename as WindowsUpdate. Now we create another folder in WindowsUpdate folder. So navigate WindowsUpdate right click on Windows folder and select New>Key and rename as AU. Inside AU folder right click and select New>Key>DWORD (32 – bit) Value and rename as AUOptions.

Regedit1

Set Value data as 2 click OK.

Regedit2

Close regedit.

Step 4. To make sure Windows Update permanently disabled. Go to

Start>Settings>Network & Internet

Select Ethernet/Wi-fi and click on the connected network and set Set as metered connection to ON.

Settings

Close Settings.

Step 5. Next go to start and search gpedit.msc.

Go to Administrative Templates>Windows Components>Windows Update and select Configure Automatic Updates.

gpedit

Double click Configure Automatic Updates and select Disabled and click Apply>OK.

gpedit 2

Close gpedit.msc.

Step 6. Next go to start and search Task Scheduler.

Task Scheduler Library>Microsoft>Windows>WindowsUpdate

 

Disable the Automatic App Update, Scheduled Start, sih, sihboot.

Task

Now go to UpdateOrchestrator

Disable the UpdateAssistant, UpdateAssistantAllUsersRun, UpdateAssistantCalenderRun, UpdateAssistantWakeupRun.

Task 2

Close Task Scheduler.

All Done!

Featured

Activate Microsoft Office 2016

Step 1. After installing Microsoft Office 2016.

Step 2. Copy the Code below:

@echo off
title Activate Microsoft Office 2016 ALL versions for FREE!&cls&echo ============================================================================&echo #Project: Activating Microsoft software products for FREE without software&echo ============================================================================&echo.&echo #Supported products:&echo - Microsoft Office Standard 2016&echo - Microsoft Office Professional Plus 2016&echo.&echo.&(if exist "%ProgramFiles%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles%\Microsoft Office\Office16")&(if exist "%ProgramFiles(x86)%\Microsoft Office\Office16\ospp.vbs" cd /d "%ProgramFiles(x86)%\Microsoft Office\Office16")&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_kms*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&(for /f %%x in ('dir /b ..\root\Licenses16\proplusvl_mak*.xrm-ms') do cscript ospp.vbs /inslic:"..\root\Licenses16\%%x" >nul)&echo.&echo ============================================================================&echo Activating your Office...&cscript //nologo ospp.vbs /unpkey:WFG99 >nul&cscript //nologo ospp.vbs /unpkey:DRTFM >nul&cscript //nologo ospp.vbs /unpkey:BTDRB >nul&cscript //nologo ospp.vbs /unpkey:CPQVG >nul&cscript //nologo ospp.vbs /inpkey:XQNVK-8JYDB-WJ9W3-YJ8YR-WFG99 >nul&set i=1
:server
if %i%==1 set KMS_Sev=kms7.MSGuides.com
if %i%==2 set KMS_Sev=kms8.MSGuides.com
if %i%==3 set KMS_Sev=kms9.MSGuides.com
if %i%==4 goto notsupported
cscript //nologo ospp.vbs /sethst:%KMS_Sev% >nul&echo ============================================================================&echo.&echo.
cscript //nologo ospp.vbs /act | find /i "successful" && (echo.&echo ============================================================================&echo.&echo #My official blog: hackerkitty.wordpress.com&echo.&echo #Please feel free to contact me at if you have any questions or concerns.&echo.&echo #Please consider supporting this project: hackerkitty.wordpress.com&echo #Your support is helping me keep my servers running everyday!&echo.&echo ============================================================================&choice /n /c YN /m "Would you like to visit my blog [Y,N]?" & if errorlevel 2 exit) || (echo The connection to my KMS server failed! Trying to connect to another one... & echo Please wait... & echo. & echo. & set /a i+=1 & goto server)
explorer "https://hackerkitty.wordpress.com"&goto halt
:notsupported
echo.&echo ============================================================================&echo Sorry! Your version is not supported.&echo Please try installing the latest version here: bit.ly/odt2k16
:halt
pause >nul

Step 3. Open Notepad. Paste the Code and save as Office2016.cmd. Close Notepad.

Step 4. Right click Office2016.cmd file and select run as administrator.

Office-2016

Step 5. Close Command Prompt. Check Microsoft Word or any Office file to see Microsoft Office 2016 activated.

All Done!

How To Fix gpedit.msc Missing in Windows 10

Have you come across the situation where you can’t open Task Manager in Windows 10? You right-click on the taskbar, but find the Start Task Manager is grey. You press “Ctrl + Alt + Del” key combination, but find the “Start Task Manager” is lost on the screen. You run taskmgr in Run box, but receive the error message: “Task Manager has been disabled by your administrator“.

Step 2. Copy the Code below:

@echo off 

pushd "%~dp0" 



dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientExtensions-Package~3*.mum >List.txt 

dir /b %SystemRoot%\servicing\Packages\Microsoft-Windows-GroupPolicy-ClientTools-Package~3*.mum >>List.txt 



for /f %%i in ('findstr /i . List.txt 2^>nul') do dism /online /norestart /add-package:"%SystemRoot%\servicing\Packages\%%i" 

pause

Step 3. Open Notepad. Paste the Code and save as gpedit.bat. Close Notepad.

Step 4. Right click gpedit.bat file and select run as administrator.

Step 5. Once the download is done. Close Command Prompt. Open Run enter gpedit.msc and click OK.

All Done!

Change MAC Address On Kali Linux

1. Open your terminal, and type,

ifconfig | grep HWaddr

change-mac-linux11

You will see your original MAC address, mine was 08:00:27:b2:4d:4b

2. To temporary change our MAC address, we need to turn off the network interface first by running this command

ifconfig eth0 down

3. After that we can configure the new MAC address

ifconfig eth0 hw ether 00:00:00:00:00:02

You can change the MAC address using this hexadecimal format XX:XX:XX:XX:XX:XX

4. Now we can turn on the network interface again.

ifconfig eth0 up

5. And the last we can check again our MAC whether it’s change or not.

change-mac-linux21

If we follow until this step, MAC address will back to default after we restart our machine.

To change MAC address permanently

6. Kali Linux was built based on Debian. In Debian all the network interface was located on /etc/network/interfaces.

7. We will configure the /etc/network/interfaces.

nano /etc/network/interfaces

8. Now we will add one line of script to change our MAC address permanently

pre-up ifconfig eth0 hw ether 00:00:00:00:00:02

This script will be called on system startup.

change-mac-linux3

9. If we want to restore the default MAC address, just add the # sign in front of script in step 8.

#pre-up ifconfig eth0 hw ether 00:00:00:00:00:02

All Done!