-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathLoadOrder.yml
41 lines (41 loc) · 1.36 KB
/
LoadOrder.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version: "1.02"
description: LoadOrder. View order in which devices are loaded on WinNT/2K system startup.
homepage: https://docs.microsoft.com/en-us/sysinternals/downloads/loadorder
license:
identifier: Freeware
url: https://docs.microsoft.com/en-us/sysinternals/license-terms
url: https://download.sysinternals.com/files/LoadOrder.zip
hash: e696080f65ff8b9271aef9e80f1f5c87c9f250965ed4d1fd3060a97a759da61c
pre_install: |
$sysint = 'HKCU:\SOFTWARE\Sysinternals'
$fin = "$sysint\LoadOrder"
New-Item $sysint, $fin -ErrorAction 'SilentlyContinue' | Out-Null
Set-ItemProperty -Path $fin -Name 'EulaAccepted' -Value 1 -Type 'DWord' -Force | Out-Null
pre_uninstall: |
if ($purge) {
$sysInt = 'HKCU:\SOFTWARE\Sysinternals'
Remove-Item "$sysInt\LoadOrder" -ErrorAction 'SilentlyContinue' -Force -Recurse
if ((Get-ChildItem $sysInt).Count -eq 0) { Remove-Item $sysInt -ErrorAction 'SilentlyContinue' -Force -Recurse }
}
architecture:
64bit:
bin:
- LoadOrdC64.exe
- - LoadOrdC64.exe
- LoadOrd64
- - LoadOrdC64.exe
- LoadOrd
shortcuts:
- - LoadOrd64.exe
- SysInternals\LoadOrder
32bit:
bin:
- LoadOrdC.exe
- - LoadOrdC.exe
- LoadOrd
shortcuts:
- - LoadOrd.exe
- SysInternals\LoadOrder
checkver: LoadOrder\s+v([\d.]+)</h1
autoupdate:
url: https://download.sysinternals.com/files/LoadOrder.zip