-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathghostwin.toml
More file actions
59 lines (54 loc) · 1.49 KB
/
ghostwin.toml
File metadata and controls
59 lines (54 loc) · 1.49 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# GhostWin Configuration File
[iso]
wim_index = "2"
# mount_path = "C:\\temp\\WIMMount" # Optional: custom mount path
# adk_path = "C:\\Program Files (x86)\\Windows Kits\\10\\Assessment and Deployment Kit"
# helper_source = "concept/windows-setup-helper-master/Helper"
# windows_overlay_source = "concept/windows-setup-helper-master/Windows"
[winpe]
packages = [
"WinPE-WMI",
"WinPE-NetFX",
"WinPE-Scripting",
"WinPE-PowerShell",
"WinPE-StorageWMI",
"WinPE-DismCmdlets"
]
disable_dpi_scaling = true
set_resolution = "1024x768"
[tools]
folders = [
"tools/system",
"tools/hardware",
"tools/network",
"tools/drivers",
"tools/remote_access",
"tools/nirsoft",
"tools/install",
"tools/media",
"pe_autorun",
"scripts/basic",
"scripts/advanced"
]
auto_detect = true
[phases]
pe_system_setup_paths = [
"pe_autorun/system_setup/explorer++.reg",
"pe_autorun/system_setup/fontfix.reg",
"pe_autorun/system_setup/taskmgr_prefs.reg",
"pe_autorun/system_setup/make_profile_folders.bat",
"pe_autorun/system_setup/Disable-IntelVMD.ps1"
]
pe_driver_loader_paths = [
"pe_autorun/drivers/AutoLoad-Drivers.cmd",
"pe_autorun/drivers/Load-Drivers.ps1"
]
post_install_logon_paths = [
"scripts/basic/registry/disable_auto_logon.reg"
]
[security]
# password_hash = "" # SHA-256 hash of access password
# access_secret = "" # Secret for challenge-response auth
vnc_enabled = false
vnc_port = 5950
# vnc_password = "CHANGE_ME_IN_PRODUCTION"