Renaming folder ONLY in Libraries view

Backdraft

New member
Local time
1:40 PM
Messages
10
Hey all,

So I finally got around to recognizing the use of the Libraries feature in Windows 7, and can't believe I didn't realize it earlier.

Anyways, my question is, I have 2 folders in a Library with the same name (but point to different locations), basically they contain the same files but one resides in My Dropbox and one resides on my local HD. When I rename a folder in Libraries (to distinguish btwn the 2), it also renames that folder in the actual folder location. I was wondering if I could ONLY rename the folders in the Libraries view, without having it reflect on the actual folder name.

Also, I was wondering if any of you have used the Libraries feature as an Application Launcher (ie. creating different Libraries for Programs, Games, etc.), and would like to know how that works/worked out.

Thanks, love the forum.
 

My Computer

OS
Windows 7 Professional x64
Hey all,

So I finally got around to recognizing the use of the Libraries feature in Windows 7, and can't believe I didn't realize it earlier.

You'd be surprized how often I hear that!

Anyways, my question is, I have 2 folders in a Library with the same name (but point to different locations), basically they contain the same files but one resides in My Dropbox and one resides on my local HD. When I rename a folder in Libraries (to distinguish btwn the 2), it also renames that folder in the actual folder location. I was wondering if I could ONLY rename the folders in the Libraries view, without having it reflect on the actual folder name.

No.

If you rename a folder or file in a library, then it gets renamed in whichever drive it's on also. It's like this because a Library is only a consolidated view of various locations.

You only alternative would be to use different folder names, or leave it be as it is now.

Sorry...

Also, I was wondering if any of you have used the Libraries feature as an Application Launcher (ie. creating different Libraries for Programs, Games, etc.), and would like to know how that works/worked out.

Thanks, love the forum.

Interesting idea.

I suppose you could create a new library that points to a folder containing nothing but shortcuts to the relevant programs...
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Virtual Machine
OS
Windows 7 Professional 32-bit SP1
CPU
AMD A4/A6
Motherboard
Intel Corporation 440BX Desktop Reference Platform
Memory
3.00GB EDO
Graphics Card(s)
VMware SVGA 3D
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic Non-PnP Monitor on VMware SVGA 3D
Screen Resolution
1440x900
Hard Drives
1 x 60GB VMware Virtual SATA Hard Drive ATA Device
Antivirus
Kaspersky Total Security
You could create a desktop.ini file for one of the folders you then would add:
Code:
[.ShellClassInfo]
LocalizedResourceName=SPECIAL_NAME_HERE

This only changes the display of the folder name, not the actual name.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Alienware Aurora ALX R4
OS
Windows 10 Pro (x64)
CPU
Intel Core i7-3930K (3.2GHz - 4.5GHz)
Motherboard
Alienware Aurora-R4 x79
Memory
4x Samsung 4GB PC3-12800 DDR3 (16GB 1600MHz)
Graphics Card(s)
Nvidia Geforce GTX 690
Sound Card
SteelSeries Siberia Elite
Monitor(s) Displays
Dell UltraSharp U3011
Screen Resolution
2560x1600
Hard Drives
Samsung 850 Pro 256 GB, Seagate 1TB Desktop Hybrid HDD, 2x Western Digital 4TB Green HDD
PSU
875W Some Dell PSU <.<
Case
Alienware Aurora ALX
Cooling
Custom Liquid Cooling (EK CPU & GPU blocks) dual EK 480RAD
Keyboard
Logitech G710+ Mechanical
Mouse
Logitech G700s
Internet Speed
Verizon Fios (50 mbps average)
Other Info
Server: Intel NUC D54250WYK: i5-4250U, 16GB, 256 GB mSATA, Windows Server 2012 R2
You could create a desktop.ini file for one of the folders you then would add:
Code:
[.ShellClassInfo]
LocalizedResourceName=SPECIAL_NAME_HERE

This only changes the display of the folder name, not the actual name.

I should have thought of that.

@BackDraft, just remember that if you use the DESKTOP.INI method suggested by LogicEarth, the actual folder names don't change - just how they are displayed.

You can also specify an icon to use, just to differeniate it from "normal" folders:

Code:
[.ShellClassInfo]
LocalizedResourceName=SPECIAL_NAME_HERE
IconResource=%SystemRoot%\system32\imageres.dll,-112
IconFile=%SystemRoot%\system32\shell32.dll
IconIndex=-235
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Virtual Machine
OS
Windows 7 Professional 32-bit SP1
CPU
AMD A4/A6
Motherboard
Intel Corporation 440BX Desktop Reference Platform
Memory
3.00GB EDO
Graphics Card(s)
VMware SVGA 3D
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic Non-PnP Monitor on VMware SVGA 3D
Screen Resolution
1440x900
Hard Drives
1 x 60GB VMware Virtual SATA Hard Drive ATA Device
Antivirus
Kaspersky Total Security
Back
Top