Showing posts with label windows hack. Show all posts
Showing posts with label windows hack. Show all posts

Tweak Registry to Fast Shutdown Windows XP and Vista

Leave a Comment
When ever you click the shutdown button on your PC running Windows XP or Vista it usually stand still without any activity and sometimes blinks, well at that stage it just closing all the applications and it might take some minutes, but I just found a easy registry tweak that can make that process actually very fast just follow below steps and you will be able to shutdown at a pace of time.
Well we are going to tweak the registry entries so its basically a technical work if you are not comfortable with editing your registry than you should not do it without consulting any of your good geek friend. So follow below steps separately for Windows XP and Vista.
Read More

Make Your Computer Speak When you Log On

It’s a simple trick to amaze your friends.When you Log On infront of them.
Yeah a trick to make your Computer Welcome you on Start Up.
Lets Do It:
Open Notepad
Paste the bellow code in Np
Dim speaks, speech
speaks=”Welcome Back, Username”
Set speech=CreateObject(“sapi.spvoice”)
speech.Speak speaks
 Replace Username with your Name
Click Save As and save as type Welcome.vbs
Copy File Welcome.vbs and paste it in bellow address
                                                             Windows-7
C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

*Replace Username with your username and C:\ with your Root Drive
                                                             Windows-Xp
C:\Documents and Settings\All Users\Start Menu\Programs\Startup

Read More

How to Install Android Applications and Games in Windows

  • Are you the one who don’t have a  Android mobile, But interested in using android apps and games?
  • Do you want to sync your Android Mobile apps with your PC?
Now you can Install Android Apps and Games with .apk extension in your windows operating system and have fun with them.

Read More

Folder Background Changer For Windows 7

This nifty freeware that lets Windows 7 users use any wallpaper or image as background for any folder on the computer. It also lets you select the appropriate text colour for files inside the folder. It works on both 32-bit and 64-bit version of Windows 7.

How To Use Folder Background Changer:

Once you download the software, extract the contents of the ZIP file. Right click on the program file and choose “Run as Administrator”
Run Program As Administration
Read More

How to block sites on computer without using Software

In this tutorial, you will learn how to block sites on computer. There are thousands of softwares are available on internet to block sites but, in this tutorial, you are gonna learn how to block sites on computer without using any software.
Block Websites in Windows Without using Software
Read More

HACKING WINDOWS XP THROUGH 'IP ADDRESS'

Do you think it is possible to hack some one computer with just an ip address?! The answer is yes, if you are using unpatched(vulnerable) OS.  If you don’t believe me, then read the full article.
In this article i am going to demonstrate how to hack a remote computer by exploiting the  parsing flaw in the path canonicalization code of NetAPI32.dll through the Server Service(CVE-2008-4250). Before we jump into the actual exploitation process, let me give more details about this Server Service Vulnerability.
Details about Server Service Vulnerability(MS08-067):
Microsoft Windows Server service provides support for sharing resources such as files and print services over the network.
Read More

BRAND WINDOWS with your name

Let’s do some fun stuff today….
See I have Done it in my Computer…

open notepad
dump the following lines into it and save it with the name OEMINFO.INI in the c:\windows\system32 directory:

Read More

Increase computer and internet speed.windows hack

MaXimum Internet Speed System.ini Tweak To Get Max Net Speed
Go To Start > Run Type In System.ini & Hit Enter.
After The System.ini opens Paste the following below [386enh]

Read More

FUNNY CD-DRIVE HACK with notepad

Open Notepad and Type :

Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count -1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Read More