KBNLresearch / ipmlab

Image Portable Media Like A Boss
Apache License 2.0
3 stars 1 forks source link

Attempt to read floppy results in UAC message (Windows 10) #3

Closed bitsgalore closed 2 years ago

bitsgalore commented 2 years ago

This happens for every attempt at reading a floppy with IsoBuster:

VirtualBox_Windows 10_25_05_2022_17_23_24

This is really annoying. Possible solutions:

Better solution would be to allow elevated privilege for e.g. only selected drives (floppy, USB, etc), but not sure if this is possible. Needs further investigation.

bitsgalore commented 2 years ago

Some more info that might be useful here:

https://superuser.com/questions/1574940/windows-administrator-programs-execution-and-uac

In command prompt, run:

secpol.msc

Then go to Local Policies / Security Options; at the bottom there are various settings that are related to UAC. But not entirely clear which one to pick for this case.

Alternative option: always run Ipmlab as local admin. In this case the UAC dialog is not shown. But that's not an ideal solution in an operational setting.

bitsgalore commented 2 years ago

Worth mentioning that Aaru doesn't need elevated privileges.