Subscribe

RSS Feed (xml)

Powered By

Skin Design:

Powered by Blogger

eTrickz For Computer Geeks
Showing posts with label Solve System Problems. Show all posts
Showing posts with label Solve System Problems. Show all posts

Thursday, March 13, 2008

Increase the life of your dvd rom

This is for those who watch movies on their computer's dvd rom drive!!!There is a software called dvd idle pro which can really increase the life of your dvd drive. By using the Smart Read-ahead Cache,DVDIdle saves DVD data which will be played soon onto the hard disk cache or RAM cache, and then feeds it to DVD player.This allows the DVD drive to rest.
For example:
a 6X-speed DVD drive will only work for 15 minutes when you are watching a 90 minutes DVD movie.
here is the link: www.dvdidle.com/download/DVDIdlePro59.exe


This is an interesting one!!!

Quick Back And Forward Commands In IE Using Keyboard

HOLD THE SHIFT KEY AND SCROLL THE PAGES OF IE TO GO FORWARD AND BACKWARD.

To convert a FAT partition to NTFS

Click Start, click Programs, and then click Command Prompt.In Windows XP, click Start, click Run, type cmd and then click OK.At the command prompt, type CONVERT [driveletter]: /FS:NTFS.Convert.exe will attempt to convert the partition to NTFS.NOTE: Although the chance of corruption or data loss during the conversion from FAT to NTFS is minimal, it is best to perform a full backup of the data on the drive that it is to be converted prior to executing the convert command. It is also recommended to verify the integrity of the backup before proceeding, as well as to run RDISK and update the emergency repair disk (ERD).

Creating The Suspend Shortcut

Right click on the Desktop .New / Shortcut. Enter in rundll32.exe PowrProf.dll, SetSuspendState . Give it whatever name you want. Now when you click on that shortcut, your computer will shutdown and suspend

Create a password reset disk

Here's an important tip… If you are using a password protected user account in Windows XP (and you really, really should be ) you might be nervous about forgetting your password. Well here's a way to put your mind at ease, at least a little bit. Windows XP allows users to create a password reset disk specific to their user account. This disk can be used at the welcome screen to reset your password in the event that you do forget it.
To create the disk: Go to start\control panel\user accounts. Select the account you are currently logged in as.
Under the 'related tasks' heading in the top left corner, click 'prevent a forgotten password' to open the forgotten password wizard. Insert a blank floppy disk and follow the instructions to create your password reset disk.
To use the password reset disk in case of emergency:
Once you have created a password reset disk for a specific user, the next time the password for that user is entered incorrectly at the welcome screen, a message will pop up asking if you have forgotten your password. At this point you can elect to use your password reset disk. Follow the instructions to reset your password.
Note: There are a couple of possible problems with the above procedure. For one, if you have used Windows XP's built in encryption feature to encrypt some of your files and folders, but have not yet updated to service pack 1, do not reset your password, as you will lose access to all the encrypted data. Once you have got service pack 1, it is safe to use the disk. Also, you cannot gain access to the reset feature if you have disabled the welcome screen on XP by using tip #31 above.
Keep your reset disk in a safe location, because anyone else can also use it to reset your password....

PROTECTION ON FILE SYSTEMS

To enable protection on system files such as the KnownDLLs list, add the following value;
1. Open RegEdit
2. HKEY_LOCAL_MACHINE\System\CurrentControlSet\ Control\ SessionManager
3. Create the a Dword value and name it "ProtectionMode "
4. Set the Value to1

SETTING THE MINIMUM PASSWORD LENGTH

1.Open RegEdit
2.Go to HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Policies\ Network
3. Now, choose the Edit/New/Binary value command and call the new value MinPwdLen. Press Enter twice and Assign it a value equal to your minimum password length.

CHANGE THE LOCATION OF WINDOWS INSTALLATION FILES

If you need to change the drive and or path where Windows looks for its installation files:
1.Open RegEdit
2.Go to :-HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Setup
3.Edit the value next to SourcePath

Autoexec.nt or Config.nt Errors

If you are getting errors similar to:
The system file is not suitable for running MS-DOS and Microsoft Windows applications. Choose 'Close' to terminate the application.Try copying the file from \windows\repair directory to the one that is in the \windows\system32 directory.

Breaking The XP Password

In case of user password boot the pc in safemode by pressing the F8 key and then selecting the Safe Mode option. You can now logon as an administrator and XP won't prompt for the password. Incase of an administrator account try rebooting the pc in DOS. access C:\Windows\system32\config\sam . Rename SAM as SAM.mj Now XP won't ask for password next time You Login. Also Go to the cmd prompt .
Type net user *.
It will list all the users.
Again type net user "administrator" or the name of the administrator "name" *.
e.g.: net user aaaaaa *(where aaaaaa is the name).
It will ask for the password.
Type the password and there you are done.
Logging In As Administrator:
Hold the Ctrl-Alt key and press Del twice. This will bring up the normal login and you can log on as Administrator.