- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Installmemo/Windows へ行く。
- 1 (2007-06-21 (木) 15:38:28)
- 2 (2007-06-21 (木) 15:39:52)
- 3 (2009-12-13 (日) 09:41:31)
- 4 (2010-03-29 (月) 10:11:06)
- 5 (2010-04-02 (金) 21:28:31)
- 6 (2010-04-03 (土) 12:31:53)
- 7 (2010-04-03 (土) 23:15:06)
- 8 (2010-05-25 (火) 12:33:48)
- 9 (2010-11-19 (金) 11:25:41)
- 10 (2011-01-05 (水) 15:06:11)
- 11 (2011-01-24 (月) 15:49:03)
- 12 (2012-06-29 (金) 11:49:47)
- 13 (2012-06-29 (金) 15:05:35)
- 14 (2014-11-04 (火) 17:14:28)
- 15 (2015-05-13 (水) 14:25:41)
- 16 (2015-05-15 (金) 16:57:27)
- 17 (2016-01-11 (月) 22:15:50)
- 18 (2017-02-15 (水) 20:38:48)
- 19 (2019-07-26 (金) 17:07:42)
メモリ管理 †
ページプールと非ページプール †
http://technet.microsoft.com/ja-jp/windows/ee424287
http://blogs.technet.com/b/askcorejp/archive/2009/05/29/3247576.aspx
Process Explorer
http://technet.microsoft.com/ja-jp/sysinternals/bb896653.aspx
チューニング
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management
- PoolUsageMaximum?
- PagedPoolSize?
- Free System PTE エントリ
http://support.microsoft.com/kb/312362/ja
Windowsが起動不能に陥った場合の復旧手法 †
Windowsメディアから回復コンソールで起動します。
C:\WINDOWS> CD .. C:\> ATTRIB -H C:BOOT.INI C:\> ATTRIB -R C:BOOT.INI C:\> ATTRIB -S C:BOOT.INI C:\> DEL BOOT.INI C:\> BOOTCFG /REBUILD Scaning all disk for Windows installations. Please wait, since this may take a while... The Windows installation scan was successful. Notes: The results are stored statically for this session. If the disk configuration change during this session, in order to get an update scan, you must first reboot the machine and then rescan the disks. Totak indentified Windows installs:1
C:\> CHKDSK /R /F C:\> FIXBOOT
ツール&Tips †
ファイルをコピーする †
- Robocopy
"C:\Program Files\Windows Resource Kits\Tools\robocopy.exe" /mir \ \\remote_computer\Foldar "C:\Destination_Foldar"
hash値を取得する †
http://support.microsoft.com/default.aspx?scid=kb;en-us;841290
http://www.atmarkit.co.jp/fwin2k/win2ktips/597fciv/fciv.html
C:\Users\users>fciv // // File Checksum Integrity Verifier version 2.05. // Usage: fciv.exe [Commands] <Options> Commands: ( Default -add ) -add <file | dir> : Compute hash and send to output (default screen). dir options: -r : recursive. -type : ex: -type *.exe. -exc file: list of directories that should not be computed. -wp : Without full path name. ( Default store full path) -bp : specify base path to remove from full path name -list : List entries in the database. -v : Verify hashes. : Option: -bp basepath. -? -h -help : Extended Help. Options: -md5 | -sha1 | -both : Specify hashtype, default md5. -xml db : Specify database format and name. To display the MD5 hash of a file, type fciv.exe filename
クライアント側のDNSキャッシュ †
- キャッシュ情報の表示
C:\>ipconfig /displaydns Windows IP Configuration blogs.itmedia.co.jp ---------------------------------------- Record Name . . . . . : blogs.itmedia.co.jp Record Type . . . . . : 1 Time To Live . . . . : 358 Data Length . . . . . : 4 Section . . . . . . . : Answer A (Host) Record . . . : 204.9.178.33
- キャッシュのクリア
C:\>ipconfig /flushdns Windows IP Configuration Successfully flushed the DNS Resolver Cache.
.NET Frameworkの削除方法 †
.NET FrameworkそのものやFixpackの削除が「使用しているプログラムが存在する」などの理由でuninstallできないケースがある。その場合は、.NET Framework Cleanup Toolを用いて削除することができる。
http://blogs.msdn.com/astebner/pages/8904493.aspx
Windowsの所有者情報 †
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion?
RegisteredOwner?
RegisteredOrganization?
コマンドプロンプトからネットワークの設定を行う †
startnet netsh interface ipv4 show interface
netsh interface ipv4 set address name="ローカル エリア接続" source=static address=192.168.0.100 mask=255.255.255.0 gateway=192.168.0.254
Proxy経由のWindowsUpdate? †
windows update errorcode: 80072EE2でWindowsUpdate?が失敗する場合、Proxyの設定が反映されていない事が考えられる。
- Proxy設定内容の確認
netsh winhttp show proxy
- IEに設定されているProxy情報を設定する
netsh winhttp import proxy source=ie
event log †
528 | ログオン成功(ログオン種別はイベントログ内に記載) |
529 | ログオン失敗 |
538 | ログオフ処理が完了 |
551 | ログオフ処理を開始 |
552 | |
680 |
http://technet.microsoft.com/ja-jp/library/cc787567%28WS.10%29.aspx
KMS †
Configuring KMS Clients
https://technet.microsoft.com/ja-jp/library/ff793406.aspx