How To Use Driver Pack Autorun

Whenever I format my laptop I have to install the drivers manually all over again. Is there any way I can make an autorun laptop driver CD so that I can install all the drivers at once?

  1. in my case it shows an option to select the drivers i want to install an then it restarts several times and all i select gets installed...

  2. You can download all the drivers from supported website and make a CD using Burning tool.

  3. You can use nLIte.
    Get it at.

    nLite is a tool for pre-installation Windows configuration and component removal at your choice. Optional bootable image ready for burning on media or testing in virtual machines.
    With nLite you will be able to have Windows installation which on install does not include, or even contain on media, the unwanted components.

    Features
    Service Pack Integration
    Component Removal
    Unattended Setup
    Driver Integration *
    Hotfixes Integration **
    Tweaks
    Services Configuration
    Patches ***
    Bootable ISO creation

  4. You can download all the drivers from related laptop website and burn CD.

  5. Most new (or new-ish) laptops give you the option to create a driver disc along with the system restore set. If that's not available, you *could* use a driver backup solution, but I wouldn't recommend that. Instead, since manufacturers (an Microsoft too, come to think of it), often update their drivers over time, so you'll be installing obsolete drivesr.
    My recommendation would be to back up just the most essential drivers (usually network card/wifi). Then, when you rebuild your PC, install those drivers, and let WIndows find the most up to date drivers for the rest of the hardware. If there's any device that would truly benefit from the manufacturer's driver (graphics & touchpad are common examples), download them at this stage and use them instead of the MS version.

  6. no it isnt. all third party softwares may install all drivers at once for your convenience but only the manufacturers drivers are best for your computer.

  7. Try one (or all) of these software for a guaranteed driver backup/restore solution : Double Drivers, Driver Max, Driver Magician Lite.

  8. Makeuseof has recently mentioned a article in which you can backup and restore your installed drivers in a single click -

  9. You can either use driver pack solution which have most of drivers in it . or you can also use software like driver genuis or many other driver backup softwares.
    What they do is they takes backup of all drivers in your system and creates an exe file from it.
    When ever you formatted your system and did a fresh windows installation all you need is just install that exe file and all your drivers will be installed

  10. Why don't or didn't you use the recovery option that comes with pretty much every laptop? They usually enable you to restore the device to factory level which should be a fully installed operating system with all drivers.

    Anyway, in my opinion it depends on how often you re-install your system and how old your device is.

    If it's a rather new device and you format like once a year I wouldn't use any option but instead download current drivers from the manufacturer.

    If the device is 1-2 years old and/or you format about twice a year I would use an option like the DriverPack suggested before.

    If the device is old like 3 years or more and/or you format every other month I would rather create an unattended installation media with all drivers. It will also spare you to do a lot of other installation steps and configurations.
    Win7 http://www.msfn.org/board/topic/138899-se7en-ua/
    Vista http://www.vlite.net/
    XP http://www.nliteos.com/

  11. Well, the obvious answer would be - DONT format your lappy!
    You can of course make a driver backup CD but the burning question has to be why you re-install so often?

  12. Once you've installed everything including system updates, software and newest drivers clone the HDD to external drive using utility such as EaseUD Todo Free. Use clone as recovery disk after your next format.

  13. DriverForge 5
    http://www.softpedia.com/get/System/System-Miscellaneous/DriverForge.shtml
    http://driverpacks.net/driverpacks
    http://www.raymond.cc/blog/the-easiest-way-to-automatically-install-device-drivers-on-any-windows-xp-computer/

    Windows 7 - Windows 7 Installation - Transfer to a New Computer
    http://www.sevenforums.com/tutorials/135077-windows-7-installation-transfer-new-computer.html

    Update Your Hardware Drivers For Free With Device Doctor
    //www.makeuseof.com/tag/update-your-hardware-drivers-for-free-with-device-doctor/

    3 Useful Software to Backup Your Hardware Drivers In Windows
    //www.makeuseof.com/tag/3-useful-software-to-backup-your-hardware-drivers-in-windows/

  14. download DriverPack Solution DVD it includes almost any driver it is very useful :

    • I always found Driver genius to be a great product.

An autorun.inf file is a text file that can be used by the AutoRun and AutoPlay components of Microsoft Windowsoperating systems. For the file to be discovered and used by these component, it must be located in the root directory of a volume. As Windows has a case-insensitive view of filenames, the autorun.inf file can be stored as AutoRun.inf or Autorun.INF or any other case combination.

The AutoRun component was introduced in Windows 95 as a way of reducing support costs. AutoRun enabled application CD-ROMs to automatically launch a program which could then guide the user through the installation process. By placing settings in an autorun.inf file, manufacturers could decide what actions were taken when their CD-ROM was inserted. The simplest autorun.inf files have just two settings: one specifying an icon to represent the CD in Windows Explorer (or 'My Computer') and one specifying which application to run.

Extra settings have been added in successive versions of Windows to support AutoPlay and other new features.

  • 1The autorun.inf file
  • 3Sections

PE Bootable Live Windows CD/DVDBoot your PC from CD- ROM and have full access to NTFS volumes. An autorun.inf file is a text file that can be used by the AutoRun and AutoPlay components of Microsoft Windows operating systems. For the file to be discovered and. You can either use driver pack. Driver Pack Solution 17.6.6 ISO with Crack or License Key Latest and best software for install, download, upgrade and search for drivers. It works on offline and.

The autorun.inf file[edit]

autorun.inf is an ASCII text file located in the root folder of a CD-ROM or other volume device medium (See AutoPlay device types). The structure is that of a classic Windows .ini file, containing information and commands as 'key=value' pairs, grouped into sections.[1] These keys specify:

  • The name and the location of a program to call when the medium is inserted (the 'AutoRun task').
  • The name of a file that contains an icon that represents the medium in Explorer (instead of the standard drive icon).
  • Commands for the menu that appears when the user right-clicks the drive icon.
  • The default command that runs when the user double-clicks the drive icon.
  • Settings that alter AutoPlay detection routines or search parameters.
  • Settings that indicate the presence of drivers.

Abuse[edit]

Autorun.inf has been used to execute a malicious program automatically, without the user knowing.[2][3][4][5] This functionality was removed in Windows 7 and a patch for Windows XP and Vista was released on August 25, 2009 and included in Microsoft Automatic Updates on February 8, 2011.[3][5][6][7]

Inf handling[edit]

The mere existence of an autorun.inf file on a medium does not mean that Windows will automatically read it or use its settings. How an inf file is handled depends on the version of Windows in use, the volume drive type and certain Registry settings.

Assuming Registry settings allow, the following autorun.inf handling takes place:

  • Windows versions prior to Windows XP
On any drive type, the autorun.inf is read, parsed and instructions followed immediately and silently.[8]
The 'AutoRun task' is the application specified by the open or shellexecute keys. If an AutoRun task is specified it is executed immediately without user interaction.
  • Windows XP, prior to Service Pack 2
Introduction of AutoPlay.
Drives of type DRIVE_CDROM invoke AutoPlay if no autorun.inf file is found.
Drives of type DRIVE_REMOVABLE do not use the autorun.inf file.[1] Any discovered removable media are handled by AutoPlay.
All other handling is as before.
  • XP Service Pack 2 and up (includes Vista)
Drives of type DRIVE_FIXED are now handled by AutoPlay. Any specified AutoRun task appears as an option within the AutoPlay dialog together with any text specified by the optional action key.[9]
Drives of type DRIVE_REMOVABLE now use autorun.inf but continue to be handled by AutoPlay. Any specified AutoRun task needs to be paired with the mandatory action key to appear as an option within the AutoPlay dialog. Otherwise the AutoRun task is omitted.[9]
All other handling is as before.
  • Vista and later
The AutoRun task is no longer automatically and silently executed on any drive type. All volumes are handled by AutoPlay which, by default, will present an appropriate dialog to the user.
How
  • Windows 7, Windows 8, Windows 8.1, Windows 10
For all drive types, except DRIVE_CDROM, the only keys available in the [autorun] section are label and icon. Any other keys in this section will be ignored. Thus only CD and DVD media types can specify an AutoRun task or affect double-click and right-click behaviour.[9][10]
There is a patch available, KB971029 for Windows XP and later, that will change AutoRun functionality to this behaviour.[11]

A simple example[edit]

This simple autorun.inf file specifies setup.exe as the application to run when AutoRun is activated. The first icon stored within setup.exe itself will represent the drive in Explorer:

Sections[edit]

Following are the sections and keys allowed in a valid autorun.inf.[9] There also exist architecture specific section types for systems such as Windows NT 4 running on RISC. However these are long outdated and not described here.

[autorun][edit]

The autorun section contains the default AutoRun commands. An autorun.inf file must contain this section to be valid. Keys allowed are:

action=text
action=@[filepath]filename,-resourceID
Windows XP SP2 or later; drives of type DRIVE_REMOVABLE and DRIVE_FIXED
Specifies text used in the AutoPlay dialog to represent the program specified in the open or shellexecute keys. The text is expressed as either text or as a resource reference. The icon is displayed next to the text. This item is always first in the AutoPlay dialog and is always selected by default.
If the (action) key does not appear on drives of type:
DRIVE_REMOVABLE
the AutoPlay dialog appears but without additional menu items. Essentially, the AutoRun task is omitted. This makes the action key mandatory for drives of this type.
DRIVE_FIXED
default text is created and used in the AutoPlay dialog.
On all other drive types the key is ignored.
icon=iconfilename[,index]
The name of a file resource containing an icon. This icon replaces the standard drive icon in Windows Explorer. This file must be in the same directory as the file specified by the open key.
label=text
Specifies a text label representing the drive in Windows Explorer.
open=[exepath]exefile [param1 [param2 ...]]
Specifies the path, file name and optional parameters to the application that AutoRun launches when a user inserts a disc in the drive. It is the CreateProcess function that is called by AutoRun. Note that if the application name includes spaces the path should be enclosed in double quote, e.g. open='spread sheets.exe'
shellexecute=[filepath]filename [param1 [param2 ...]]
Windows 2000, Windows ME or later
Similar to open, but using file association information to run the application. The file name can therefore be an executable or a data file. It is the ShellExecuteEx function that is called by AutoRun.
UseAutoPlay=1
Windows XP or later; drives of type DRIVE_CDROM
Use AutoPlay rather than AutoRun with CD-ROMs. The action taken on CD-ROM insertion will depend on the version of Windows being used.
On versions of Windows earlier than XP, this key has no effect and actions specified by open or shellexecute are performed.
On Windows XP and later, the user will be presented with the AutoPlay dialog and any actions specified by open or shellexecute are ignored.
shellverbcommand=[exepath]exefile [param1 [param2 ...]]
Adds a custom command to the drive's shortcut menu. verb is a string with no embedded spaces. verb is also the text that will appear in the shortcut menu unless specifically altered to some other text. See below for an example.
shellverb=menu text
Optionally specify the text displayed in the shortcut menu for the verb above. Use an ampersand (&) to select a hotkey for the menu. See below for an example.
shell=verb
Defines the menu command referred to by shellverb as the default command in the shortcut menu. The default command is the command executed when the drive icon is double-clicked. If missing, the default menu item will be 'AutoPlay', which launches the application specified by the open entry.
Example:

[Content][edit]

Windows Vista or later

The Content section allows authors to communicate the type and intent of content to AutoPlay without AutoPlay having to examine the media.

Valid keys are: MusicFiles, PictureFiles, VideoFiles. Each key can be set to indicate true or false values and values are not case sensitive.

true or (1, y, yes, t)
display the handlers associated with that content type
false or (0, n, no, f)
do not display the handlers associated with that content type

Example:

[ExclusiveContentPaths][edit]

Windows Vista or later

Limits AutoPlay's content search to only those folders listed, and their subfolders. The folder names are always taken as absolute paths (a path from the root directory of the media) whether or not a leading slash is used.

Example:

[IgnoreContentPaths][edit]

Windows Vista or later

AutoPlay's content search system will not scan the folders listed, nor their subfolders. IgnoreContentPaths takes precedence over ExclusiveContentPaths so if a path given in a [IgnoreContentPaths] section is a subfolder of a path given in an [ExclusiveContentPaths] section it is still ignored.

Example:

[DeviceInstall][edit]

Only Windows XP[9]
Pack

How To Use Driver Pack Autoruns

This section is used to indicate where driver files may be located. This prevents a lengthy search through the entire contents of a CD-ROM. Windows XP will fully search:

  • floppy disks in drives A or B
  • CD/DVD media less than 1 GB in size.

without this section present. All other media should include this section to have Windows XP autodetect any drivers stored on that media.

The section is not used with AutoRun or AutoPlay and is only referred to during a driver installation phase. The only valid key is:

which lists a path Windows will search for driver files. All subdirectories of that path are also searched. Multiple key entries are allowed.

If no DriverPath entry is provided in the [DeviceInstall] section or the DriverPath entry has no value, then that drive is skipped during a search for driver files.

Example:

References[edit]

  1. ^ ab'Creating an AutoRun-Enabled Application'. MSDN Library. Microsoft.
  2. ^Conficker § Operation
  3. ^ abBureau), Robert McMillan and IDG News Service (San Francisco. 'After CERT Warning, Microsoft Delivers AutoRun Fix'.
  4. ^Constantin, Lucian. 'Security researchers discover link between Stuxnet and Flame'.
  5. ^ ab'AutoPlay Windows 7 behavior backported'.
  6. ^Gonsalves, Antone. 'Security firms warn of spreading Windows AutoRun malware'.
  7. ^'Microsoft finally says adios to Autorun'.
  8. ^'How to Test autorun.inf Files'. Knowledge Base. Microsoft.
  9. ^ abcde'Autorun.inf Entries'. MSDN Library. Microsoft.
  10. ^'Improvements to AutoPlay'. Engineering Windows 7 blog. Microsoft.
  11. ^'Update to the AutoPlay functionality in Windows'. Knowledge Base. Microsoft.

External links[edit]

Retrieved from 'https://en.wikipedia.org/w/index.php?title=Autorun.inf&oldid=899540056'
Posted on