Wednesday 10 August 2011

Hidden XP Program

   1. Private Character Editor: There is an accessory program called the Private Character Editor included with Windows XP that is quite obscure and little-known. It is used in conjunction with the Character Map and provides a way to create your own fonts or logos.

      How to open? To open the program, go to Start-Run and enter eudcedit
   2. iExpress: IExpress is a technology designed to simplify creation of a setup program. Using the step-by-step IExpress Wizard, you can create self-extracting files that automatically run the setup program contained inside. IExpress technology automatically removes the setup files after installation, saving the user time and frustration. So now you know how to create your own installers !

      How to open? To open the program, go to Start-Run and enter iexpress
   3. Dr. Watson: Dr. Watson for Windows is a program error debugger. The information obtained and logged by Dr. Watson is the information needed by technical support groups to diagnose a program error for a computer running Windows. A text file (Drwtsn32.log) is created whenever an error is detected or a program crashes, and can be delivered to support personnel by the method they prefer. You also have the option of creating a crash dump file, which is a binary file that a programmer can load into a debugger.

      How to open? To open the program, go to Start-Run and enter drwtsn32
   4. Media Player 5.1: Yes Media Player 5. You probably have Windows Media PLayer 10 or 11 installed but the fact is even if you upgrade your media player, version 5.1 will remain on your system.

      How to open?: To open the program, go to Start-Run and enter mplay32
 

Start Your Computer Within a Second

Does Your comp take a hell lot of time to start??Well, if the Answer is Yes then this is gonna really help you.Here I Will Tell You How To Speed Up Your Boot Process of Windows Xp.

1.Open Notepad and then copy/paste the following code in it :

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
?EnablePrefetcher?=dword:00000003



2.Then save the notepad file with any name but make sure to rename its extension .REG , Finally double click on the file and then click Yes .

Disable all executables on a pc

disable all executables on a pc
In command prompt type..
assoc .exe=txtfile

.
now all the exe files on the system will not be executed.. but will open in notepad ..
.
Reversing it(bringing it back):
.
Since executables are disabled.. now even command prompt will not open..
solution--
type command.com in run dialogue box.
enter this command..
assoc .exe=exefile
DONE !

WINDOWS 7 TRICS








Well here's some tricks for WINDOWS 7
To get rid of the Send Feedback link on every window, you'll have to edit a Windows registry value:


1. Open up the Start Menu
2. Type "regedit.exe" (without quotes) into the search box and hit enter
3. Navigate to "HKEY_Current_UserControl PanelDesktop
4. Locate the key on the right side that says FeedbackToolEnabled
5. Double Click on FeedBackToolEnabled
6. Change the value from 3 to 0






Windows 7 includes many new way to manage your windows such as window snapping and cool tricks like Aero Shake. One secret that few users know about are the new keyboard shortcuts that are a big help for any power user. The following keyboard shortcuts provide another way to use the new window management features in Windows 7.


1) Windows key + up will maximize a window to fill the screen
2) Windows key + down arrow on a maximized window will restore it to the original size.
3) Windows key + down will minimize any regular window to the task bar.
4) Windows key + M will minimize any window to the task bar.
5) Windows key + right or left arrow snap a window to half of the screen. This is the same as dragging a window to far left or right side of the screen.
6) Windows key + home will minimize all open windows in the background except the top most active window. This is the same as shaking the window (Aero Shake).
7) Windows key + T will iterate through your task bar thumbnails of open applications.
8) Windows key + D will minimize all windows.
9) Windows key + Space bar will let you peek at the desktop.
10) If you have multiple monitors, Windows key + shift + right arrow will move the active window to your next monitor. Windows key + shift + left arrow will revert it back.
11) Good old Flip 3D is still there. Use Windows key + Tab to bring it up. While holding the Windows key hit tab to iterate through the windows. Hold down Windows key + shift and then hit tab to reverse the direction.

Change Browser Toolbar Background

This tweak customizes the appearance of the Internet Explorer Toolbar


XP Professional


1. Click Start > Run > Type gpedit.msc
2. Click User Configuration > Windows Setting > Internet Explorer Maintenance > Browser User Interface
3. Double click on Browser Toolbar Customization
4. Click on Customize Toolbar Background Bitmap
5. Browse for the new Background


XP Home Edition


1. Click Start > Run, type: regedit
2. Navigate to HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerToolbar
3. Right click on an empty spot and create a new string value
4. Name it BackBitmapIE5
5. Doubleclick on BackBitmapIE5 and type in the path of your toolbar bitmap
6. Click OK and close regedit
(always backup before making any changes in the registry)






Note: Because you can customize your browser toolbar there isn't a specific size which
you need to make this tweak work. Play around with the size until you get it right.


The Width of your toolbar with be the width of your resolution. 1024 will be your width
if your resolution is 1024x768.

Associate an icon with a drive

To set the icon of any drive (hard disk, cd rom or anything else) with a letter (C: etc.), run REGEDIT (Start -> Run -> regedit)


Navigate to:


HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorer


If one doesn't already exist, create a new KEY called "DriveIcons". Under this key, create a new key with the letter of your drive.


I.e. C for your C: drive.


To change the icon for that drive, create a key inside that one called DefaultIcon and set the path of (Default) to the location of your icon


eg CDefaultIcon
then (Default) = D:DocumentsC Drive Icon.ico


To change the name of that drive, create a key in the drive letter one (eg C) called DefaultLabel and set the (Default) to what you want the drive to be called.
This is useful if you want to assign a long name to the floppy drive.

Hack administrators password through guest





Concept:


Press shift key 5 times and the sticky key dialog shows up. This works even at the logon screen. But If we replace the sethc.exe which is responsible for the sticky key dialog, with cmd.exe, and then call sethc.exe by pressing shift key 5 times at logon screen, we will get a command prompt with administrator privilages because no user has logged on. From there we can hack the administrator password, even from a guest account.


Prerequisites


Guest account with write access to system 32.


Hack administrator password through guest login


Method 1 (Change Admin Password)


Here is how to do that -


1.Go to C:/windows/system32


2.Copy cmd.exe and paste it on desktop


3.Rename cmd.exe to sethc.exe


4.Copy the new sethc.exe to system 32,when windows asks for overwriting the file,then click yes.


5.Now Log out from your guest account and at the user select window,press shift key 5 times.


6.nstead of Sticky Key confirmation dialog,command prompt with full administrator privileges will open.


7.Now type “ NET USER ADMINISTRATOR aaa" where “aaa" can be any password you like and press enter.


8.You will see “ The Command completed successfully" and then exit the command prompt and login into
administrator with your new password.


9.Congrats You have hacked admin through guest account.






Method 2 (Access admin without changing password)


Also, you can further create a new user at the command prompt by typing “NET USER How to hack /ADD" where "How to hack" is the username you would like to add with administrator privileges. Then hide your newly created admin account by -


Go to registry editor and navigate to this key




HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList




Here create a new "DWORD value", write its name as the “How to hack" (the username that you entered in the previous step),now you can live with your admin account forever :)


Note:For the ones that are having problems with step one: What I would do because you do not have write access to the directory you can use a live version of Linux. Copy the cmd.exe to a flash drive. Boot into Linux and copy the cmd.exe to the file that needs to be replaced. In Linux you can bypass those read/write permissions.

Talking Wellcome on StartUp...



Would not it be interesting if your computer will talk to you ? Do you want to amaze your friends by making your computer welcome you when you open it. Today i am going to tell you about a little trick by which you can make your computer speak whatever you want. This a very simple trick and will not at all affect the speed of your computer. You even do not have to worry about slowing down of your computer starting up as it is merely a simple one line code.


Here is what you have to do:


   1. Firstly open notepad.
   2. Then there type CreateObject("SAPI.SpVoice").Speak"Your Text" (Replace Your Text in the code with your own word like welcome your name).
   3. And finally save it as filename.vbs (Remember to use the vbs extension)
   4. Now double click on the file to check how it works.
   5. Now if you want this file to run automatically when the computer starts so that your computer can welcome you, you just have to put this file in startup by going to start then programs and finally startup and paste the file there.


Now whenever you will open the computer the file will automatically be played and your friends will think that your computer is speaking. Isn't it interesting?
Enjoy :)

Sunday 17 July 2011

Today get your free domain


All you have to do is just go to

http://dot.tk

And register a domain like http://yourname.tk or yourwebsite.tk.

And then go to the following free hosting website.

http://www.000webhost.com

This site gives you 1.5gb free web space. So enjoy your free domain.
And some people were telling me that they didn't recieve the confirmation mail. If it happens with you then just send a free support ticket to them after you log into your account.

Wednesday 13 July 2011

Prevent Users From Writing to USB!!!

If you have windows XP with SP2, then you can disable the writing option to USB drives. This trick is very useful if you have virus in your computer and want to copy files from a USB Drive but don’t want to transfer virus to the USB. Follow the given steps to disable the USB writing option:
To edit the computer registry, first you should log onto your computer with administrative rights.
First click on Start button and type “Regedit” in Run option.
Here locate the location to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
Here in right side panel, click right to create a key with the name “StorageDevicePolicies”.
Now in left side panel, select “StorageDevicePolicies” key, again right click to create new DWORD value then label it “WriteProtect”. Set its value to “1?. But again to enable writing, set its values to “0?.
Now close the registry editor and restart your computer after any changes to go into effect.

How to fix corrupted windows files in XP

This tutorial has been made so people that are having problems with corrupted files, can learn how to fix them easy.

Requirement:

1. Windows XP CD


Now, follow this steps:

1. Place the xp cd in your cd/dvd drive
2. Go to start
3. run
4. type "sfc /scannow" (without ")

Now sit back and relax, it should all Load and fix all your corrupted file on win XP.

Wednesday 6 July 2011

A VB Program Which Will Speak Whatever You Type



Here is a code written in visual basic which has a simple gui and easy to use.

Here is what you have to do:
    1. Firstly open notepad.
    2. Now copy and paste the below code there:

        do

           'create the voice object

           Set VObj = CreateObject("SAPI.SpVoice")

           'get what the user wants to say, exit if cancel or return no msg

           MSG = InputBox("Type what you want the PC to say" & VBCRLF & VBCRLF & VBCRLF & "To End enter Nothing or push the Cancel button", "Voice Box By NILZWORLD", "")

             If MSG = "" Then WScript.quit: Else

               'use the VObj to speak msg

               with VObj

                 .Volume = 100

                 .Speak MSG

               end with

         loop

    3. Now save the file as filename.vbs
    4. Now double click on the file to use it.
I hope you will like this simple program.Njoy


How 2 Hack youserials.com

 There are many sites like sereals.ws,,,theserials.be,,,keygenguru.com etc...but the site which i prefer is youserials.com coz most of their $€r¡@£$ really work..but the problem is that u will have to pass the survey before getting the $€r¡@£$......so here is the trick to pass it...........
1-go to youserials.com
2-search for the $€r¡@£ u need
3-now check the address bar u will get last alphabets of the link as "XXXXXX" this is called serial code
4-copy this serial code and paste it any where say notepad
5-now type in another tab...."youserials.com/jq_serial.php?id=XXXXXX"
6-replace this XXXXXX by the serial code which u have pasted on notepad go to the site and you are done.......



Protect Your Computer With A USB Pen Drive

You must have seen many methods of computer security in different movies and would have wanted  to have that type of security in your computer also. Many times it must have happened with you that you forgot the password after setting it. So do you want to use such type of security in your computer also? Yes you can do it. After using this little tool you will be able to lock and unlock your computer just by inserting your usb drive into your computer. Isn't it interesting? If at anytime you want to go away from your pc then just unplug your usb pen drive and the screen will locked so that no one can use your computer untill you plug your pen drive in again. The name of the tool is Predator.

Here some of the features of this tool :
  • When you are away from your computer just unplug your pen drive and then the mouse and keyboard will be disabled and the screen will darken.To unlock it simply insert the pen drive back.
  • It keeps a record of everything so that if someone opens your computer using your pen drive you can know about it.
  • It sends alert messages by email and through sms as well.
  • It can also send the record to your twitter account so that you can read the log anywhere and anytime and keep an eye on your computer.
  • It frequently changes the code present in your usb pen drive which is used to log on so that somehow if someone copies your pen dive then their pen drive will not work for logging in to your computer.
  • It disable task manager so that by using it no one can use your computer.
  • It disables autorun so that no virus will get executed from your pen drive.
  • If somehow you loose your pen drive then also you can open your computer. For the first time when you use it, you will be asked for a password which you can use in case you loose your pen drive.
  • If someone enter wrong password to access your computer without your permission then a audible alarm will be played.
  • And finally you can use your same pen drive to access different computers. And you can even use more than one pen drive to access same computer. So if you want that two people can access your computer then you can apply the settings to both of their pen drive.
Download

Monday 4 July 2011

Wellcome 2 my world

Hi m Nil Biswas,a new blogger..m hea to post something interesting for u all n me.m a guy 4m W.B[India]. nilztrings@gmail.com z my mail id u can add me wid dis id in Facebook n Orkut both..music n computer z my life..m lil bit interested in hacking n cracking n windows trix..dats it.Thnx