Showing posts with label Folders. Show all posts
Showing posts with label Folders. Show all posts

Monday, August 31, 2009

cannot delete lpt3. Folder deleting error


"cannot delete lpt3. This folder was created by Flash Disinfector : cannot find the specified file. make sure you specify the correct path and file name."
see the image below for the error.
elow. if u are ocuuring this problem follow the procedure to overcome this error.

This error mainly creates with the Flash Disinfector tool. And in the My computer in all drives a folder was created as "autorun.inf" and this folder cannot be delted....


Follow these steps:
1. First Open the Notepad by clicking Start button --> All Programs --> Accesories --> Notepad.
2. Copy the text as shown bold in the below to your Notepad.

set drv=C:\
attrib -A -H -S -R %drv%\autorun.inf
del \\.\%drv%\autorun.inf\"lpt3.Folder is locked Inspired by Flash_Disinfector"
rd %drv%\autorun.inf

3. Now Save this File as remove_fd.bat to your Desktop {For saving the File --> click File menu --> Save as Option as file type : All files in Notepad}.
4. Then close the Notepad.
5. Then u will see a remove_fd.bat file as Dos file in Desktop.
6. Double Click on the remove_fd. wait for the window appears.
7. Now u can delete the autorun.inf easily, buy normal delete. it can be successfully delete from your system.

In the above the file is saving in desktop because the autorun.inf folder was located in C: Drive.
so Desktop refers to C drive.
If u want to Remove the folder in the other drives save the file in the specified drive which u have to remove.
and change the letter as D: or E: or F: and soo on in the starting of the file.

I am posting the recover of this error because recently this error has attacked my PC also. I had easily sloved it by follwing the procedure.
If the file is not deleting mail to me the solution i will clarify it.

Monday, May 18, 2009

Folder lock with out any software

1.copy and Paste the code given below in to notepad and 'Save' it as batch file (with extension '.bat').

2.Any name will do.

for example :- ajay.bat


if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End




3.Then you see a batch file. Double click on this batch file to create a folder locker.

4.New folder named 'Locker' would be formed at the same location.

5.Now bring all the files you want to hide in the 'Locker' folder. Double click on the batch file to lock the folder namely 'Locker'.

If you want to unlock your files,double click the batch file again and you would be prompted for password.

Enter the password and enjoy access to the folder.

Friday, February 6, 2009

How to Remove "resycled\ntldr.com"

               When i try to click on the shortcut for my directory, it says Windows cannot find 'resycled\ntldr.com'. make sure you typed the name correctly, and then try again. To search for a file, click the start button, and then click search. Or it says 'resycled\ntldr.com' is not a valid win32 application. To overcome this error A flash disinfector software is needed.

Threat Removal Procedure:


1. Download  Flash Disinfector and save it ot your Desktop.2
2. After downloading, double-click on Flash_Disinfector to run it.
3. Just follow the prompts and continue until it begin scanning.
4. Then just restart ur sytem that’s it, if it asked to insert your flash drive or any removable device including USB Pen Drive and Memory Stick, please do so.

5. It will scan removable drives, wait for the scan to finish. Done

Download Flash Disinfector Here


Monday, September 22, 2008

HIDE UR FOLDERS IN JUST FEW STEPS WITHOUT USING SOFTWARES

Hide ur folders without the usage of folder lock :

suppose u want to hide a folder named XYZ which is in E: drive of ur computer or laptop
go to command promptstart -->RUN --> cmd --> E:
after changing it from C: to E:

type E:/>attrib +h +s XYZ
"The above command is to hide the folder"

To show the folder
type E:/>attrib -h -s abc
in this type of hidding the folder cannot be viewed even if we make advance search or even changing the folders menu to (show all hidden files).

Enjoy the Trick.

FOLDER OPTIONS ARE MISSING

When the Virus is attacked the PC or Laptop first the Folder options will be missing in the Windows explorer. Here is a solution for it
Go to Start Menu
Open Run
And then type "gpedit.msc".
Now gotoUser Configuration > Administrative templates > Windows Component > Windows Explorer.
Click on Windows Explorer you will find the 3rd option on the right side of screen"Removes the Folder Option menu item from the Tools menu".
Just check it, if it is not configured then change it to enable by double clicking on it and after applying again set it to not configured. That's all now u will find Folder Options

Tuesday, June 17, 2008

Folder Options Dissapeared Don't Worry

Hi Now-a-days virus is very effecting the system due to this the in MyComputer - Tools- Flder options is Dissaperaing.


Don't Worry about it here is a trick to access to the Hidden files

1. First open the Drive in which Hidden files are there.
2. Then Click the Search button in the Menu bar
3. After that Click All files and Folders
4. Next in the More Advanced Options click the Search Hidden files and Folders
5. Then Click Search u will find the files that's it

Friday, June 6, 2008

How to Set Your Desired Wallpaper as Folder Background Image in Windows Only Bitmap format

How to Set Your Desired Wallpaper as Folder Background Image in Windows (File Format Should be BITMAP i.e .bmp)

1. Open Notepad and paste following code:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image=path_of_the_wallpaper

Now change “path_of_the_wallpaper” to the exact path of the wallpaper which you want to set as background. Suppose the wallpaper is stored in “F:\Wallpaper\Nature1.bmp”, then the code will be as following:

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image= F:\Wallpaper\Nature1.bmp

NOTE: If you copy the wallpaper in the same folder which you are editing, then you can simply put the wallpaper name in the file. e.g. if you copy the “Nature1.bmp”

[ExtShellFolderViews]
{BE098140-A513-11D0-A3A4-00C04FD706EC} = {BE098140-A513-11D0-A3A4-00C04FD706EC}
[{BE098140-A513-11D0-A3A4-00C04FD706EC}]
Attributes=1
IconArea_Image= Nature1.bmp

2. Now save the file with name “desktop.ini” (including quotes) and copy the file in the desired folder which is you want to set the folder background.

3. Thats it. Close the folder and re-open it or click Refresh in it. Now it should show the wallpaper as background.



Before The Folder looks like


After copying the Desktop.ini file into the Folder looks like

Wednesday, May 7, 2008

Try to Create a folder with these Names in WINDOWS


Try to Create a folder with these Names in WINDOWS,

"con"

"nul"

"Aux"

"Lpt1"


WINDOWS will not let u to create the Folders with the above names

Saturday, April 19, 2008

Creating a FOLDER without NAME

This is a simple prank that you can play to hide your folder from stupid users.simply try it out,
1. create a new folder anywhere you want.
2. Enter ancii code 0160 ( hold down "Alt-key" and press "0160" this will create an invisible space so it will apper as if it has no name. )
3. Press Enter u will see the effect.

Movie in MS Paint

I was not knowing that Painting area in MS paint utility works as Video screen!!!!!!!!!!
lovely trick.

1. First start a movie in any player.
2. Then open Paint.
3. Now, in the player when the movie is being played, press "Print screen" button on your key board.
4. Now, Press ctrl+v in Paint.
5. Leave the movie player open and don't minimize it.
6. Open Paint now and see the movie in the Paint!

Wednesday, April 2, 2008

Renaming CD ROM Drive Letter

Rename the drive letters of your CD drive(s) from the back of the alphabet, eg, Z, Y. This way, if you add extra hard disks, your CD drives do not get re-lettered.
1. You can do this from the Device Manager.
2. Open up the CD ROM section
3. Open the CD ROM you want to change
4. Under Settings, change the Start Drive Letter to higher in the alphabet

Monday, March 31, 2008

Changing Drive Icons

To change a drive's icon when you open My Computer
1. Create a file called AUTORUN.INF on the root of your hard drive
2. Enter the lines
[autorun]
ICON=Name of the ICON file

For the name of the icon file you can either specify the path and name
(e.g. ICON=C:\WINDOWS\ICONS\MY_ICON.ICO) ora specific icon in a library (e.g. ICON=ICONFILE.DLL,2)

Having Icons with No Name

Normally you have to have a name for an icon, just spaces are not allowed.To create an icon with no name attached:
1. Make sure NumLock is on
2. Highlight the Icon you want to change
3. Right-Mouse click and select Rename
4. While holding down the Alt key, type 0160
5. Now the icon will have no name below it.

surveys