app updates, re-work NetworkDrivers.script

This commit is contained in:
Homes32
2021-03-22 20:04:27 -05:00
parent c564e5b0be
commit ccd714c22a
19 changed files with 559 additions and 202 deletions

View File

@@ -142,6 +142,9 @@ RegWrite,HKLM,0x4,"Tmp_software\Microsoft\Windows NT\CurrentVersion\WinPE","SetC
// OEM Info
RegWrite,HKLM,0x1,"Tmp_Software\Microsoft\Windows\CurrentVersion\OEMInformation","Manufacturer","PhoenixPE"
StrFormat,Date,%Date%,"yyyy-mm-dd"
StrFormat,Date,%Time%,"hh:nn"
RegWrite,HKLM,0x1,"Tmp_Software\Microsoft\Windows\CurrentVersion\OEMInformation","Model","PhoenixPE (Build %Date% %Time%)"
RegWrite,HKLM,0x1,"Tmp_Software\Microsoft\Windows\CurrentVersion\OEMInformation","SupportURL","https://github.com/PhoenixPE/PhoenixPE"
RegWrite,HKLM,0x1,"Tmp_Software\Microsoft\Windows\CurrentVersion\OEMInformation","Logo","X:\Windows\System32\oobe\Logo\Logo.bmp"