Skip to content

Commit

Permalink
Added Force Dismount
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed Feb 21, 2018
1 parent 735fc52 commit 267f1cc
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ int main(int argc, char* argv[]) {
}
command.push_back(drive);
command.push_back(':');
command.append(" -ForceDismount");
c_command = command.c_str();
system(c_command);
system("PAUSE");
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 267f1cc

Please sign in to comment.