Hello,
I am new to the forum. Just found out something which I cannot understand..
I installed Windows 7 a while ago, and everything has been going smoothly. But now I noticed a new AppData folder in my user folder(on desktop). This folder is normally found inside C drive - user. This seems to be an exact copy of THAT orifinal folder. When this problem occured, start up was a little slow. There was one more newly created folder names 'searches', which was empty. I just deleted it. What should I do with the AppData folder? By the way I am running Windows 7 SP1.
Thanks for all your help.
The usual location for the appData folder is C:\Users\(username)\AppData
If you create a random file (for ex. a new text document) in the AppData folder that you want to delete, does that file also appear in the C:\Users\(username)\AppData folder?
Just a silly question. Are you sure that the thing on your desktop is not a shortcut?
I also would right click disk select tools and schedule a disk check and then reboot and let the disk check run and then look at the suspect folder to see if it is still there.
System Manufacturer/Model Number BGC (Bob's Garage Crew) OS win 7 X64 Ultimate SP1 CPU I3770K Motherboard Asus P8Z77-V Deluxe Memory G Skill F3-14900CL9-4GBXL x 4 Graphics Card NVIDIA GeForce GTX670 + Intel 4000 Sound Card Realtek HD 5.1 (MOB) Monitor(s) Displays Asus VW224T (1) Screen Resolution 1920 x 1080
Keyboard MS Wireless 3000 V2 Mouse MS Wireless 3000 V2 PSU CoolerMaster 1000 Watt Case CoolerMaster HAF X Cooling CPU -- CoolerMaster 520N Hard Drives SATA Corsair Force GT 2.5" 180GB (System) Sata 3
OCZ Vertex3 120GB
OCZ Vertex 2 120GB 2.5" SATA II
ST31000524AS 1000.2GB
WD15EARS (External) Internet Speed Cable Antivirus Norton Internet Security Browser IE9 Other Info AMI Bios 1805
OC'd 3%
No, it is not a shortcut. Size is 280MB. Inside there are the three folders - Local,LocalLow and Roaming.
I can hide it but why was it created? Again, when the problem first occurred, startup was somewhat slow. Not anymore, though.
Yeah, it's a directory symbolic link. You can safely remove it.
If you want to recreate it open a command prompt and use mklink:
Code:
Creates a symbolic link.
MKLINK [[/D] | [/H] | [/J]] Link Target
/D Creates a directory symbolic link. Default is a file
symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction.
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link
refers to.
Yeah, it's a directory symbolic link. You can safely remove it.
If you want to recreate it open a command prompt and use mklink:
Code:
Creates a symbolic link.
MKLINK [[/D] | [/H] | [/J]] Link Target
/D Creates a directory symbolic link. Default is a file
symbolic link.
/H Creates a hard link instead of a symbolic link.
/J Creates a Directory Junction.
Link specifies the new symbolic link name.
Target specifies the path (relative or absolute) that the new link
refers to.
sorry, I didn't quite get it. Would you please explain what I should do?