Xander
Banned
- Reaction score
- 66
- Location
- Niagara region, Ontario
Just thinking about Cryptolocker and how things probably won't get easier from here on out. As I've been encouraging home users to be backing up to a local drive, I've started telling them to unplug it when not in use. Realistically, this will mean they will get forgotten and backups won't happen.
A few synapses fired and I thought of this from a script:
1 a 'scan for hardware' command get sent, discovering the drive
2 backup software runs
3 an 'eject' command is sent, logically disconnecting the external
Brainstorming, so I don't know that you can do this but I don't see why you couldn't. Nirsoft's NirCMD supports an eject command and I think you'd need to specify a letter for the drive as a precaution. I suspect there's probably a way WMI(?) to push a hardware re-detection.
Assuming all is possible, think this would work?
A few synapses fired and I thought of this from a script:
1 a 'scan for hardware' command get sent, discovering the drive
2 backup software runs
3 an 'eject' command is sent, logically disconnecting the external
Brainstorming, so I don't know that you can do this but I don't see why you couldn't. Nirsoft's NirCMD supports an eject command and I think you'd need to specify a letter for the drive as a precaution. I suspect there's probably a way WMI(?) to push a hardware re-detection.
Assuming all is possible, think this would work?