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)


相关推荐

  • pycharm配置python运行环境_C中调用Python

    pycharm配置python运行环境_C中调用Python目录前言一、系统路径说明二、环境配置1.在VS中选择ReleaseX642.菜单栏中选择:项目->属性3.生成dll答疑python程序目录下没有Numpy路径?具体代码参考博客前言本文主要讲解在Python程序中调用C(C++)程序的方法。主要思路是:在VS中配置好环境后,将C语言程序打包生成动态库文件.dll。将.dll改名成.pyd之后,装入相应路径,在pycharm中直接import即可环境:win10Pycharm(python3.6)(64位)VS2017(社区版)

  • C#学生成绩管理系统「建议收藏」

    C#学生成绩管理系统「建议收藏」##课设不用愁C#学生成绩管理系统>学生选课及成绩查询系统是一个学校不可缺少的部分,传统的人工管理档案的方式存在着很多的缺点,如:效率低、保密性差等,所以开发一套综合教务系统管理软件很有必要

  • OHEM[通俗易懂]

    OHEM[通俗易懂]TrainingRegion-basedObjectDetectorswithOnlineHardExampleMining00Astract摘要主要讲了四点:(1)训练过程需要进行参数的空间搜索(2)简单样本与难分辨样本之间的类别不平衡是亟需解决的问题(3)自动地选择难分辨样本来进行训练不仅效率高而且性能好(4)提出了OHEM算法,不仅效率高而且性能好,在各种数据集上表…

  • 《剑指offer》– 栈的压入与弹出序列、把字符串转化为整数、扑克牌顺子、孩子们的游戏(圆圈中最后剩下的数)

    《剑指offer》– 栈的压入与弹出序列、把字符串转化为整数、扑克牌顺子、孩子们的游戏(圆圈中最后剩下的数)

  • java try lock_ReentrantLock

    java try lock_ReentrantLockpackageconcurrent;importjava.util.ArrayList;importjava.util.List;importjava.util.concurrent.locks.Lock;importjava.util.concurrent.locks.ReentrantLock;publicclassTestTryLock{privateListlist=…

    2022年10月15日
  • 如何用python显示一个弹窗_appium golang

    如何用python显示一个弹窗_appium golang以微信登录界面的toast弹窗为例:我的appium版本是1.17.1,服务器运行时日志有这样的打印信息所以我的desired_caps如下(如果是之前的版本,需要安装uiautomator2,并且在初始化时指定automationName为uiautomator2):desired_caps_a={‘platformName’:”Android”,’platFormVersion’:”10″,’d.

发表回复

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

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