[過去ログ]
PowerShell -Part 3 (1002レス)
PowerShell -Part 3 http://mevius.5ch.net/test/read.cgi/tech/1539074808/
上
下
前次
1-
新
通常表示
512バイト分割
レス栞
抽出解除
必死チェッカー(本家)
(べ)
自ID
レス栞
あぼーん
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
26: デフォルトの名無しさん [sage] 2018/10/11(木) 00:16:15.07 ID:fgwsjZre $code = @' [DllImport("user32.dll")] public static extern IntPtr GetForegroundWindow(); '@ Add-Type $code -Name Utils -Namespace Win32 Add-Type -AssemblyName System.Windows.Forms if($ps = Get-Process|? {$_.MainWindowTitle -like "*メモ帳"}|Select-Object -First 1){ do{ [System.Windows.Forms.SendKeys]::SendWait("%+{TAB}") Start-Sleep -m 100 $hwnd = [Win32.Utils]::GetForegroundWindow() }while($hwnd -ne $ps.MainWindowHandle) } こんな感じ? http://mevius.5ch.net/test/read.cgi/tech/1539074808/26
31: デフォルトの名無しさん [sage] 2018/10/11(木) 19:21:50.18 ID:fgwsjZre ふつうにOut-Hostでいいんじゃね http://mevius.5ch.net/test/read.cgi/tech/1539074808/31
メモ帳
(0/65535文字)
上
下
前次
1-
新
書
関
写
板
覧
索
設
栞
歴
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.038s