這時候可以用lock
2017年1月26日 星期四
2017年1月25日 星期三
customize command in fileExplorer address bar
you can run command like
cmd/ powershell/ notepad in window file explorer address bar
but it is possible to run more complex command in that address
cmd/ powershell/ notepad in window file explorer address bar
but it is possible to run more complex command in that address
2017年1月23日 星期一
2017年1月19日 星期四
powershell
| %{seg A}{seg B} 相當於foreach item用$_表示,{seg A}只在初始化時run
. xxx.ps1 相當於import/include,也是run scrip
Test-Path $profile 確認$profile是否存在
新增powershell指令
$profile是每次runpowershell會先run的ps1,可以在其中用. xx.ps1加入其他ps1
若$profile不存在可以用指令New-Item -path $profile -type file –force新增
Get-Date -f yyMMdd 取得日期
function funName([string]$par1="123",[int]$par2=1){}
在呼叫funName的時候,若未指定猜數,則參數是預設值
指定參數有兩種方式
1. funName "123" 3
2. funName -par2 3
$pwd.Path 目前工作路徑
dir|Rename-Item -path $_.Name -NewName $n;
window有內建power shell ISE
如果要跑外部的script 要先執行 Set-ExecutionPolicy RemoteSigned(要在administrater的權限底下執行,即使已經是管理者帳號,也要用以管理員權限執行來run powershell)
. xxx.ps1 相當於import/include,也是run scrip
Test-Path $profile 確認$profile是否存在
新增powershell指令
$profile是每次runpowershell會先run的ps1,可以在其中用. xx.ps1加入其他ps1
若$profile不存在可以用指令New-Item -path $profile -type file –force新增
Get-Date -f yyMMdd 取得日期
function funName([string]$par1="123",[int]$par2=1){}
在呼叫funName的時候,若未指定猜數,則參數是預設值
指定參數有兩種方式
1. funName "123" 3
2. funName -par2 3
$pwd.Path 目前工作路徑
dir|Rename-Item -path $_.Name -NewName $n;
window有內建power shell ISE
如果要跑外部的script 要先執行 Set-ExecutionPolicy RemoteSigned(要在administrater的權限底下執行,即使已經是管理者帳號,也要用以管理員權限執行來run powershell)
2017年1月14日 星期六
[audio router]
Audio Router
當DJ的同時又想看電影?用skype?
audio router可以用不同的裝置撥放不同程式產生的聲音(可惜不同的chrome分頁不算不同程式)。
open source的小工具,可以用在win10,免安裝直接使用
當DJ的同時又想看電影?用skype?
audio router可以用不同的裝置撥放不同程式產生的聲音(可惜不同的chrome分頁不算不同程式)。
open source的小工具,可以用在win10,免安裝直接使用
訂閱:
文章 (Atom)