カテゴリー
- ActionScript
- Android
- Arduino
- ASP.NET
- Atmel Studio
- AutoHotKey
- AVR
- C++
- CAN
- CentOS
- CMSIS
- CSS
- C言語
- eclipse
- Excel
- Excel VBA
- Firefox
- FTDI
- Google Chrome
- Google Map
- HTML
- HTML5 canvas
- IIS
- iTunes Script
- Java
- javascript
- jQuery
- Linux
- LPC-Link2
- MCP2515
- NetBeans
- node.js
- NXP
- PHP
- Satch
- ThinkPad
- Tips
- TOCOS
- Transact-SQL
- Ubuntu
- VB.NET
- VBScript Tips
- VirtualBox
- Visual Studio
- vmware
- WIN32API
- Windows
- Windows Server
- WordPress
- アナログ回路
- コマンドプロンプト
- デジタル回路
- データベース
- トラブルシューティング
- メモ
- 未分類
- 端書
アーカイブ
メタ情報
Category Archives: Windows
特定のIPに接続する際、インターフェースを指定する方法
インターフェースに固定のIPが振られていることが条件。 route -p add [接続先IP] [接続元IP]
Posted in Windows
Leave a comment
リモートデスクトップの起動時の表示モニタ
まだ調査中だが 複数モニタの場合、前回終了時に使っていたモニタでリモートデスクトップが起動するようだ 一回、全画面モードからウィンドウモードにすると戻らない時があるので、(※) 別のモニタで全画面モード表示したい場合は … Continue reading
Posted in Windows
Leave a comment
Windows7 ジャンクション
C:\>mklink /? シンボリック リンクを作成します。 MKLINK [[/D] | [/H] | [/J]] リンク ターゲット /D ディレクトリのシンボリック リンクを作成します。既定では、 ファイル … Continue reading
Posted in Windows
Leave a comment
パーティションの削除
WindowsでMacのEFIパーティションを削除する場合など。 コマンドプロンプトでdiskpartを実行。 list disk #対象のディスク番号をnとする select disk n list partition … Continue reading
Posted in Tips, Windows
Leave a comment
特定のポートを使用しているサービスを探す方法
バッチで以下のコマンドを実行しつつ、サービスを落としていくと見つけやすい。(例は80番ポート) (自動でサービスを落としていく処理を組み合わせればもっと早くできるだろう。) FOR /L %I IN (1,1,1000) … Continue reading
Posted in Tips, Windows, コマンドプロンプト
Leave a comment
Windows Tips
画面外に行ってしまったウィンドウを移動させる: Alt→Space → [M] → 好きな矢印キー → マウスを動かして好きな位置に 具体的にはAlt(メニューの選択)→Space(メニューの起動)→[M](移動の実行) … Continue reading
Posted in Windows
Leave a comment