Help with previous hidden folder moved to new laptop - no permission

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 17
    Windows 7
    Thread Starter
       #21

    Do you want to move this folder without encryption?

    Yes


    You'll need to provide administrator permission to move this file


    continue


    You require permission from Mehanicville/Mehanic to move this file

    can't continue
      My Computer


  2. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #22

    Alright, do the following
    Code:
    icacls /t /c F: /setowner YourNewLaptopUserName
    Where you would replace YourNewLaptopUserName with the username you are using on your new laptop.
      My Computer


  3. Posts : 17
    Windows 7
    Thread Starter
       #23

    writhziden said:
    Alright, do the following
    Code:
    icacls /t /c F: /setowner YourNewLaptopUserName
    Where you would replace YourNewLaptopUserName with the username you are using on your new laptop.
    done

    do I need to restart comp or anything?

    still comes up with that need permission from Mehanicville/Mehanic to move these


    sorry for the trouble
      My Computer


  4. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #24

    Alright, looks like it is not going to be possible to apply permissions this way. Try another approach (it will be slower than copying normally, but should get the job done): Start an Elevated Command Prompt and do the following command:
    Code:
    robocopy /s /r:5 /w:0 /xo /xj /move F:\BackupMar12 C:\BackupMar12

    If instead of the whole backup folder, you just want to move the Private folder:
    Code:
    robocopy /s /r:5 /w:0 /xo /xj /move F:\BackupMar12\Subdirectory1\Subdirectory2\Private C:\Private
    Last edited by writhziden; 28 Mar 2012 at 22:39. Reason: If you want a subfolder...
      My Computer


  5. Posts : 17
    Windows 7
    Thread Starter
       #25

    writhziden said:
    Alright, looks like it is not going to be possible to apply permissions this way. Try another approach (it will be slower than copying normally, but should get the job done): Start an Elevated Command Prompt and do the following command:
    Code:
    robocopy /r:5 /w:0 /xo /xj /move F:\BackupMar12 C:\BackupMar12
    that worked but didn't bring any of the subfolders

    this is the subfolder names of BackupMar12:-


    F: BackupMar12 - Pictures - Hello - Misc - Private


    does this need to be included in the above to bring those other folders or even just the Private folder over?
    Last edited by GarnettFan4Life; 28 Mar 2012 at 22:42. Reason: seen your edit will try it
      My Computer


  6. Posts : 17
    Windows 7
    Thread Starter
       #26

    writhziden said:
    Alright, looks like it is not going to be possible to apply permissions this way. Try another approach (it will be slower than copying normally, but should get the job done): Start an Elevated Command Prompt and do the following command:
    Code:
    robocopy /r:5 /w:0 /xo /xj /move F:\BackupMar12 C:\BackupMar12

    If instead of the whole backup folder, you just want to move the Private folder:
    Code:
    robocopy /r:5 /w:0 /xo /xj /move F:\BackupMar12\Subdirectory1\Subdirectory2\Private C:\Private
    comes up with invalid parameter for the Feb2012 section, do I need to leave out spaces or type as is?
      My Computer


  7. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #27

    Sorry, see my previous post. I forgot an important flag due to lack of sleep and it being late here.


    GarnettFan4Life said:

    comes up with invalid parameter for the Feb2012 section, do I need to leave out spaces or type as is?

    You may need to use quotes: i.e.
    Code:
    robocopy /s /r:5 /w:0 /xo /xj /move "F:\BackupMar12\Subdirectory1\Subdirectory2\Private" "C:\Private"
      My Computer


  8. Posts : 17
    Windows 7
    Thread Starter
       #28

    writhziden said:
    Sorry, see my previous post. I forgot an important flag due to lack of sleep and it being late here.


    GarnettFan4Life said:

    comes up with invalid parameter for the Feb2012 section, do I need to leave out spaces or type as is?

    You may need to use quotes: i.e.
    Code:
    robocopy /s /r:5 /w:0 /xo /xj /move "F:\BackupMar12\Subdirectory1\Subdirectory2\Private" "C:\Private"



    i tried it as


    robocopy /r:5 /w:0 /xo /xj /move F:\BackupMar12\Pictures\Hello\Misc\Private C:\Private



    and all files in Private failed/error message
    Last edited by GarnettFan4Life; 13 Apr 2012 at 06:50.
      My Computer


  9. Posts : 17
    Windows 7
    Thread Starter
       #29

    same error with the quotes
      My Computer


  10. Posts : 11,269
    Windows 7 Home Premium 64 Bit
       #30

    It appears your old laptop had EFS encryption on the files... You will need to decrypt them on the old laptop and then move them on the new laptop.
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 15:08.
Find Us