|
s大你好,我刚刚用最新的Windows10 19041.172制作了一个PE,不能复制文件。提示系统找不到指定的文件。错误0X8007007F。之前的18362.30没有问题,同样的配置,同样的软件。配置文件LITE.JS是这样写的。
var $patches_opt = {
"build.source":"light",
"build.registry.software":"merge",
"build.catalog":"light",
"build.wow64support":true,
"system.admin_enabled":false,
"system.admin_countdown":"5",
"system.admin_screen":"wallpaper",
"system.darktheme":false,
"theme.title_color":"9",
"config.fbwf.cache":"4096",
"config.computername":"ZHCHLITE",
"shell.app":"explorer",
"shell.wallpaper":"C:\\Windows\\Web\\Wallpaper\\Windows\\img0.jpg",
"tweak.shortcut.noarrow":true,
"tweak.shortcut.nosuffix":true,
"component.MMC":true,
"component.DWM":true,
"component.vcruntime":false,
"component.mspaint":false,
"component.winphotoviewer":false,
"network.builtin_drivers":false,
"slim.ieframedll":true,
"slim.jscript":true,
"slim.hta":true,
"slim.wmi":true,
"slim.small_fonts":true,
"slim.small_imageresdll":true,
"slim.safe":true,
"slim.ultra":true,
"build.registry.drivers":"merge",
"account.localized_admin_name":"Administrator",
"account.custom_admin_name":"Administrator",
"desktop.iconsize":"48",
"IME.ms_NewPhonetic":true,
"IME.ms_Quick":true,
"IME.ms_Cangjie":true,
"7-zip.selected_assoc_exts":"7z,zip,rar",
"slim.mui":true,
"slim.winre_sources":true,
"slim.winboot":true,
"slim.font.mingliu":true,
"slim.wbem_repository":true,
"slim.speech":true,
"mytheme.theme_id":1,
"build.registry.system":false,
"build.full_catalog":false,
"build.load_hive_demand":false,
"build.main_filereg_disabled":false,
"build.last_filereg_disabled":false,
"build.unmount_wim_demand":false,
"loader.name":"pecmd",
"loader.PEMaterial":"PEMaterial",
"system.high_compatibility":true,
"system.power.off_disp_bat":0,
"system.power.off_disp_plug":0,
"system.power.off_disk_bat":0,
"system.power.off_disk_plug":0,
"system.power.dis_usb_suspend_bat":true,
"system.power.dis_usb_suspend_plug":true,
"system.volume_level":33,
"system.volume_mute":true,
"system.numlock":true,
"account.SYSTEM_logon_pass":"",
"account.admin_enabled":false,
"account.admin_logon_pass":"",
"account.admin_password":"",
"account.admin_autologon":true,
"account.autologon_countdown":5,
"account.admin_screen":"wallpaper",
"account.precreate_admin_profile":false,
"component.taskmgr":true,
"component.bitlocker":false,
"component.search":false,
"component.MSI":false,
"component.netfx":false,
"component.MTP":false,
"component.RNDIS":false,
"component.PPPoE":false,
"patch.drvinst":false,
"shell.show_thisPC":true,
"shell.taskbar.combine":"never",
"shell.fix.showDesktop":true,
"shell.ui.resolution":true,
"shell.clockarea.event":true,
"shell.system.property":true,
"shell.shortcut.ocf":true,
"shell.fix.fullscreen":true,
"network.function_discovery":false,
"network.networklist_and_sharecenter":false,
"network.hide_system_tray_icon":false,
"audio.win_events":"base",
"audio.hide_system_tray_icon":false,
"component.printer":false,
"IME.indicator":true,
"IME.system_ime":true,
"IME.ms_pinyin":true,
"IME.ms_wubi":false,
"IE.x64_component":"x64",
"IE.custom_settings":true,
"IE.home_page":"about:blank",
"component.termservice":false,
"_._._":""
}
function patches_state_init() {
check_tree_node("_CustomFiles_");
check_tree_node("00-Configures");
open_tree_node("00-Configures");
check_tree_node("01-Components/00-Shell");
uncheck_tree_node("01-Components/02-Network");
uncheck_tree_node("01-Components/03-Audio");
uncheck_tree_node("01-Components/Devices and Printers");
uncheck_tree_node("01-Components/IME");
uncheck_tree_node("01-Components/Internet Explorer");
uncheck_tree_node("01-Components/Remote Desktop");
uncheck_tree_node("01-Components/Windows Media Player");
uncheck_tree_node("01-Components/za-Accessories");
open_tree_node("01-Components");
uncheck_tree_node("01-Drivers");
check_tree_node("02-Apps/7-Zip");
uncheck_tree_node("02-Apps/Browsers");
uncheck_tree_node("02-Apps/HotSwap");
uncheck_tree_node("02-Apps/ImDisk");
uncheck_tree_node("02-Apps/PENetwork");
uncheck_tree_node("02-Apps/yong_IME");
select_tree_node("02-Apps");
check_tree_node("za-Slim");
check_tree_node("za-SlimExtra");
check_tree_node("ZHCH");
check_tree_node("zz-ISO");
}
|
|