Jump to content

Software that moves Programs from one disk to another?

skype is on SSD i want to move to HDD

move the Skype folder to where you want it to be

open cmd as admin, and type the following:

mklink /J <old location of skype> <new location of skype>

replacing the two parameters with the old and new location of the Skype folder.

example:

mklink /J "c:\program files (x86)\Skype" "d:\Skype"
Link to post
Share on other sites

 

move the Skype folder to where you want it to be

open cmd as admin, and type the following:

mklink /J <old location of skype> <new location of skype>

replacing the two parameters with the old and new location of the Skype folder.

example:

mklink /J "c:\program files (x86)\Skype" "d:\Skype"

cannot create files because it already exisits?

Link to post
Share on other sites

thanks

as a closer i just want to mention this:

 

windows does A LOT by itself, and if you have someone explain the commands to you, programs generally make things harder.

 

not to mention the junk that lives within the pools of programs for stuff like this.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×