Results 1 to 8 of 8

Thread: Need Autorun Help

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    Question

    How can I change autorun settings for a drive
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  2. #2
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    hmm

    question is a little bit ambiguous...

    I am not sure... what u mean

    but there is an autorun.inf file that can be modified

    or r u trying to stop a cd from auto-running as it starts?

    if so hold the shift key for a while (until chirmmm stops)

    Carify.. if u may

    take care


  3. #3
    Lively Member
    Join Date
    Sep 2000
    Location
    NC, USA
    Posts
    102

    Smile

    I am guessing that this is what you are talking about. It is different for different operating systems like 95/98/NT. This is from Windows NT Workstation 4.0. It is a registry entry.

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom]
    "Autorun"=dword:00000001


    Hope that helps,
    KillemAll

  4. #4
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    One more note

    If u want to completely disactivate the auto-run on your cd-roms

    Use regedit program
    go to [HKEY_LOCALMACHINE\SYSTEM\CurrentControl\Services\CDRom]

    Then there create or edit (if u already have it]
    the value 'AutoRun' with 0 to disactivate it and 1 to activate

    ok.

  5. #5
    Lively Member
    Join Date
    Sep 2000
    Posts
    68
    HMM, Every one seems to be forgetting that if you go into the system settings (via control panel), into to the device Manager, Double click on the cdrom drive, and their is a "Auto insert notification" check box under the settings tab, you can turn it on and off from there!!!!!!!!!!
    THE DOUGSTER!!!!!!


    *-MCSD-*

  6. #6
    Lively Member
    Join Date
    Sep 2000
    Location
    NC, USA
    Posts
    102

    Talking hehehe

    so your saying if you want your application to disable auto insert notification that you should have your app pop up a dialog box telling the user to go to the control panel and ....

    hehe j/k

  7. #7
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    no..

    just modify the registry entry in question
    with the GetSetting and SaveSettings functions

  8. #8

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217

    Talking thanks

    yea i meant through code
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width