mklink

  1. D

    Copying symlinks to another win10 PC with another drive-letter and folder structure

    Hi, I'm using two win10 PCs (a Pro and a Home). I just built some symlinks in different folders to a target folder mp4 files. Now I have some time to copy these symlinks to my Notebook without having to build all of the symlinks again. That means that the target, which is visible on any of the...
  2. News

    Symlinks in Windows 10!

    Overview Symlinks, or symbolic links, are “virtual” files or folders which reference a physical file or folder located elsewhere, and are an important feature built in to many operating systems, including Linux and Windows. The Windows’ NTFS file system has supported symlinks since Windows...
  3. Cincinnatus

    Windows 10 How To: Relocate User Profiles to Different Drive/Partition (SSD Friendly)

    For those of you who have SSDs, limited space, or just want to keep your user data on another drive or partition, I wanted to share the results of some experimentation as a followup to my own question on this subject. I know that there is another method of relocating the User Profiles to...
  4. W

    Windows 7 symbolic link to a folder not working

    I attempted to create a soft symbolic link to a folder, but the link is not working. In Explorer, the "keybrd_lib" link does not look like a folder (screen shot below). When the link is double clicked, an "Open with" dialog opens. Here is how I made the symlink from the command line, run as...
  5. R

    Windows 7 See More Files And Folders On Another Network Computer

    If you have two machines that both are at least Windows Vista, follow these steps: 1. Connect the two computers so that they are seen on the network 2. Open a command prompt 3. Type: mklink /d /j C:\Users\(Name) C:\ *Replace (Name) with whatever you want and substitute the second C...
  6. M

    Windows 7 Symbolic links not showing in explorer

    Running Windows 7 Enterprise 64 bit. Two disks in computer (lenovo laptop) second disk (D) is dynamic. We create symlinks using mlink. We create links on D:\. An example is: mklink /D "S:\DriverAPI.Duplex" "%GBROOT%\DriverAPI\Duplex\bin\main\debug" and mklink /D "T:\DriverAPI.JTalk"...
  7. xhenxhe

    Windows 7 NFS, Mapped Drives, MKLINK, UAC...

    I'm trying to set up a development environment at work. I'm the only one using Windows. Others have the environment set up on Linux and Mac. I'm hoping this is possible but I'm stuck on one particular issue that is driving me crazy! I need to connect to a shared network drive via NFS. I...
  8. D

    Windows 7 Changing the user space to an other partition

    I've writen some scripts to change the C:\user to an other partition. all seems to work but I can not change the security on the SYMBLINK and Junctions (not the directories) assuming all in c:\users\%USERNAME% is machine independent ... All data will be recreated at first login anyhow...
Back
Top