2019-01-01から1年間の記事一覧

モニタ画面OFF用PowerShell

$methods = @' [return: MarshalAs(UnmanagedType.Bool)] [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern bool PostMessage(uint hWnd, uint Msg, IntPtr wParam, IntPtr lParam); [DllImport("user32.dll",…

Radiko

限界突破 Chrome Extentionrajiko https://github.com/jackyzy823/rajiko

Radiko タイムフリー 自動録音スクリプト

最後の週のミューコミ火曜日を録音するPowerShell 以下を適当にタスクスケジューラで毎週叩きましょうwget.exe(https://eternallybored.org/misc/wget/) youtube-dl.exe(http://rg3.github.io/youtube-dl/) AYTHKeyGet.vbs(radiko.jpのタイムフリーをバッチ…

Powershell登録 備忘録 youtube-dl

Set-ExecutionPolicy Unrestricted -Scope CurrentUsernotepad $profile