Showing posts with label windows xp hack. Show all posts
Showing posts with label windows xp 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

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

Make IMAGE as FOLDER background[win xp]

**Add Image to Folder Background in WinXP**

1) open notepad
2)
copy this code in notepad

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=Your Wallpaper Path
IconArea_Text=0×000000

Read More

LOCK any folder without Software[win xp]

**To Lock a folder in windows XP without any software. Follow the steps Below.**
1.Make a Folder in C drive rename it as "abc" without quotes.
2.Now open Command Prompt from Start Menu.
3.Type "attrib +s +h C:\abc" without quotes and press
enter.
This command will Make your folder invisble and it can not be seen even in hidden files and folders
4.To make it visible again type "attrib -s -h C:\abc"
You can lock any other folder also by changing the location C:\abc to address of your folder.

The options +s is for making it system folder, +h for hiding it. And -s for removing it to be system folder, and -h for unhiding it.

Here is some tricks how to lock a folder by making it look like control panel so that if anybody opens it, he will see control panel. this only works in XP. Doesn't work on Windows 7.

ust append the following string to your folder name including dot(.)

1, .{21EC2020-3AEA-1069-A2DD-08002B30309D}


and press enter. you will see it looks like control panel.
2. if you want to make it hidden,then follow the above mentioned steps..enjoy
Read More