使用DISM管理和维护 Images
DISM简介
使用命令行管理Desktop Experience和Server Core Images
使用命令行管理Nano Server Images
使用PowerShell管理.wim
使用PowerShell管理.vhd / .vhdx
一、环境准备: 1、下载安装VSCode,Node.js,Yarn 2、打开命令行终端或powershell,输入yarn global add create-react-app安装react的脚手架create-react-app 3、打开VSCode,安装相应插件 必要:ESLint、Docum ...
分类:
其他好文 时间:
2018-11-27 11:13:10
阅读次数:
1195
目的: 想创建一个变量来保存文本 方案: 使用Powershell的字符串变量来保存和操作 说明: 字符串文本可分为两类: 按字面(literal) (非拓展(nonexpanding))和可拓展(expanding)的字符串 1>原生字符串 : (不支持变量拓展和转义字符) $myString=' ...
分类:
其他好文 时间:
2018-11-25 11:55:37
阅读次数:
115
Summary of Windows SubSystem for Linux Install Ubuntu Run PowerShell as administrator and input: Install Ubuntu 18.04 LTS from Microsoft Store Setup S ...
最近工作收到一个需求,需要对离职人员的账号清理所属组并记录下日志,所以研究了下如何使用Powershell来实现此功能:#查询出相应的OU下面的离职账号$users=get-aduser-Filter*-SearchBase"OU=xxxx,DC=it581,DC=com"|foreach{if($.enabled-eq$false){echo$.samaccountname}
分类:
系统相关 时间:
2018-11-23 16:11:41
阅读次数:
414
报错信息:curl : 无法分析响应内容,因为 Internet Explorer 引擎不可用,或者 Internet Explorer 的首次启动配置不完整。请指定 UseBasicParsing 参数,然后再试一次 1、打开IE浏览器的internet选项 2、点击安全选项卡,选中本地intra ...
分类:
Windows程序 时间:
2018-11-22 14:26:57
阅读次数:
3142
计算速度很快,只需修改$startFolder变量即可。 ...
1. 把密码转变为加密的字符串。使用命令 ConvertFrom-SecureString Read-Host "Enter Password" -AsSecureString | ConvertFrom-SecureString | Out-File "C:\pwd.txt" #弹出输入密码的对话 ...
分类:
系统相关 时间:
2018-11-21 16:04:06
阅读次数:
375
powershell cmd 通用命令相关 //显示环境变量 echo %Path% C:\Windows\System32\drivers\etc\hosts %windir%\System32\drivers\etc\hosts tab 键补全 进入桌面 进入desktop 用户名可以自动补 C ...
分类:
系统相关 时间:
2018-11-20 16:27:48
阅读次数:
160