forked from Paxxs/Cluttered-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDriverGenius.json
More file actions
24 lines (24 loc) · 986 Bytes
/
DriverGenius.json
File metadata and controls
24 lines (24 loc) · 986 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "9.61.419.1421",
"description": "驱动精灵免安装版是一键检测系统驱动问题,快速帮您安装缺少的硬件驱动,本版本是绿色版无广告弹窗干扰,便于您随时使用",
"url": "https://list.nb.gl/OD_scoop/apt-cdn/DriverGenius-Green/9.61.419.1421/DriverGenius.zip",
"hash": "sha1:FCFE74F6AE7873D1643A526880F993B0103952F0",
"uninstaller": {
"script": [
"If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] \"Administrator\")){",
" abort \"ERROR: uninstall require UAC. Please try again.\"",
"}",
"Remove-Item HKLM:\\SOFTWARE\\WOW6432Node\\MyDrivers -Force -Recurse"
]
},
"shortcuts": [
[
"drivergenius.exe",
"驱动精灵"
],
[
"dgbackup.exe",
"驱动备份"
]
]
}