Removing user profile junction point












0















Initial state:
My user account profile (on my Windows 10 system)
was on C:Users<my account>
Due to partition size limitations,
I created a folder on E:Users<my account>
and created a junction point (SYMLINKD)
so that C:Users<my account>
points to E:users<my account>.



Desired state:
Remove the SYMLINK so that the folder <my account> is
a real folder on C:Users
and not pointing to E:Users<my account>.



I know the commands to use for Windows 10 to remove a junction point,
in general. 
I am worried about applying them to a user profile directory. 
I am especially worried about ntuser.dat
I have a backup of all the files but
I'm not sure how removing the link will impact the user profile.










share|improve this question

























  • I'm a Linux user mostly. I guess there is some general way to remove a junction point in Windows. You should find this way as a part of your research effort. Is there any problem when you just try? Or is there any reason you think this general way would break the OS or your account?

    – Kamil Maciorowski
    Jan 12 at 18:24











  • If it were linux, I wouldn't be apprehensive. I know the specific commands to use for Windows 10 to remove the juntion point. However in this case I am afraid of corrupting my user profile. I especially worried about ntuser.dat.

    – rk2019
    Jan 12 at 18:29






  • 1





    (1) You could make this question better by stating the commands that you believe you should use.  (2) Do a “dry run”. Create another (dummy, disposable) account. Migrate it to E: following the procedure you used for your real account (I hope you kept a record of those commands), then try to migrate it back and see what happens. … (Cont’d)

    – Scott
    Jan 12 at 20:21






  • 1





    (Cont’d) …  (3a) In any case, you should probably not migrate your account back while logged in to your account.  Create a second administrator account and use it.  (3b) Actually, it might be interesting to login as yourself and as the second administrator account concurrently (and do the work from the second session).  Then again, you might not be allowed to manipulate the profile of your primary account while it is in use.

    – Scott
    Jan 12 at 20:21
















0















Initial state:
My user account profile (on my Windows 10 system)
was on C:Users<my account>
Due to partition size limitations,
I created a folder on E:Users<my account>
and created a junction point (SYMLINKD)
so that C:Users<my account>
points to E:users<my account>.



Desired state:
Remove the SYMLINK so that the folder <my account> is
a real folder on C:Users
and not pointing to E:Users<my account>.



I know the commands to use for Windows 10 to remove a junction point,
in general. 
I am worried about applying them to a user profile directory. 
I am especially worried about ntuser.dat
I have a backup of all the files but
I'm not sure how removing the link will impact the user profile.










share|improve this question

























  • I'm a Linux user mostly. I guess there is some general way to remove a junction point in Windows. You should find this way as a part of your research effort. Is there any problem when you just try? Or is there any reason you think this general way would break the OS or your account?

    – Kamil Maciorowski
    Jan 12 at 18:24











  • If it were linux, I wouldn't be apprehensive. I know the specific commands to use for Windows 10 to remove the juntion point. However in this case I am afraid of corrupting my user profile. I especially worried about ntuser.dat.

    – rk2019
    Jan 12 at 18:29






  • 1





    (1) You could make this question better by stating the commands that you believe you should use.  (2) Do a “dry run”. Create another (dummy, disposable) account. Migrate it to E: following the procedure you used for your real account (I hope you kept a record of those commands), then try to migrate it back and see what happens. … (Cont’d)

    – Scott
    Jan 12 at 20:21






  • 1





    (Cont’d) …  (3a) In any case, you should probably not migrate your account back while logged in to your account.  Create a second administrator account and use it.  (3b) Actually, it might be interesting to login as yourself and as the second administrator account concurrently (and do the work from the second session).  Then again, you might not be allowed to manipulate the profile of your primary account while it is in use.

    – Scott
    Jan 12 at 20:21














0












0








0








Initial state:
My user account profile (on my Windows 10 system)
was on C:Users<my account>
Due to partition size limitations,
I created a folder on E:Users<my account>
and created a junction point (SYMLINKD)
so that C:Users<my account>
points to E:users<my account>.



Desired state:
Remove the SYMLINK so that the folder <my account> is
a real folder on C:Users
and not pointing to E:Users<my account>.



I know the commands to use for Windows 10 to remove a junction point,
in general. 
I am worried about applying them to a user profile directory. 
I am especially worried about ntuser.dat
I have a backup of all the files but
I'm not sure how removing the link will impact the user profile.










share|improve this question
















Initial state:
My user account profile (on my Windows 10 system)
was on C:Users<my account>
Due to partition size limitations,
I created a folder on E:Users<my account>
and created a junction point (SYMLINKD)
so that C:Users<my account>
points to E:users<my account>.



Desired state:
Remove the SYMLINK so that the folder <my account> is
a real folder on C:Users
and not pointing to E:Users<my account>.



I know the commands to use for Windows 10 to remove a junction point,
in general. 
I am worried about applying them to a user profile directory. 
I am especially worried about ntuser.dat
I have a backup of all the files but
I'm not sure how removing the link will impact the user profile.







windows-10 user-accounts user-profiles ntfs-junction directory-junction






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 12 at 20:07









Scott

15.8k113990




15.8k113990










asked Jan 12 at 16:49









rk2019rk2019

11




11













  • I'm a Linux user mostly. I guess there is some general way to remove a junction point in Windows. You should find this way as a part of your research effort. Is there any problem when you just try? Or is there any reason you think this general way would break the OS or your account?

    – Kamil Maciorowski
    Jan 12 at 18:24











  • If it were linux, I wouldn't be apprehensive. I know the specific commands to use for Windows 10 to remove the juntion point. However in this case I am afraid of corrupting my user profile. I especially worried about ntuser.dat.

    – rk2019
    Jan 12 at 18:29






  • 1





    (1) You could make this question better by stating the commands that you believe you should use.  (2) Do a “dry run”. Create another (dummy, disposable) account. Migrate it to E: following the procedure you used for your real account (I hope you kept a record of those commands), then try to migrate it back and see what happens. … (Cont’d)

    – Scott
    Jan 12 at 20:21






  • 1





    (Cont’d) …  (3a) In any case, you should probably not migrate your account back while logged in to your account.  Create a second administrator account and use it.  (3b) Actually, it might be interesting to login as yourself and as the second administrator account concurrently (and do the work from the second session).  Then again, you might not be allowed to manipulate the profile of your primary account while it is in use.

    – Scott
    Jan 12 at 20:21



















  • I'm a Linux user mostly. I guess there is some general way to remove a junction point in Windows. You should find this way as a part of your research effort. Is there any problem when you just try? Or is there any reason you think this general way would break the OS or your account?

    – Kamil Maciorowski
    Jan 12 at 18:24











  • If it were linux, I wouldn't be apprehensive. I know the specific commands to use for Windows 10 to remove the juntion point. However in this case I am afraid of corrupting my user profile. I especially worried about ntuser.dat.

    – rk2019
    Jan 12 at 18:29






  • 1





    (1) You could make this question better by stating the commands that you believe you should use.  (2) Do a “dry run”. Create another (dummy, disposable) account. Migrate it to E: following the procedure you used for your real account (I hope you kept a record of those commands), then try to migrate it back and see what happens. … (Cont’d)

    – Scott
    Jan 12 at 20:21






  • 1





    (Cont’d) …  (3a) In any case, you should probably not migrate your account back while logged in to your account.  Create a second administrator account and use it.  (3b) Actually, it might be interesting to login as yourself and as the second administrator account concurrently (and do the work from the second session).  Then again, you might not be allowed to manipulate the profile of your primary account while it is in use.

    – Scott
    Jan 12 at 20:21

















I'm a Linux user mostly. I guess there is some general way to remove a junction point in Windows. You should find this way as a part of your research effort. Is there any problem when you just try? Or is there any reason you think this general way would break the OS or your account?

– Kamil Maciorowski
Jan 12 at 18:24





I'm a Linux user mostly. I guess there is some general way to remove a junction point in Windows. You should find this way as a part of your research effort. Is there any problem when you just try? Or is there any reason you think this general way would break the OS or your account?

– Kamil Maciorowski
Jan 12 at 18:24













If it were linux, I wouldn't be apprehensive. I know the specific commands to use for Windows 10 to remove the juntion point. However in this case I am afraid of corrupting my user profile. I especially worried about ntuser.dat.

– rk2019
Jan 12 at 18:29





If it were linux, I wouldn't be apprehensive. I know the specific commands to use for Windows 10 to remove the juntion point. However in this case I am afraid of corrupting my user profile. I especially worried about ntuser.dat.

– rk2019
Jan 12 at 18:29




1




1





(1) You could make this question better by stating the commands that you believe you should use.  (2) Do a “dry run”. Create another (dummy, disposable) account. Migrate it to E: following the procedure you used for your real account (I hope you kept a record of those commands), then try to migrate it back and see what happens. … (Cont’d)

– Scott
Jan 12 at 20:21





(1) You could make this question better by stating the commands that you believe you should use.  (2) Do a “dry run”. Create another (dummy, disposable) account. Migrate it to E: following the procedure you used for your real account (I hope you kept a record of those commands), then try to migrate it back and see what happens. … (Cont’d)

– Scott
Jan 12 at 20:21




1




1





(Cont’d) …  (3a) In any case, you should probably not migrate your account back while logged in to your account.  Create a second administrator account and use it.  (3b) Actually, it might be interesting to login as yourself and as the second administrator account concurrently (and do the work from the second session).  Then again, you might not be allowed to manipulate the profile of your primary account while it is in use.

– Scott
Jan 12 at 20:21





(Cont’d) …  (3a) In any case, you should probably not migrate your account back while logged in to your account.  Create a second administrator account and use it.  (3b) Actually, it might be interesting to login as yourself and as the second administrator account concurrently (and do the work from the second session).  Then again, you might not be allowed to manipulate the profile of your primary account while it is in use.

– Scott
Jan 12 at 20:21










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1393545%2fremoving-user-profile-junction-point%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1393545%2fremoving-user-profile-junction-point%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

If I really need a card on my start hand, how many mulligans make sense? [duplicate]

Alcedinidae

Can an atomic nucleus contain both particles and antiparticles? [duplicate]