yash Posted November 7, 2006 Posted November 7, 2006 Hi, I want to enable the Auto insert notification for autorun in windows 98 ie to tick on the checkbox.Path for the checkbox is Windows 95/98 1. Click Start menu. 2. Select Settings/Control Panel/System 3. Click the Device Manager tab. 4. Double click CDROM. 5. Click once on the CD-ROM drive. 6. Right click Properties. 7. Click Settings. 8. Check Auto insert notification. see snap shot for reference. I have to do this for thousand of laptops.Can anyone please help me how to do it in AutoIt???? Pl note that the window title for the CD-ROM drive are different for different laptops.
AceLoc Posted November 7, 2006 Posted November 7, 2006 Wrong forum mate [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
iceberg Posted November 7, 2006 Posted November 7, 2006 RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom", "AutoRun", "REG_DWORD", "0"); "0" Disables Autorun - "1" Enables Autorun mouse not found....scroll any mouse to continue.
yash Posted November 10, 2006 Author Posted November 10, 2006 RegWrite("HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Cdrom", "AutoRun", "REG_DWORD", "0"); "0" Disables Autorun - "1" Enables Autorun this option is used for WIN NT/2000 and not for WIN 98. also I want to checked the checkbox not changing the registry.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now