Solved New AppData folder?

Winston2001

New member
Local time
12:19 AM
Messages
21
Location
India
Hello,
I am new to the forum. Just found out something which I cannot understand..
I installed Win7 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 Win7 SP1.
Thanks for all your help.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 ultimate 64bit
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?
 

My Computer My Computer

OS
Windows 7 Enterprise x64 SP1
Yes, it does.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 ultimate 64bit

My Computer My Computer

Computer Manufacturer/Model Number
Brewed
OS
Microsoft Windows 7 Ultimate: x64 (SP1)
CPU
Intel® Core™ i5-2500K Processor
Motherboard
ASUS P8Z68-V PRO
Memory
Kingston DDR3 HyperX 1600MHz 8GB
Graphics Card(s)
ASUS GTX 560 TI DirectCU II 900MHz
Sound Card
Realtek® ALC892 8-Channel High Definition Audio CODEC
Monitor(s) Displays
ACER LCD P246HBD 1920x1080 (24") - Dell 1280x800
Screen Resolution
ACER LCD P246HBD ~ [1920X1080] - DELL ~ [1280x800]
Hard Drives
500 GB WD Caviar SE116 7200rpm SATA2
PSU
Corsair 750W Power Supply
Case
Coolermaster CM Scout
Cooling
Zalman FS-C77 Fatal1ty CPU Cooler
Keyboard
Logitech G15
Mouse
Coolermaster Sentinel Advanced
Internet Speed
[↓ 10 MB/s DL] [↑ 1 MB/s UL]
Other Info
- ROCCAT™ Kave – Solid 5.1 Surround Sound Gaming Headset
- Not overclocking
Just a silly question. Are you sure that the thing on your desktop is not a shortcut?
 

My Computer My Computer

OS
Windows 7 Enterprise x64 SP1
Good Question

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.
 

My Computer My Computer

Computer 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(s)
NVIDIA GeForce GTX670 + Intel 4000
Sound Card
Realtek HD 5.1 (MOB)
Monitor(s) Displays
Asus VW224T (1)
Screen Resolution
1920 x 1080
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)
PSU
CoolerMaster 1000 Watt
Case
CoolerMaster HAF X
Cooling
CPU -- CoolerMaster 520N
Keyboard
MS Wireless 3000 V2
Mouse
MS Wireless 3000 V2
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.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 ultimate 64bit
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.
 

My Computer My Computer

OS
Windows 7 Enterprise x64 SP1
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?
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 ultimate 64bit
The AppData folder on your Desktop is a directory symbolic link. You can remove it if it bothers you.

If, in the near future, you want to re-create it or create another link to a specific folder you can use mklink.
 

My Computer My Computer

OS
Windows 7 Enterprise x64 SP1
I deleted the folder and unfortunately, it caused some damage. Libraries and the Media Player are now missing from the taskbar. Looks like I now need to repair my installation. :confused:
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 ultimate 64bit
Just use the Recycle Bin to recover the files you deleted...
This is really confusing.
 

My Computer My Computer

OS
Windows 7 Enterprise x64 SP1
Recycle Bin is empty!
Never mind, I will run a repair, and post back. Thanks for all your help. Much appreciated.
The site is very useful. Should have been here before.
 

My Computer My Computer

Computer type
PC/Desktop
OS
Windows 7 ultimate 64bit
Back
Top