« PsExecによるOSコマンドの実行 | Main | ちょコム送金 »

Jul 07, 2011

PsExec リモートデスクトップコントロール Win7

昨日の記事に引き続き、対象リモートPCのOSがWindows7の場合についてです。

--Windows Sysinternals
http://technet.microsoft.com/ja-jp/sysinternals/default.aspx

--Windows Sysinternals とは
http://technet.microsoft.com/ja-jp/sysinternals/ff181602.aspx

--Sysinternals SuiteのDL
http://download.sysinternals.com/Files/SysinternalsSuite.zip


基本的作業はXP同様で、異なるのはレジストリのキーとファイアーウォールに
関してとなります。

C:\Windows\system32\> reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\system\" /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1

C:\Windows\system32\> netsh advfirewall show currentprofile
Windowsファイアウォールの設定確認

C:\Windows\system32\> netsh advfirewall firewall add rule name="Remote Desktop" profile=private dir=in action=allow proocol=TCP localport=3389
リモートディスクトップのポートTCP 3389を許可するルールを追加

上記は技術的向上を目的とし、管理内ネットワーク上のPCもしくは
テスト用仮想環境での行ってください。悪用厳禁です。


過去記事

--PsExecによるOSコマンドの実行

--Sysinternalsツール

ブログランキング にほんブログ村 IT技術ブログへ


川島塾ゴールド会員 

|

« PsExecによるOSコマンドの実行 | Main | ちょコム送金 »

Windows」カテゴリの記事

セキュリティ」カテゴリの記事

Comments

Post a comment



(Not displayed with comment.)




TrackBack

TrackBack URL for this entry:
http://app.cocolog-nifty.com/t/trackback/68055/52147458

Listed below are links to weblogs that reference PsExec リモートデスクトップコントロール Win7:

« PsExecによるOSコマンドの実行 | Main | ちょコム送金 »