Skip to content

Commit

Permalink
Merge branch 'Bitlock-trigger'
Browse files Browse the repository at this point in the history
  • Loading branch information
ignis-sec committed Feb 21, 2018
2 parents 9772764 + 267f1cc commit a892cde
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified LockDrive (C++)/LockDrive/LockDrive.rc
Binary file not shown.
1 change: 1 addition & 0 deletions LockDrive (C++)/LockDrive/Source.cpp
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

0 comments on commit a892cde

Please sign in to comment.