windows7 loader怎么用_Windows命令行

windows7 loader怎么用_Windows命令行Supportedoperatingsystems:*Windows7Ultimate*Windows7Professional*Windows7HomePremium*Windows7HomeBasic*Windows7Start…

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE稳定放心使用

Supported operating systems: 

* Windows 7 Ultimate 
* Windows 7 Professional 
* Windows 7 Home Premium 
* Windows 7 Home Basic 
* Windows 7 Starter 
* Windows Vista Ultimate 
* Windows Vista Business 
* Windows Vista Business N 
* Windows Vista Home Premium 
* Windows Vista Home Basic 
* Windows Vista Starter 
* Windows Server 2008 R2: Enterprise 
* Windows Server 2008 R2: Standard 
* Windows Server 2008 R2: Foundation 
* Windows Server 2008: Enterprise 
* Windows Server 2008: Standard 
* Windows Server 2008: Foundation 
* Windows Small Business Server 2008 

You must be running build 7600 or greater for Windows 7 and Windows Server 2008 R2. 
Windows 7 N and E editions are not supported. 

You should first know if 7 Loader v1.9 works on your system, and if it does, what mode it works best under. 

You can then edit (below) the provided ‘Setupcomplete.cmd’ ($OEM$\$\Setup\Scripts) to your preference. 

If you want logos to be automatically installed according to the OEM info in your BIOS, check the ‘Logos’ folder for Info. 

Then copy your revised $OEM$ folder into the sources folder within your Windows 7 ISO. 

You should be able to edit your ISO with a program such as UltraIso or PowerISO. 

The executable is Windows 7 Loader v1.9 by Daz, and downloaded from his latest link. 

Direct download links for Windows 7 Retail Ultimate x86 or x64 are at the bottom of this Info for those interested. 

NOTES: 

SetupComplete.cmd Example: 

@ECHO OFF 
%~dp0″Windows Loader.exe” /silent /preactivate 
cd %~dp0 
attrib -R -A -S -H *.* 
SHUTDOWN /R /T 5 
RMDIR /S /Q “%WINDIR%\Setup\Scripts” 
exit 

/silent 
Turns on silent mode 

/restart 
Restart the OS after install (used with /silent) 

/norestart 
Prevents system restart after successful installation 

/preactivate 
This just helps the loader decide on it’s environment 

Modded Bios: 

/bios 
Install just the certificate and serial 

/loader 
Force the application to install the loader 

/swap 
Install the loader without changing your systems boot code 

/k=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX 
Set the Windows 7/2008/Vista key 

c= 
Set the certificate (use the name of a certificate from the certificates folder or from the SLIC list) 

/s= 
Set the SLIC (Acer, Advent, Alienware, Asus, BenQ, Casper, Dell, Exper, Founder, FSC, Fujitsu, Gigabyte, Haier, Hasee, HCL, HP, Jooyon, Lenovo, LG, Medion, MSI, NEC, Nokia, Quanmax, Samsung, Sony, Tongfang, Toshiba, Trigem, Viliv, Wartmann) 

* If you don’t set the certificate it will default to your BIOS’s model 
* If you don’t set the SLIC it will default to your BIOS’s model 
* If you don’t set the key it will default to your BIOS’s model and the correct one for the OS (Ultimate, Professional, Starter or Home Premium) 
* You can use these arguments via SetupComplete.cmd to pre-activate Windows 7/Vista/Server 2008 
Example: 
“D:\Windows Loader.exe” /silent /restart /k=342DG-6YJR8-X92GV-V7DCV-P4K27 /c=Acer /s=Acer 
 

转载于:https://my.oschina.net/u/1182540/blog/705153

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请联系我们举报,一经查实,本站将立刻删除。

发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/182814.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • 河北对口计算机专业一分一档6,2019河北高考一分一档表成绩排名(理科)[通俗易懂]

    河北对口计算机专业一分一档6,2019河北高考一分一档表成绩排名(理科)[通俗易懂]2019年河北省普通高校招生文理科一分一档统计表2019河北高考一分一档统计表公布2019河北高考一分一档统计表公布22019河北高考一分一档统计表公布32019河北高考一分一档统计表公布42019河北高考一分一档统计表公布52019河北高考一分一档统计表公布62019河北高考一分一档统计表公布72019河北高考一分一档统计表公布82019河北高考一分一档统计表公布92019河北高考一分一档统计表…

    2022年7月13日
    49
  • utf-8的中文是一个汉字占三个字节长度吗?

    utf-8的中文是一个汉字占三个字节长度吗?英文字母和中文汉字在不同字符集编码下的字节数英文字母:字节数:1;编码:GB2312字节数:1;编码:GBK字节数:1;编码:GB18030字节数:1;编码:ISO-8859-1字节数:1;编码:UTF-8字节数:4;编码:UTF-16字节数:2;编码:UTF-16BE字节数:2;编码:UTF-16LE中文汉字:字节数:2;编码:GB2312字节数:2;编…

    2022年6月26日
    27
  • 【强化学习】DDPG(Deep Deterministic Policy Gradient)算法详解[通俗易懂]

    【强化学习】DDPG(Deep Deterministic Policy Gradient)算法详解[通俗易懂]http://www0.cs.ucl.ac.uk/staff/d.silver/web/Teaching.html引自ReinforcementLearning:AnIntroduction强化学习名著2018新编版DPG论文http://www0.cs.ucl.ac.uk/staff/d.silver/web/Applications_files/determinis…

    2022年6月15日
    44
  • CHECK约束_数据库check约束怎么写

    CHECK约束_数据库check约束怎么写CHECK约束会检查输入到记录中的值是否满足一个条件,如果不满足这个条件则对数据库做的修改不会成功。比如,一个人的年龄是不可能为负数的,一个人的入学日期不可能早于出生日期,出厂月份不可能大于12。可以

    2022年8月1日
    5
  • Jenkins配置插件界面中文显示「建议收藏」

    只将干货的操作技巧,不浪费彼此的时间。如果文中那个地方写的有问题,欢迎留言告诉我,谢谢~配置了发现有一些还是没有完全转化为中文~~~~配置操作过程第一步:查看是否安装了 Localization: Chinese (Simplified)具体查看步骤:Manage Jenkins –> Manage Plugins –> installed(已安装)检查如果…

    2022年2月28日
    44
  • Extjs弹窗控件——Ext.MessageBox

    Extjs弹窗控件——Ext.MessageBox首先,浏览器自带的弹窗有alert、confirm、prompt等。js弹窗的3种方式:alert、confirm、prompt鉴于其外观丑陋以及配置不方便,我们常采用Extjs自带的弹窗控件。//

    2022年7月3日
    23

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号