Update Syssetup.md
parent
3964d41dae
commit
195eac097f
|
@ -22,6 +22,27 @@ c:\windows\sysWOW64\Syssetup.dll
|
||||||
```
|
```
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
|
calc.inf
|
||||||
|
```
|
||||||
|
; DRIVER.INF
|
||||||
|
; Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
|
||||||
|
[Version]
|
||||||
|
Signature = "$CHICAGO$"
|
||||||
|
Class=61883
|
||||||
|
ClassGuid={7EBEFBC0-3200-11d2-B4C2-00A0C9697D17}
|
||||||
|
Provider=%Msft%
|
||||||
|
DriverVer=06/21/2006,6.1.7600.16385
|
||||||
|
|
||||||
|
[DestinationDirs]
|
||||||
|
DefaultDestDir = 1
|
||||||
|
|
||||||
|
[DefaultInstall]
|
||||||
|
AddReg = CalcStart
|
||||||
|
|
||||||
|
[CalcStart]
|
||||||
|
HKLM,Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce,Install,,cmd.exe /c """calc.exe"""
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue