Sunday, December 19, 2010

Could not find this item. This is no longer located in [path]. Verify the item's location and try again.

Could not find this item.
This is no longer located in [path]. Verify the item's location and try again.

In Windows 7, if you encountered this problem, it is most probably due to the folder name ended up with a "space " behind it.

This will cause the windows unable to del, rename, or move the folder.

Solution: Use these command

1. use Cmd to open up the source directory
2. type dir /x
3. ren filename~1 filename
4. go to explorer and delete "filename" folder

Saturday, November 20, 2010

Format large hard disk for PS3 in FAT32

I know alot of people who cannot use NTFS formated hard disk drive for loads of devices. Especially my PS3!!!

Those who wanted to create or format large harddisk for use in PS3 or other devices, you can use this software which worked for me.

http://www.ridgecrop.demon.co.uk/index.htm?guiformat.htm


http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm

Saturday, July 24, 2010

Unable to update or start Steam on Windows 7?

I am having problem to start my Steam program due to updating of the platform. It is not able to get pass 0%. Everthing works again after I change to this setting! Of couse, I have deleted clientregistry.blob too.

After changing the setting, delete the original steam shortcut on desktop and try running the steam.exe program directly from its folder.


Thursday, July 1, 2010

How to make USB bootable disk

1. boot WINPE 2.1 cd. stop running script

2. insert USB memory disk

3. from command prompt key:

diskpart
list disk

4. indentify which disk no is the USB disk, type the follow:

select disk # (#=1,2,3 or...)
clean
create partition primary
select parttition 1
active
format fs=fat32 quick label=test1
assign
exit

5. copy content from CD to USB memory disk

Saturday, June 26, 2010

Autologin Win XP

-Click Start, Run and type CONTROL USERPASSWORDS2, and click Ok.
-Uncheck Users must enter a user name and password to use this computer option, and click Ok.
-Type the account password.

or..........





You can use Registry Editor to add your log on information. To do this, follow these steps:

1. Click Start, click Run, type regedit, and then click OK.
2. Locate the following registry key:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
3. Using your account name and password, double-click the DefaultUserName entry, type your user name, and then click OK.
4. Double-click the DefaultPassword entry, type your password under the value data box, and then click OK.

If there is no DefaultPassword value, create the value. To do this, follow these steps:
1. In Registry Editor, click Edit, click New, and then click String Value.
2. Type DefaultPassword as the value name, and then press ENTER.
3. Double-click the newly created key, and then type your password in the Value Data box.
If no DefaultPassword string is specified, Windows XP automatically changes the value of the AutoAdminLogon registry key from 1 (true) to 0 (false) to turn off the AutoAdminLogon feature.
5. Double-click the AutoAdminLogon entry, type 1 in the Value Data box, and then click OK.

If there is no AutoAdminLogon entry, create the entry. To do this, follow these steps:
1. In Registry Editor, click Edit, click New, and then click String Value.
2. Type AutoAdminLogon as the value name, and then press ENTER.
3. Double-click the newly created key, and then type 1 in the Value Data box.
6. Quit Registry Editor.
7. Click Start, click Restart, and then click OK.

Thursday, April 22, 2010

cannot open hard disk file cannot be found

I have solution

1. start -> run
2. type regedit to open registry
3. go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoint2\
4 now you can see keys like
{4bdd4abb-fe4b-11d5-8453-806d6172696f}
{4bdd4abe-fe4b-11d5-8453-806d6172696f}
5. if you see any sub folder in it like Shell
6. delete Shell folder
7. now open windows explorer and double click on your d or e drive
8. enjoy...


I don't have any knowledge on this stuff but as for my problem, I could solve by doing this:

1. Follow all the steps given by kpbird.
2. then right click on "MountPoints2"....go to "permissions..." in which u find a list in "group or username"
3. check on "deny" "full control" for each and every name (including the administrator)....
4. exit regedit.
5. now this problem should not persist even after restart i guess...

Can't promise if it works for everyone ;)

how to prevent autorun.inf from running

disable autorun

Step 1. Start Notepad or another text editor.

Step 2. Copy the following text from this page and paste it into your text editor (everything between the square brackets should be all on one line):

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping\Autorun.inf]
@="@SYS:DoesNotExist"

Step 3. Save the file with a name like NoAutoRun.reg, taking care to include the .reg extension.

Step 4. Right-click your .reg file and choose Merge. Confirm any warning prompts to add the information to the Registry.





1.START ->RUN ->Key in 'regedit' to open registry.

2. HKEY_CURRENT_USER\ Software\Microsoft\ Windows\CurrentVersion \Explorer\MountPoints2,

3.Right click 'mountpoints2' and select 'permission'

4.Then click 'Advance',uncheck 'inherit from parent the permission entires that apply to child objects.Include these with entires explicity defined here'.

5.Click 'remove'.'Yes' and 'ok'.

uninstall symantec antivirus client

Symantec Antivirus Client Uninstall Password
February 18, 2008 — Kenny Blewett
You know, it is really becoming a common sight for us Techies at LPF. We see it more and more that Symantec software is loaded onto the client machines and an uninstall password is registered. Problem is that getting hold of this password is a hopeless mission!

Solution: Run regedit (Start -> Run -> Regedit). Navigate to :

HKEY_LOCAL_MACHINE\SOFTWARE\INTEL\LANDesk\VirusProtect6\CurrentVersion\Administrator Only\Security

Modify the “UseVPUninstallPassword” DWord, from 1 to 0.

Exit the editor and run through the uninstall process again.

Another Magic trick brought to you by the LPF Team!!




Steps

1. When you got the prompt password window. Open the task manager and look for the “msiexec.exe” program which not running on SYSTEM account.

Note: I’m not using task manager and prefer the process explorer.

2. Kill this process from the task manager.

3. Leave the uninstallation process and go for a cup of coffee.

Its that to simple for Norton protection. Yaks!!!!!!

how to change windows xp profile path

The ProfileList registry key contains some sub-keys, which are nothing but the list of User Account Security Identifiers (SID). Each of the SID represents an Account. The key is located here:

HKEY_LOCAL_MACHINE \ SOFTWARE\ Microsoft\ Windows NT \ CurrentVersion \ ProfileList

Tuesday, February 23, 2010

unable to access drive access is denied

1. start -> run
2. type regedit to open registry
3. go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MountPoint2\
4 now you can see keys like
{4bdd4abb-fe4b-11d5-8453-806d6172696f}
{4bdd4abe-fe4b-11d5-8453-806d6172696f}
5. if you see any sub folder in it like Shell
6. delete Shell folder
7. now open windows explorer and double click on your d or e drive
8. enjoy...


I don't have any knowledge on this stuff but as for my problem, I could solve by doing this:

1. Follow all the steps given
2. then right click on "MountPoints2"....go to "permissions..." in which u find a list in "group or username"
3. check on "deny" "full control" for each and every name (including the administrator)....
4. exit regedit.
5. now this problem should not persist even after restart i guess...

Monday, January 25, 2010

Canon E000005 error

That's a Cleaning Web Counter error code.
To clear it press * 2 and 8 * in that 2&8 are pressed simultaneously.
Go to the Web counter and clear the counter back to Zero (0).
The machine will reboot and Ur problem will be solved.

canon E000001 error

its a fuser error high temp or lower temp
try to rest this error in *28* FUNCTION,CLEAR,ERROR then on off the machine
if the error the same try to replace tem sensor

canon E000001 error

its a fuser error high temp or lower temp
try to rest this error in *28* FUNCTION,CLEAR,ERROR then on off the machine
if the error the same try to replace tem sensor