15 12
发新话题
打印

windows安装的问题

windows安装的问题

不需软件支持的情况下,如何实现PC自动安装windows?就是说不用受在它旁边按 下一步 确定 之类的。

TOP

没说清楚问题。
欢迎光临博罗论坛,网址:http://BLBBS.net

TOP

可以编辑安装INF文件的,具体做法请查阅相关资料
戒急用忍~

TOP

正版的WIN98就有一个batch即文件夹,装左自己用就知即啦

TOP

引用:
下面引用由八方2003/04/01 07:52pm 发表的内容: 可以编辑安装INF文件的,具体做法请查阅相关资料
到哪里查阅相关资料啊?

TOP

上网搜索呀 系统+自动安装

TOP

; MSBATCH.INF ; ; Copyright (c) 1995-1998 Microsoft Corporation. ; All rights reserved. ; [BatchSetup] Version=3.0 (32-bit) SaveDate=11-30-02 [Version] Signature = "$CHICAGO$" AdvancedINF=2.5 LayoutFile=layout.inf [Setup] Express=1 InstallDir="c:\windows" InstallType=3 ProductKey="QY7TT-VJ7VG-7QPHY-QXHD3-B838Q" EBD=0 ShowEula=0 ChangeDir=0 OptionalComponents=1 Network=1 System=0 CCP=0 CleanBoot=0 Display=0 DevicePath=0 NoDirWarn=1 TimeZone="China" Uninstall=0 NoPrompt2Boot=1 [System] Locale=L0804 SelectedKeyboard=KEYBOARD_00000409 [NameAndOrg] Name="andyboy" Display=0 [Network] ComputerName="ANDYBOY" Workgroup="WORKGROUP" Description="ANDYBOY" Display=0 PrimaryLogon=VREDIR Clients=VREDIR Protocols=MSTCP Security=SHARE [MSTCP] LMHOSTS=1 LMHOSTPath="C:\WINDOWS\lmhosts" DHCP=1 DNS=0 WINS=D [VREDIR] LogonDomain="WORKGROUP" ValidatedLogon=0 [OptionalComponents] "辅助选项"=1 "辅助工具"=1 "公文包"=0 "计算器"=1 "桌面墙纸"=0 "文档模板"=1 "游戏"=0 "映象"=1 "鼠标指针"=0 "画图"=1 "快速查看"=0 "Windows Scripting Host"=0 "写字板"=0 "造字程序"=1 "输入法生成器"=0 "通讯簿"=1 "拨号 ATM 支持"=0 "拨号网络"=1 "拨号网络服务器"=0 "直接电缆连接"=0 "超级终端"=0 "Microsoft Chat 2.5"=0 "NetMeeting"=1 "电话拨号程序"=1 "虚拟专用网络"=0 "棒球"=1 "危险动物"=1 "电脑探密"=1 "丛林"=1 "达芬奇"=1 "更多的 Windows"=1 "神秘之物"=1 "大自然"=1 "科学"=1 "太空"=1 "运动"=1 "六十年代的美国"=1 "黄金时代"=1 "旅行"=1 "水底世界"=1 "Windows 98"=0 "Internet 连接共享"=0 "Microsoft Wallet"=0 "ersonal Web Server"=0 "Web 发布向导"=0 "Web-Based Enterprise Mgmt"=0 "Microsoft Outlook Express"=0 "波罗的海语"=1 "中欧"=1 "西里尔语"=1 "希腊语"=1 "土耳其语"=1 "音频压缩"=1 "CD 播放器"=0 "Macromedia Shockwave Director"=1 "Macromedia Shockwave Flash"=1 "多媒体配音方案"=0 "声音采样"=0 "录音机"=1 "视频压缩"=1 "音量控制"=1 "其他屏幕保护程序"=0 "飞行 Windows"=1 "OpenGL 屏幕保护程序"=1 "备份"=0 "字符映射表"=1 "剪贴板查看程序"=1 "磁盘压缩工具"=0 "驱动器转换器(FAT32)"=0 "组策略"=0 "网络监视器"=1 "系统监视器"=1 "系统资源状况"=1 [Printers] [InstallLocationsMRU] "I:\LX_SOUND\ADI\WDM\" "I:\LX_SOUND\ADI\wdm" "I:\LX_MODEM\Lucent\Mars3\Win98" "C:\WINDOWS\CATROOT" "C:\WINDOWS\SYSTEM" [Install] AddReg=RunOnce.BatchDelay,Run.Installed.Components,Registry.WinUpdate [RunOnce.BatchDelay] HKLM,%KEY_RUNONCE%,BatchRun1,,"%25%\rundll.exe setupx.dll,InstallHinfSection Delete.Welcome 4 %10%\msbatch.inf" HKLM,%KEY_RUNONCE%,BatchRun2,,"%25%\rundll.exe setupx.dll,InstallHinfSection Delete.Regwiz 4 %10%\msbatch.inf" [Run.Installed.Components] HKLM,%KEY_INSTALLEDCOMPS%\>BatchSetupx,,,">Batch 98 - General Settings" HKLM,%KEY_INSTALLEDCOMPS%\>BatchSetupx,IsInstalled,1,01,00,00,00 HKLM,%KEY_INSTALLEDCOMPS%\>BatchSetupx,Version,,"3,0,0,0" HKLM,%KEY_INSTALLEDCOMPS%\>BatchSetupx,StubPath,,"%25%\rundll.exe setupx.dll,InstallHinfSection Installed.Components.General 4 %10%\msbatch.inf" HKLM,%KEY_INSTALLEDCOMPS%\>BatchAdvpack,,,">Batch 98 - Advanced Settings" HKLM,%KEY_INSTALLEDCOMPS%\>BatchAdvpack,IsInstalled,1,01,00,00,00 HKLM,%KEY_INSTALLEDCOMPS%\>BatchAdvpack,Version,,"3,0,0,0" HKLM,%KEY_INSTALLEDCOMPS%\>BatchAdvpack,StubPath,,"%25%\rundll32.exe advpack.dll,LaunchINFSection %10%\msbatch.inf,Installed.Components.Advanced" HKLM,%KEY_INSTALLEDCOMPS%\>Batchwu,,,">Batch 98 - Windows Update" HKLM,%KEY_INSTALLEDCOMPS%\>Batchwu,IsInstalled,1,01,00,00,00 HKLM,%KEY_INSTALLEDCOMPS%\>Batchwu,Version,,"3,0,0,0" HKLM,%KEY_INSTALLEDCOMPS%\>Batchwu,StubPath,,"wupdmgr.exe -shortcut" [Installed.Components.General] AddReg=Browser.Settings, Security.Settings, Shell.Prep BitReg=Shell.Settings UpdateInis=DelOEQuick.Links [DelOEQuick.Links] setup.ini, progman.groups,, "groupQL=..\..\Applic~1\Micros~1\Intern~1\Quickl~1" setup.ini, groupQL,, """Launch Outlook Express"""                ;deletes link [Installed.Components.Advanced] DelFiles=OLS.Icons, QuickLaunch.Icons CustomDestination=Custom.Dest RunPostSetupCommands=DirCleanup [Custom.Dest] 49070=DesktopLDIDSection,5 49050=QuickLinksLDIDSection,5 [DesktopLDIDSection] HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",Desktop,OLSFolder,"%25%\Desktop" [OLS.Icons] americ~1.lnk at&two~1.lnk compus~1.lnk prodig~1.lnk themic~1.lnk aboutt~1.lnk abouto~1.txt services.txt [DirCleanup] rundll32.exe advpack.dll,DelNodeRunDLL32 %49070%\%OnlineLong% [Delete.Welcome] DelReg=Registry.Welcome [Registry.Welcome] HKLM,Software\Microsoft\Windows\CurrentVersion\Run,Welcome,, [Delete.Regwiz] AddReg=Registry.Regwiz [Registry.Regwiz] HKLM,Software\Microsoft\Windows\CurrentVersion\Welcome\Regwiz,@,1,01,00,00,00 HKLM,Software\Microsoft\Windows\CurrentVersion,RegDone,1,01,00,00,00 [Registry.WinUpdate] HKLM,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoDevMgrUpdate,0x10001,0 HKLM,Software\Microsoft\Windows\CurrentVersion\Policies\Explorer,NoWindowsUpdate,0x10001,0 [Browser.Settings] HKCU,%KEY_IEXPLORERMAIN%,"Start Page",,"http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=5.5&ar=msnhome" HKCU,%KEY_IEXPLORERMAIN%,"First Home Page",,"http://www.microsoft.com/isapi/redir.dll?prd=ie&pver=5.0&ar=runonce&plcid=1103&sba=retail" HKCU,%KEY_IEXPLORERMAIN%,"Search Page",,"http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch" HKLM,%KEY_IEXPLORERMAIN%,"Search Bar",,"http://www.microsoft.com/isapi/redir.dll?prd=ie&ar=iesearch" HKCU, "SOFTWARE\Microsoft\Internet Explorer\Help_Menu_URLs","Online_Support",,"http://support.microsoft.com/support" [Security.Settings] HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1",CurrentLevel,1,00,00,01,00 HKCU,"Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4",CurrentLevel,1,00,00,01,00 [Shell.Prep] HKCU,"Software\Microsoft\Internet Explorer\Desktop\Components\0",Flags,01,00,00,00 HKCU,"Software\Microsoft\Internet Explorer\main",Show_ChannelBand,0,"no" [Shell.Settings] HKCU,"Software\Microsoft\Internet Explorer\Desktop\Components\0",Flags,0,20,1 [QuickLinksLDIDSection] HKCU,"SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders",AppData,QuickLaunch,"%25%\Application Data" [QuickLaunch.Icons] 查看频道.scf [DestinationDirs] OLS.Icons=49070,Online~1 QuickLaunch.Icons=49050,Micros~1\Intern~1\QuickL~1 [Strings] KEY_RUNONCE="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" KEY_INSTALLEDCOMPS="SOFTWARE\Microsoft\Active Setup\Installed Components" OnlineLong="Online Services" KEY_IEXPLORERMAIN="Software\Microsoft\Internet Explorer\Main"
[img]http://218.107.207.61/newbbs/index.php?act=Attach&type=post&id=51962[/img]

TOP

差一句,在安装的时候运行setup *.inf(*是你那个inf文件的名字)

TOP

哈哈哈哈哈哈哈

TOP

看不懂啊。~~~~~~~~~~~~~~
博罗云天电脑科技
地址:庆生路88号  (即八百屋斜对面)
电话:13692888881    6999123

TOP

 15 12
发新话题