Recovering password in XP

Recovering password in XP

Posted by tech master  |  at  2:08 PM

Many times we forget our Windows password. Then we panic, call experts and finally we lose all important information saved in Windows. Now here is a way by which we can recover Windows password easily.

1. Place your Windows XP CD in your CD ROM and start your computer (it’s assumed here that your XP CD is bootable – as it should be - and that you have your BIOS set to boot from CD)

2. Keep your eye on the screen messages for booting to your CD typically; it will be “Press any key to boot from CD”

3. Once you get in, the first screen will indicate that Setup is inspecting your system and loading files.
4. When you get to the Welcome to Setup screen, press ENTER to Setup Windows now

5. The Licensing Agreement comes next - Press F8 to accept it.

6. The next screen is the Setup screen which gives you the option to do a Repair.
It should read something like “If one of the following Windows XP installations is damaged, Setup can try to repair it”

Use the up and down arrow keys to select your XP installation (if you only have one, it should already be selected) and press R to begin the Repair process.

7. Let the Repair run. Setup will now check your disks and then start copying files which can take several minutes.

8. Shortly after the Copying Files stage, you will be required to reboot. (This will happen automatically – you will see a progress bar stating “Your computer will reboot in 15 seconds”)

9. During the reboot, do not make the mistake of “pressing any key” to boot from the CD again! Setup will resume automatically with the standard billboard screens and you will notice Installing Windows is highlighted.

10. Keep your eye on the lower left hand side of the screen and when you see the Installing Devices progress bar, press SHIFT + F10. This is the security hole! A command console will now open up giving you the potential for wide access to your system.

11. At the prompt, type NUSRMGR.CPL and press Enter. Voila! You have just gained graphical access to your User Accounts in the Control Panel.

12. Now simply pick the account you need to change and remove or change your password as you prefer. If you want to log on without having to enter your new password, you can type control userpasswords2 at the prompt and choose to log on without being asked for password. After you’ve made your changes close the windows, exit the command box and continue on with the Repair (have your Product key handy).

13. Once the Repair is done, you will be able to log on with your new password (or without a password if you chose not to use one or if you chose not to be asked for a password). Your programs and personalized settings should remain intact.

Enjoy..!!

Danger of 'Ctrl+C' on the Web.

Danger of 'Ctrl+C' on the Web.

Posted by tech master  |  at  4:01 PM

We do copy various data by ctrl+c for pasting elsewhere. This copied data is stored in clipboard and is accessible from the net by a combination of Javascripts and ASP.
Just try this:
1) Copy any text by 'ctrl+c' 2) .

Do not keep sensitive data (like passwords, reditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information.



To avoid Clipboard Hack Problem, do the following: 1) In Internet Explorer, Go to Tools -> Internet options -> Security
2) Press Custom level.
3) In the security settings, select disable under Allow paste operations via script and click on 'OK. (Now the contents of your clipboard are safe.)

Create a list of all files and folders inside a particular folder with a right-click!!

Create a list of all files and folders inside a particular folder with a right-click!!

Posted by tech master  |  at  6:08 PM

After this tutorial,an option will be available whenever you right-click any
folder which will display all the files and sub-folders inside that folder and
save it to a text file.


1. Create a .bat file

Open Notepad and copy-paste the following data in it.


cd %1

dir /a /b /-p /o:gen >C:\filelist.txt

start notepad C:\filelist.txt


You can edit the path to your preference.Now name this file anything you wish
and save it anywhere you wish.


2. Make file visible in right click context menu.

Open explorer window, Go to Tools>Folder Options..>File types and from
the registered file types list,select FOLDER. Click on Advanced>New....In
the Action box, type in the name you want in context menu. For e.g. Generate
File List
.. Then click on Browse.., navigate to the .bat file created
in step 1 and save the changes.


3. Congratulations!!

You are done with the tutorial!!. Now right click any folder and select
Generate File Listing
. A text file will be created in your C:\ drive [or any
path you specified in the .bat file.] called filelist.txt which contains
list of all files and sub-folders in the parent folder!

Find every files on your PC by Editing registry

Find every files on your PC by Editing registry

Posted by tech master  |  at  8:15 PM

When you search for a file in Windows (choose Start, Search, For Files or Folders, or press in any Explorer or folder window to open the search pane),
Windows searches only for file types it recognizes. Files that aren't listed in the 'Registered file types' list are ignored (to view this list, open Explorer, choose Tools, Folder Options, and click the File Types tab).

So while 'Read_Me.xyz' may be a perfectly good file name to you, Windows pays it no mind because of the unrecognized '.xyz' file extension. Fortunately, a simple edit of the Registry will make Windows search for every file, regardless of its extension. Open the Registry Editor as described above,
and then navigate to and select

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\ContentIndex.

Double-click the FilterFilesWithUnknownExtensions icon in the right
pane, change the 0 in the 'Value data' box to 1, and press <Enter>.

To convert a .bat or a .vbs file into an executable .exe file without any software

To convert a .bat or a .vbs file into an executable .exe file without any software

Posted by tech master  |  at  11:49 AM

Just Follow the steps and convert a .bat or a .vbs file into an executable .exe.

Step 1
Navigate to C:\Windows\System32 and locate the file named IEXPRESS.EXE

Step 2
Double Click to launch IEXPRESS.EXE or just type & enter iexpress.exe in start>run box.

Step 3
You will be presented with the initial welcome screen and be given two choices. Select “Create new Self Extraction Directive file.” Click Next.

Step 4
Next you will be presented with the Package Purpose screen. For our purposes select “Extract Files and run an installation command” and click the Next button.

Step 5
You will be presented with the Package Title screen, which will give you the opportunity to give your project a name. If you are so inclined give it a meaningful name. If like me you are never going to come back to this, name it whatever you want.

Step 6
You will next be presented with the Confirmation Prompt Screen. We would like the batch file to just be extracted and run so just choose “No Prompt” and click the Next Button.

Step 7
You are presented with the License Agreement window. If you don’t want your users to have to answer a prompt select “Do not display a license.”

Step 8
The Packaged Files window is where you will select your batch file (or .vbs). Click the Add button and browse to your desired file. Then click next.

Step 9
Here you are presented with a window titled Install Program to Launch. Use the drop down control next to “Install Program and choose the only option that will be present, the .bat or .vbs file that you chose in the previous window.

Step 10
The Show Window screen is next. I didn’t want my users to be prompted in any way so I chose Hidden. Click Next.

Step 11
No Finished Message for my users. Select “No message” and choose Next.

Step 12
The Package Name and Options window is where the new .exe specified. Type in a path or browse to the folder you would like your .exe in, type a name in the file name box and click save. Also check the box that says “Hide File Extraction Progress Animation from User.” If you’re worried about long file names go ahead and click the other box as well.

Step 13
Since we really aren’t installing anything we probably want to tell the Configure Restart window to not restart. So choose the option that says “No restart” and hit Next.

Step 14
This window is where you have a chance to save all of the options you have chosen into a project file so that if necessary you may later return and make modifications. I have no need to retain the file, but if you would like to be able to come back to it, by all means choose “Save Self Extraction Directive (SED) file” and tell it where to put it. As always, click Next.

Step 15
Here’s where you’re new .exe is born, on the Create Package screen. Explore to the directory you told it to put the file in, click Next and then watch your little .exe’s first moments as it pops into the big digital world.

Step 16
You’re done! Click finish and go try it out.

Add an Image in Context Menu in Windows XP by Vishal Gupta

Add an Image in Context Menu in Windows XP by Vishal Gupta

Posted by tech master  |  at  3:38 PM

This tutorial is not written by me. The original author of this post is Vishal Gupta.

After following this tutorial, you’ll get your desired image in the context menu (the menu which appears when you right-click on desktop or explorer). See the following screenshot of my context menu:




CLICK HERE TO READ THE FULL ARTICLE

What they says

Copyright © 2013 Techsense. WP Theme-junkie converted by BloggerTheme9
Blogger template. Proudly Powered by Blogger.| Distributed by Rocking Templates
back to top