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

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

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

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • TLSF算法分析[通俗易懂]

    TLSF算法分析[通俗易懂]注:本文的大部分内容摘录自论文《TLSF:aNewDynamicMemoryAllocatorforReal-TimeSystems》,可以通过“科学上网”访问如下链接阅读原文:http://www.gii.upv.es/tlsf/files/ecrts04_tlsf.pdf。什么是TLSFTLSF是TwoLevelSegregatedFitmemoryal

  • 【sql修改字段类型大小】

    【sql修改字段类型大小】之前在百度上面查询到修改字段的语句:alerttable表名altercolumn列名类型【大小】nullornotnull;但是执行完这句话后发现报错后来修改一下语句altertable表名modify(列名类型【大小】);ok,编译通过。注意:1.()内不能还有column关键字2.()内不能含有nullornotnull关键字使用第二种修改方式可以顺利执行成功。…

  • 访问流量限制api已用完_jwt认证实现单点登录原理

    访问流量限制api已用完_jwt认证实现单点登录原理一步步实现对API的访问限制(节流)

  • Spring常见面试题总结(超详细回答)

    Spring常见面试题总结(超详细回答)

  • 学生成绩管理系统数据库设计–MySQL/SQL Server[通俗易懂]

    学生成绩管理系统数据库设计–MySQL/SQL Server[通俗易懂]MySQL/SQLServer数据库设计(学生成绩管理系统)设计大纲1.项目背景及需求分析1.1项目背景1.2 需求分析1.2.1 信息需求1.2.2 功能需求1.2.3 安全性与完整性需求2. 概念结构设计2.1抽象出系统实体2.2全局E-R图3. 逻辑结构设计3.1关系模式3.2函数依赖识别3.3范式4. 物理设计和实施4.1数据库及表创建4.2表数据增删改查测试4.3创建视图4.4创建函数4.5创建存储过程4.6创建触发器

  • 基于matlab的方差分析_方差分析结果怎么看

    基于matlab的方差分析_方差分析结果怎么看方差分析是英国统计学家R.A.Fisher在20世纪20年代提出的一种统计方法,它有着非常广泛的应用。在生产实践和科学研究中,经验要研究生产条件或实验条件的改变对产品的质量或产量的影响。如在农业生产中,需要考虑品种、施肥量、种植密度等因素对农作物收获量的影响;又如某产品在不同的地区、不同的时期、,采用不同的销售方式,其销售量是否有差异。在诸多影响因素中,哪些是主要的,哪些是次要的,以及主要因素处于

    2022年10月15日

发表回复

您的电子邮箱地址不会被公开。

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