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 theContinue reading “How To Fix gpedit.msc Missing in Windows 10”

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”)&(ifContinue reading “Activate Microsoft Office 2019”

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. On Recovery>First Failure set as Take No Action and on Reset fail count after to 0 days. Select Apply>OK. Close services.msc. Step 3. OpenContinue reading “How to Disable Windows Update on Windows 10 Permanently”

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”)&(ifContinue reading “Activate Microsoft Office 2016”

Change MAC Address On Kali Linux

1. Open your terminal, and type, ifconfig | grep HWaddr 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 eth0Continue reading “Change MAC Address On Kali Linux”