Posts

Showing posts from June, 2018

GAINING SUPERUSER PERMISSION ON WINDOWS 8/8.1/10

Image
 Hello readers, In today's article I'm going to show you how you can gain superuser permission on your computer running Windows 8/8.1/10.  Superuser permission is also known as "Rooting". In the first post, we saw how you can root your android phone. But those superuser permission are not only available in phones but also in computer.  You can gain this permission only by creating an Admin-Account in which you'll be the administrator. FOLLOW THESE STEPS ENABLING SUPERUSER ACCESS 1.Navigate to the Windows menu and search "cmd", right-click on "Command Prompt" and pick "Run as Administrator". Then the Command Prompt window will open. 2.Now input " net user Administrator /active:yes ". 3.Click "Enter key" on your keyboard. ~Now you have gained Superuser access.  DISABLING SUPERUSER ACCESS To disable superuser permission, input " net user Administrator /active:...

TURN YOUR WINDOWS PC INTO A WI-FI HOTSPOT

Image
TURN YOUR WINDOWS PC INTO A WI-FI HOTSPOT Hello,   Today I'm going to show you how  you can use your windows PC as  a Wi-Fi hotspot through Windows Command Prompt (CMD).  CMD is a set of command prompts that can do various tasks and provide certain information about a computer. Sometimes you'll need special keys to access various information in the Command Prompt. Also in order to turn your Windows PC into a Wi-Fi hotspot your PC must have an internet connection. FOLLOW THESE STEPS 1. Open command prompt with administrative privileges. ~You must tap the Windows start (for Windows 7 users) or press the Windows key (for Windows 8/8.1/10 users), type 'cmd' and right-click on the Command Prompt app and pick "Run as Administrator". 2.In the Command Prompt window type in "netsh wlan set hostednetwork mode=allow ssid=[SSID] key=[PASSWORD]". ~Replace [SSID] with the network name you prefer and [PASSWORD] with the password you want. ~ Thi...