VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hi, and however I'm a cat

    if possible I need to do a .bat that add a specific key in windows registry:

    Code:
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Shell\Update\Packages" /v "UndockingDisabled" /d 1 /t REG_DWORD /f
    that works

    How to do? thansk
    Quote Quote  
  2. Member
    Join Date
    Aug 2004
    Location
    PA USA
    Search Comp PM
    echo on
    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Cur rentVersion\Shell\Update\Packages" /v "UndockingDisabled" /d 1 /t REG_DWORD /f
    pause

    save as a .cmd file
    right click run as administrator
    It's not important the problem be solved, only that the blame for the mistake is assigned correctly
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!