Error » Microsoft Error! » Microsoft Operating Systems Error » Microsoft windows vista error » Folder Locations in Vista

Microsoft windows vista error all errors related to microsoft windows vista

Post New Thread Reply
  Folder Locations in Vista
LinkBack Thread Tools Display Modes
Old 20-Jan-2007, 12:58 AM   #1 (permalink)
Administrator
 
Anilrgowda's Avatar

Posts: 18,703
Join Date: Jan 2006
Rep Power: 10 Anilrgowda is on a distinguished road

IM:
Default Folder Locations in Vista

A lot of people seem to not like the default locations of folders in Vista, things like the personal folders, Documents, Favorites, Contacts, Music, Public Documents, Public Videos, etc.....Most don't like the default locations simply because they are used to using a different drive or location to store their stuff that suits there way of operation. Symlinks might be an answer for you.

Instead of going into the long explaination, the easy way to become aquanted with the Symlink feature in Vista is to open up a command prompt and type 'Mklink /?' ,you will be presented with the necessary information for creating your own symlinks in Vista. So lets create one then...

Say for example we want to call the 'Music' folder in Vista "My Personal Music Collection" but we want that folder to appear at another location other that the default Vista location and we have some problems moving the 'Music' folder and we really don't mind if the actual folder stays at its default location, we just want a folder called "My Personal Music Collection" because we don't like the default Vista 'Music' name. Ok here is how we would do that. Additionally, lets say that our user name is 'Mickeymouse' (just for the heck of it).

(Open up a command prompt and type Mklink/?. That will give you information and the syntax of the command to create a symlink.)

1. Open command prompt in the place where you want to create the symlink, were going to use the root of the C:\ drive in this example but it can be anywhere you want..

2. type mklink /? for information. So if we want to create a symlink directory at the root of C:\;

mklink /J <the name of our link directory> <the target of our link>

so lets create a link directory named "My Personal Music Collection" at the root of C:\ with a target of the default C:\Users\Mickeymouse

mklink /J "My Personal Music Collection" "C:\Users\Mickeymouse"

If you now look in the root of the C:\ drive you will see what looks like a folder but really isn't, its not a shortcut either but we won't go into that in this post. You will be able to copy, save, paste, and do all the normal things you would do with an actual folder with your "My Personal Music Collection" symlink, but remember, the actual activity is taking place in the original "C:\Users\Mickeymouse"

To enable Local to remote symlinks:

1. Both the client and server must be using Vista.

2. As admin, you need to enable 'Local to Remote' policy using gpedit.msc and go to:

Computer Configuration/Administrative Templates/System/NTFS Filesystem/ then right click on the 'Selectively Allow the evaluation of symbolic link' - choose 'Properties', then 'Settings' tab.

Another use of symlinks, that might not be of much use to your right now but will in the future, if you transfer a lot of files using seperate clients (FTP, P2P, etc..); How about a symlink that you simply copy files into and they are transfered to a remote server for example. If the server uses symlinks (or junctions in older windows versions) then simply create a symlink with a folder on the server as a target, works great! and lets you use the remote server location like you would any folder on your hard drive just like you were on a LAN somewhere.

OK, thats it. Now granted, this doesn't move the actual folder so if your still focused on moving the actual folder its self then you'll need to do something else. But for those that just want the simplicity offered by symlinks, simple name changes and stuff like that without messing with the actual folder then symlinks might help you out.
Anilrgowda is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Reply With Quote
   


   
Post New Thread Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT -8. The time now is 09:02 PM.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0

DMCA Policy

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228