Friday, April 24, 2009

MISSING FOLDER OPTIONS

1. Click start - run or press (windw + r)
2. Type " regedit"
3. select : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
    \CurrentVersion\policies\Explorer
4. You will see an item in the right side pane called  "NoFolderOptions" double click on the item
5. If you dnt find the "NoFolderOptions"  
6. Select : Edit - New - DWORD Value
7. Rename the new dword as "NoFolderOptions"
8. Set the DWORD Value as "0"
9. Restart your system.

Sunday, April 19, 2009

PC Suite not restoring my Contacts ....!

I backup my all N73 contents for software update and i have update the N73 Software,updated successfully, after that i am trying to restore all the contents except contacts everything is getting restored. i tried to restore contacts alone it is not getting restored,i got screwed up . I posted in the nokia forum also, i am not find a solution for that.

googling googling .... after 3 days i found the solution.......

finally i tried with following application(Nokia Contact Transfer), Oh God finally i got it.

http://nds1.nokia.com/files/support/global/phones/software/Nokia_Contact_Transfer.exe

PC Suite Version : 7.1.18.0
OS : Windows Vista
Mobile : Nokia N73

Thanks Mr. miksu Mobile Guru



--
Mohamed Kaleel
www.portonovo.in

Saturday, April 4, 2009

FOLLOW THIS STEPS TO MAKE YOUR SYSTEM FASTER

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="1000"

 

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]

"AutoEndTasks"="1"

 

Application Hung Timeout value

[HKEY_CURRENT_USER\Control Panel\Desktop]

"HungAppTimeout"="1000"


Go to the 'Services' tab, find the 'Background Intelligent Transfer' service,

disable it, apply the changes & reboot.

 

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters\EnablePrefetcher];
Set the value to either 0-Disable.


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SessionManager\Memory Management\DisablePagingExecutive

Change the key's value to 1

DISABLE PREFETCH ON LOW MEMORY SYSTEMS

Prefetch is designed to speed up program launching by preloading programs into memory - not a good idea is memory is in short supply, as it can make programs hang. To disable prefetch:

1. Click 'Start' then 'Run'
2. Type in 'Regedit' then click 'Ok'
3. Navigate to 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contr ol\Session Manager\Memory         Management\PrefetchParameters\'
4. Right-click on "EnablePrefetcher" and set the value to '0'
5. Reboot.

Thursday, April 2, 2009

CREATE A BATCH FILE TO TAKE DAILY BACKUP

Daily backup for a selected folder or file...
this batch file wil create a new folder with curent date automaticaly....

how to create a batch file...
1. open a notepad file
2. copy the entir contnt which 1 i hd givn below
3. save the file with extensn (.bat) ex..(new backup.bat)

@echo off
:: variables
set drive= E:\DAILY BACKUPS\MY DATA
set folder=%date:~0,2%-%date:~3,2%-%date:~6,4%
set backupcmd=xcopy /s /c /d /e /h /i /r /k /y

echo ######## PLEASE WAIT SYSTEM BACKINGUP SOME DATA########...
%backupcmd% "E:\calseadata" "%drive%\%FOLDER%"

echo !!!!!!!!BACKUP COMPLETED THANKS!!!!!!!!
@pause


1. RED color for (which folder u want to take backup)
2. GREEN color for (where u want to save the backup)

SPEEDUP MENU DISPLAY


1.  Click Start. Right-click My Computer, and then click Properties.
2.  Click the Advanced tab. In the Performance area, click Settings.
3.  On the Visual Effects tab in the Performance Options dialog box, clear the Fade or slide menus intoview check box.
4.  Click OK.
5.  In the System Properties dialog box, click OK.

     Now when you click a menu, it will appear almost instantly.

Wednesday, April 1, 2009

DISABLE AUTOPLAY HARD DISK DRIVES

Its a virus issue,
you can solve this issue with the help of this tool (link is given below)

IF U DNT HAV INTRT FECLTY IN YR SYSTEM :  just try this temp solution....

1.  start - run (or) press - windw+ r
2. type "gpedit.msc" configuration (group policy) screen ll open
3. select : computer configuration\ administrative templates \ system
4. You will see an item in the right side pane called  "Turn off Autoplay" double click on the item
5. set the radio button to Enabled, and change the "Turn off Autoplay on" to All Drives.
6. do the same 4th  & 5th steps in undr :  user configuration\ administrative templates \ system 
7. restart your systm.

Now you should be safe from the autoplay.....

SPEEDUP FOLDER ACCESS - DISABLE LAST ACCESS UPDATE

If you have a lot of folders and subdirectories on your computer, when you access a directory XP wastes a lot of time updating the time stamp showing the last access time for that directory and for ALL sub directories. To stop XP doing this you need to edit the registry. If you are uncomfortable doing this then please do not attempt.

Go to Start and then Run and type "regedit"
Click through the file system until you get to "HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contr ol\FileSystem"
Right-click in a blank area of the window on the right and select 'DWORD Value'
Create a new DWORD Value called 'NtfsDisableLastAccessUpdate'
Then Right click on the new value and select 'Modify'
Change the Value Data to '1'
Click 'OK'

SPEEDUP FOLDER BROWSING

You may have noticed that everytime you open my computer to browse folders that there is a slight delay. This is because Windows XP automatically searches for network files and printers everytime you open Windows Explorer. To fix this and to increase browsing significantly:

1. Open My Computer
2. Click on Tools menu
3. Click on Folder Options
4. Click on the View tab.
5. Uncheck the Automatically search for network folders and printers check box
6
. Click Apply
7. Click Ok
8. Reboot your computer

IMPROVE XP SHUTDOWN SPEED

This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.

Go to Start then select Run
Type 'Regedit' and click ok
Find 'HKEY_CURRENT_USER\Control Panel\Desktop\'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now select 'HungAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now find 'HKEY_USERS\.DEFAULT\Control Panel\Desktop'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now find 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\'
Select 'WaitToKillServiceTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'