Naveen P.N

Just another Blog to play with programming

Archive for the ‘Windows Tips n Tricks’ Category

My Documents folder missing in My Computer

without comments

When you open the My Computer screen and your Documents folder is missing but all the other users folders are there try this tweak.

STEP 1:

START >  RUN > REGEDIT >

HKEY_LOCAL_MACHINE / Software / Microsoft / Windows / Current Version / Explorer / DocFolderPaths

Once you click the DocFolderPaths folder you should see all the user’s folders.

STEP 2:

Add a new string value

mydocuments1

Value Name: your user name

Value Data:  the path to your docs folder ( ex. C:\Documents and Settings\your docs folder )

mydocuments2

Exit Registry editor and open my computer, your docs folder should now be visable

Written by Naveen P.N

October 3, 2009 at 1:57 am

Shutdown XP Faster

without comments

When a user shut down his windows XP the operating system waits till all the services is killed ,some time the service does not shut down and windows gives a chance to shut down before killing .The amount of time the windows waits to kill the service is stores in registry ,my modifying this setting the time time taken for windows to wait the service to shut down will reduce and kills instantly.

HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control.

Click on the “Control” Folder.

Select “WaitToKillServiceTimeout”

Right click on it and select Modify.

Set it a value lower than 2000 (Mine is set to 200).

Written by Naveen P.N

August 29, 2009 at 4:45 am

Remove Recycle bin from the Desktop

with one comment

Open Regedit by going to START – RUN and type Regedit and hit enter. Then you should navigate to following entry in registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\
Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}

and delete it. This action should remove recycle bin from your desktop.

Written by Naveen P.N

August 29, 2009 at 4:42 am

User Account is completely blank

with one comment

Hi, Recently  i faced one problem whenever i wanted to to create a new account the screen was blank ,it was displaying only white screen , was fuddling my brain a lot ,try this tweek to solve the problemBlank User Account

To fix the problem, type these commands from Start, Run dialog:

regsvr32 jscript.dll

If that does not help, execute the following commands as well.

regsvr32 nusrmgr.cpl
regsvr32 /i mshtml.dll

Written by Naveen P.N

August 27, 2009 at 2:46 pm

Windows XP Startup and Performance Tweaks

with one comment

Windows XP Startup and Performance Tweaks

Windows XP is now the predominant consumer OS of both gamers and power users. Sure, many of us still dual-boot with Win9x, because it is faster for many games, but the joy of a true 32-bit operating system with full consumer support is too much for many of us to remain loyal to NT 4.0 or Windows 2000. Now that Windows XP has matured past its infancy and many (but by far not all) of the bugs have been shaken out of it, Ars Technica brings you the first in a series of tweak guides for this illustrious and yet somewhat finicky OS.

This first guide aims to cover two main areas of contention: the boot process (sans the system services, which are an entire guide of their own) and a mishmash of general computing tweaks. The boot tweaks will be comprised of not only system settings, but also several under-utilized applications that can dramatically reduce load time. The general performance tweaks are simply various tweaks that do not quite fit in with the theme of this article, but still have a significant effect on system startup performance (because most any tweaks that one performs should have some kind of effect on the startup time of the system).

Before we begin, several pieces of laundry need to be aired out. To begin with, if you have already tweaked the services on the computer in question, please return them to the default settings. One of the applications I am recommending requires that several systems be enabled that most power users frequently disable (e.g., Task Scheduler). Once you have completed the tweaks mentioned in this guide, feel free to return said services back to your preferred settings, as they only need to be enabled for a short time.

View

http://arstechnica.com/tweak/win2k/xp/sgp-tweaks-1.html

Written by Naveen P.N

July 25, 2008 at 11:45 am

How can I uninstall Windows XP and return to my old Windows 98?

without comments

How can I uninstall Windows XP and return to my old Windows 98?

If you’ve upgraded to XP from Windows Me or Windows 98, go to the Add/Remove Programs Control Panel applet and click Uninstall Windows XP.

If you want, you can also uninstall XP from the command prompt by performing the following steps:

* Start the computer in Safe Mode with Command Prompt support (press F8 during start up).
* Navigate to %systemroot%\system32.
* Type osuninst.exe and press Enter.
* Follow the onscreen instructions.

If XP was installed as a dual-boot system along with Win98 or W2K then you can simply format the partition on which it is installed. That is one of the reasons I always recommend to install separate operating systems on separate partitions!

Note: Windows XP Professional provides an uninstall tool when upgrading from Windows 98 on a drive formatted as FAT or FAT32. Therefore, when upgrading this type of drive, you will not have the option to upgrade to NTFS, as this would negate the uninstall option. However, you can convert the drive to NTFS after installation if you choose.

Written by Naveen P.N

July 25, 2008 at 11:44 am

Disable drives in My Computer from unknown user.

without comments

Disable drives in My Computer from unknown user.

If you want to prevent any users to access your computer or network shared drives using My Computer then you can hide the all drives for example C:/, D:/ and save your data from any unknown user. But next time you can turn on the display of these drives using registry editor. Now edit the computer registry to turn off the display of drives, but be careful to work with computer registry.

Follow the given steps to hide computer drives:

First click on Start button then type Regedit in Run option.

Here locate the location to:

HKey_Current_User \ Software \ Microsoft \ Windows

\ Current Version \ Policies \ Explorer

Here right click on right side of Registry editor panel and add new DWORD then put its value 3FFFFFF.

Now close the registry editor and restart your computer after any changes to go into effect.

Written by Naveen P.N

July 25, 2008 at 11:43 am

Delete An “undeletable” File

without comments

Delete An “undeletable” File

Open a Command Prompt window and leave it open.
Close all open programs.
Click Start, Run and enter TASKMGR.EXE
Go to the Processes tab and End Process on Explorer.exe.
Leave Task Manager open.
Go back to the Command Prompt window and change to the directory the AVI (or other undeletable file) is located in.
At the command prompt type DEL <filename> where <filename> is the file you wish to delete.
Go back to Task Manager, click File, New Task and enter EXPLORER.EXE to restart the GUI shell.
Close Task Manager.

Or you can try this

Open Notepad.exe

Click File>Save As..>

locate the folder where ur undeletable file is

Choose ‘All files’ from the file type box

click once on the file u wanna delete so its name appears in the ‘filename’ box

put a ” at the start and end of the filename
(the filename should have the extension of the undeletable file so it will overwrite it)

click save,

It should ask u to overwrite the existing file, choose yes and u can delete it as normal

Here’s a manual way of doing it. I’ll take this off once you put into your first post zain.

1. Start
2. Run
3. Type: command
4. To move into a directory type: cd c:\*** (The stars stand for your folder)
5. If you cannot access the folder because it has spaces for example Program Files or Kazaa Lite folder you have to do the following. instead of typing in the full folder name only take the first 6 letters then put a ~ and then 1 without spaces. Example: cd c:\progra~1\kazaal~1
6. Once your in the folder the non-deletable file it in type in dir – a list will come up with everything inside.
7. Now to delete the file type in del ***.bmp, txt, jpg, avi, etc… And if the file name has spaces you would use the special 1st 6 letters followed by a ~ and a 1 rule. Example: if your file name was bad file.bmp you would type once in the specific folder thorugh command, del badfil~1.bmp and your file should be gone. Make sure to type in the correct extension.

Written by Naveen P.N

July 25, 2008 at 11:43 am

Converting to NTFS

without comments

Converting to NTFS

Your hard drive must be formatted with a file system such as FAT, FAT32 or NTFS so that Windows can be installed on to it. This system determines how files are named, organised and stored on the drive. If you’re not using it already, NTFS (New Technology File System) is recommended for Windows XP because of the additional functionality it offers. If your PC came with Windows XP pre-installed then there’s a chance that you’re already using NTFS. If you’ve upgraded from Windows 98 or Windows Me you may still be using FAT or FAT 32. The option to change over to NTFS would have been available during the upgrade process. Don’t worry if you skipped this as it’s possible to convert at any time from within Windows XP without losing any data.

The recommended option
There are a number of features in Windows XP that will only work if the NTFS file system is present, which is why it’s suggested you make use of it. File and folder permissions, encryption and privacy options are just some of those you’ll be able to access. In particular, those of you who have set up user accounts will find NTFS invaluable. For instance, if you continue to use FAT or FAT32 anyone with physical access to the drive will be able to access the files and folders that are stored there. However, with NTFS you’ll be able to use a level of encryption (Professional Edition only) that will enable you to protect your data.

You’ll also find NTFS more reliable in that it’s more able to recover from disk errors than its FAT or FAT32 counterparts. A log of all disk activity is kept so should a crash occur, Windows XP can use this information to repair the file system when your PC boots up again. To find out what file system you’re using, open My Computer, right-click your main hard drive and choose Properties. Take a look at the General tab to see confirmation of the file system that’s in use.

Convert now
You can use the convert tool in Windows XP to change the file system on your hard disk from FAT or FAT32 to NTFS. The whole process is safe and your existing data won’t be destroyed. To begin, click Start -> Run, type cmd and press [Return]. At the command prompt type convert c: /fs:ntfs and press [Return] (where ‘c’ is the letter of the drive you’re converting). When you try and run the convert utility, it’s likely that Windows XP will be using your paging file so the process won’t be completed immediately. Therefore, you’ll see a brief message on screen informing you that the conversion will take place instead the next time Windows starts up. Having restarted, the Check Disk utility will run, the conversion will be performed automatically and you may find that your PC will reboot twice more.

The benefits
With your drive now running NTFS, it’s time to take advantage of the new options that are available. Having created a number of different user accounts you can now control the level of access that’s granted to individual users. For example, there are going to be certain files and folders that you’ll want some users to be able to access but not others. If you have Windows XP Professional Edition you can do this immediately.

Right-click any file or folder, choose Properties and select the Security tab. A dialog will be displayed showing the names of all your users. Alongside will be two columns which enable you to select levels of access for each of them, the permissions include Full Control, Modify, Read and Write. You can then check the appropriate box to determine whether or not to Allow or Deny a particular permission. For Windows XP Home Edition users, the Security tab won’t be immediately available. To access this option you’ll need to restart your PC, pressing [F8] until a menu appears. Next select Safe Mode and wait for Windows XP to start up. You can then set your options in the same way.

Another feature is NTFS compression. It’s quick and seamless as your file or folder is decompressed automatically when you access it. (Don’t confuse this with a Zip compression utility where the files need to be extracted before they can be accessed.) Although you may have used NTFS compression on a file or folder, there’s no way of telling just by looking at it. To remedy this, open My Computer, click Tools -> Folder Options and select the View tab. Under Advanced settings, scroll down and check the option ‘Show encrypted or compressed NTFS files in color’, then click Apply and OK. Take a look at your compressed items in My Computer and you’ll see the text label has changed from black to blue. Something else that’s exclusive to Professional Edition users is the Encrypting File System (EFS). You can use this to protect your important data so that no one else can read it. Your encrypted files and folders will only be accessible when you have logged into your user account successfully.

Written by Naveen P.N

July 25, 2008 at 11:42 am

Add Command prompt to right click

without comments

add the open cmd prompt to folder context menus
also drives and My Computer

copy what’s in the code area to notepad and save as cmd here.reg

CODE

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@=”Command Prompt”

[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@=”Command Prompt”

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd]
@=”Command Prompt”

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\cmd\command]
@=”cmd.exe /k \”cd %L\”"

Written by Naveen P.N

July 25, 2008 at 11:41 am