Enable & Disable floppy device
Enable & Disable floppy device
(OP)
Hi,
I want to disable the floppy device by soft and enable&disable by a .bat file like this:
EnableDisable.exe 'activate the floppy
MyApplication
EnableDisable.exe 'desactivate the floppy
The idea is: the device must be activated only for the application then must be disabled.
Can someone give me an .exe file that can do that ?
P.S. Is it possible to do this using VBScript/JScript ?
Thanks in advance.
I want to disable the floppy device by soft and enable&disable by a .bat file like this:
EnableDisable.exe 'activate the floppy
MyApplication
EnableDisable.exe 'desactivate the floppy
The idea is: the device must be activated only for the application then must be disabled.
Can someone give me an .exe file that can do that ?
P.S. Is it possible to do this using VBScript/JScript ?
Thanks in advance.
RE: Enable & Disable floppy device
RE: Enable & Disable floppy device
RE: Enable & Disable floppy device
The Win NT Resource Kit includes floplock as a service. It I believe will do exactly what you want. (The service has not changed essentially is subsequent reskit distributions).
http://www.tburke.net/info/reskittools/topics/floplock.htm
http://www.tburke.net/info/reskittools/topics/floplock_install.htm
Direct download source for the floplock service utility: http://www.dynawell.com/reskit/microsoft/win2000/floplock.zip
RE: Enable & Disable floppy device
I want to disable Floppy and CDROM access for all pcs across my network. How can i do this using windows xp pro?
I have already locked write access to usb storage devices, but want to completely close the door by establishing these rules.
Thanks!