Jump to content

uid0

Member
  • Posts

    353
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by uid0

  1. The ONLY possibly "secure" way, as I see it, is having two disks, and use a hardware switch to turn the "good" one off.

    If the second drive was in a removeable drive bay, you could take it out when you're not using it, and lock it up.

    Virtualisation would let you allow untrusted users admin access to a VM, but it wont be as convenient.

    Or you could ditch the second HD install entirely, and do clean up / remote control from a (read-only) BartPE cd or similar.

  2. I had an ati 2600 pro which was a pain to make unattended on xp, I couldn't get around WFP and I didn't want to have to hack any files to do so. In the end I bodged it:

    for /f "usebackq delims=" %%a in (`devcon find "@PCI\VEN_1002&DEV_9587&SUBSYS_00281002&REV_00\4&DDE4802&0&0008"`) do (set b=%%a)
    if "%b%"=="1 matching device(s) found." (
    start "" devcon install CX_53413.inf PCI\VEN_1002
    sleep 10
    nircmd.exe win dlgclick title "Hardware Installation" 5303
    sleep 10
    nircmd.exe setdisplay 1280 1024 32 100 -updatereg
    )

    There are almost certainly better ways...

×
×
  • Create New...