Categories
Browsers Internet Laptop Microsoft

How to block/unblock a website on your computer

If you would like to block/unblock a website from being viewed on your Windows computer, follow these steps:

C:\WINDOWS\system32\drivers\etc

First backup thehosts file.
Open hosts file with notepad.
At the end of the line you can see as per below.

127.0.0.1       localhost

Append the following line at the end

127.0.0.1       BlockSitename.com

# replace the BlockSitename.com with the site name that you want to block.

then go to Start->Run-> type ipconfig /flushdns

Note: That will only stop the domain name to go to the website but if you know the IP address of the site from DnsStuff or NetworkTools then you can browse the site.

'Coz sharing is caring
Categories
Microsoft Password

Reset Windows password without knowing it

Here, i am going to introduce some commands that are used to change the windows password.

netuser
It is a command using to change the windows password without knowing the original password.

procedure

C:/ net user username newpassword

e.g. If the user name is admin and the new password we are going to create is nopassword , it should be like this
C:/ net user admin nopassword

and press enter…..now onwards the new password of theaccount will be nopassword.

'Coz sharing is caring