Posts

Showing posts with the label windows genuine XP

Block Websties

How To Block Websties Without Software, block webs Steps: 1] Browse C:\WINDOWS\system32\drivers\etc 2] Find the file named "HOSTS" 3] Open it in notepad 4] Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessable. 5] Done! -So- 127.0.0.1 localhost 127.0.0.2 www.blockedsite.com -->www.blockedsite.com is now unaccessable...

Make windows genuine XP

make window genuine by dos ________________________________________ No need of any patch or any crack to make window genuine......... just copy the below code and paste it in notepad....then save it extension .bat tht it... @echo off title ETH0 Windows Genuine Advantage Crack Installer cls echo wow echo ================================================== ====== echo. pause echo. echo Killing wgatray.exe process... taskkill /IM wgatray.exe echo. echo Deleting old files... del %systemroot%\system32\wgatray.exe.old del %systemroot%\system32\wgalogon.dll.old echo. echo Renaming files... ren %systemroot%\system32\wgatray.exe wgatray.exe.old ren %systemroot%\system32\wgalogon.dll wgalogon.dll.old echo. echo Deleting files... del %systemroot%\system32\LegitCheckControl.dll del %systemroot%\system32\wgatray.exe.old del %systemroot%\system32\wgalogon.dll.old echo. echo Copying new files... copy LegitCheckControl.dll %systemroot%\system32\ /Y echo. echo All done! echo. pause