7-Zip 安装版 (Windows / Mac / Linux)
http://www.7-zip.org/download.html
7-Zip 免安装版 (Windows)
http://portableapps.com/apps/utilities/7-zip_portable
http://www.azofreeware.com/2006/05/7-zip-440-beta.html
用 7-Zip 免安装版, 由于不会用 registry,
所以一开始不会与 Windows 整合
而需要到 Tools - Options..
选择 Integrate 7-Zip to shell context menu
广告
本站里的文章大部分经过自行整理与测试
2016年4月11日星期一
2016年4月9日星期六
取代 CommandPrompt + PowerShell
cmder
http://cmder.net/
可以拿来取代 Windows 的 command prompt 和 power shell,
免安装, 而且也只有不到 11MB (mini 版)
第一次用的时候, 在里面打开 PowerShell as Admin,
输入 Get-ExecutionPolicy -List
会看到 CurrentUser 的 ExecutionPolicy 是 Undefined
将它设为 RemoteSigned, 以让 cmder 能用 Power Shell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
另外,
可以将 cmd.exe (vendor\init.bat) 的输入标示符, 即 {lamb} 改为 $$
如
@prompt $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m{lamb}$S$E[0m
改为
@prompt $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m$$$S$E[0m
在 Power Shell (vendor/profile.ps1) 也可以将输入标示符, λ 改为 $
如
Write-Host "`nλ" -NoNewLine -ForegroundColor "DarkGray"
改为
Write-Host "`n$" -NoNewLine -ForegroundColor "DarkGray"
如不想看到以下信息
Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder.
找到以上这行, 前面加个 # 即可
# Write-Warning "Missing git support..
http://cmder.net/
可以拿来取代 Windows 的 command prompt 和 power shell,
免安装, 而且也只有不到 11MB (mini 版)
第一次用的时候, 在里面打开 PowerShell as Admin,
输入 Get-ExecutionPolicy -List
会看到 CurrentUser 的 ExecutionPolicy 是 Undefined
将它设为 RemoteSigned, 以让 cmder 能用 Power Shell
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
另外,
可以将 cmd.exe (vendor\init.bat) 的输入标示符, 即 {lamb} 改为 $$
如
@prompt $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m{lamb}$S$E[0m
改为
@prompt $E[1;32;40m$P$S{git}{hg}$S$_$E[1;30;40m$$$S$E[0m
在 Power Shell (vendor/profile.ps1) 也可以将输入标示符, λ 改为 $
如
Write-Host "`nλ" -NoNewLine -ForegroundColor "DarkGray"
改为
Write-Host "`n$" -NoNewLine -ForegroundColor "DarkGray"
如不想看到以下信息
Missing git support, install posh-git with 'Install-Module posh-git' and restart cmder.
找到以上这行, 前面加个 # 即可
# Write-Warning "Missing git support..
2016年4月8日星期五
.NET Framework 3.5 安装
在 Windows 8/8.1/10 上安装 .NET Framework 3.5
http://www.smart-arab.com/2013/12/install-net-on-windows-8-1-and-windows-10-offline/
- 不需要 Windows 安装盘 (107MB / Windows 10)
https://sourceforge.net/projects/netframework35offlineinstaller/
- 需要 Windows 安装盘 (取代命令行式安装) (415.7kB)
.NET Framework 安装与检查
http://jasonmun.blogspot.my/2016/04/net-framework.html
http://www.smart-arab.com/2013/12/install-net-on-windows-8-1-and-windows-10-offline/
- 不需要 Windows 安装盘 (107MB / Windows 10)
https://sourceforge.net/projects/netframework35offlineinstaller/
- 需要 Windows 安装盘 (取代命令行式安装) (415.7kB)
.NET Framework 安装与检查
http://jasonmun.blogspot.my/2016/04/net-framework.html
订阅:
博文 (Atom)





