본문으로 바로가기

Shadow Defender 명령줄

category Windows_Utility 2024. 4. 1. 10:28

Command line arguments: /pwd:[OLD_PASSWORD] [/list] [/xpwd:NEW_PASSWORD] [/enter:DRIVE_LETTER] [/exit:DRIVE_LETTER] [/commit:FILE_OR_DIRECTORY] [/now] [/reboot] [/shutdown]

  : /pwd:[OLD_PASSWORD]
    Specify the password, you can do nothing if you don't specify a correct password.
    비밀번호를 지정하세요. 올바른 비밀번호를 지정하지 않으면 아무 것도 할 수 없습니다.
    Examples:
      CmdTool.exe /pwd:123456
      CmdTool.exe /pwd:

  : /list
    List all the drives in Shadow Mode.
    섀도우 모드의 모든 드라이브를 나열합니다.
    Examples:
      CmdTool.exe /list

  : /xpwd:NEW_PASSWORD
    Change the password. If you want to clear the password, please set NEW_PASSWORD to empty.
    비밀번호를 변경하세요. 비밀번호를 삭제하려면 NEW_PASSWORD를 비워두세요.
    Examples:
      CmdTool.exe /pwd:oldpassword /xpwd:123456
      CmdTool.exe /pwd:oldpassword /xpwd:

  : /enter:DRIVE_LETTER
    Place the specified drive into Shadow Mode. Reboot is required for this change to take effect.
    지정된 드라이브를 섀도우 모드로 전환합니다. 이 변경 사항을 적용하려면 재부팅이 필요합니다.
    Examples:
      CmdTool.exe /enter:CDE

  : /exit:DRIVE_LETTER
    Place the specified drive into Normal Mode. Reboot is required for this change to take effect.
     지정된 드라이브를 일반 모드로 전환합니다. 이 변경 사항을 적용하려면 재부팅이 필요합니다.
    Examples:
      CmdTool.exe /exit:CDE

  : /commit:FILE_OR_DIRECTORY
    Commit the specified file or directory.
    지정된 파일이나 디렉터리를 커밋합니다.
    Examples:
      CmdTool.exe /commit:"C:\Test\test.txt"
      CmdTool.exe /commit:"C:\Test"

  : /now
    Task effects immediately. When use with /exit, it may fail, you'd better reboot your computer to exit shadow mode.
    작업 효과가 즉시 나타납니다. /exit와 함께 사용하면 실패할 수 있습니다. 섀도우 모드를 종료하려면 컴퓨터를 재부팅하는 것이 좋습니다.
    Examples:
      CmdTool.exe /enter:CD /now

  : /reboot
    Reboot your computer.
    컴퓨터를 재부팅하십시오.
    Examples:
      CmdTool.exe /reboot

  : /shutdown
    Shutdown your computer.
    컴퓨터를 종료합니다.
    Examples:
      CmdTool.exe /shutdown