memo.xight.org

Home > Changelogメモ > Windows > 4ページ目 (全15ページ)
ChangeLog 最新ページ / カテゴリ最新ページ / 前ページ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 次ページ / 4ページ目 (全15ページ)
2008-09 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30

2006-01-24 Tue

Internet Explorer の印刷の余白のデフォルト値

- Summary
上下左右とも19.05mm

- Reference
Microsoft - サポートオンライン - 印刷プレビューが空白で、Internet Explorer からページを印刷できない
http://support.microsoft.com/default.aspx?scid=kb;ja;312446
はてな - このサイトを開いて印刷プレビューを見たとき1枚に収まるか教えてください
http://www.hatena.ne.jp/1119554756

2006-01-19 Thu

Active Ports - ポートを使用しているアプリケーションを表示

- Reference
SmartLine - Freeware
http://www.protect-me.com/freeware.html

- via
cl.pocari.org - ポートを使用しているアプリケーションを表示する Active Ports
http://cl.pocari.org/2006-01-11-8.html/

カテゴリ: [Windows][Software][Stub]

2006-01-08 Sun

音楽CDを挿入するとエラーが発生する

- Summary
音楽CDを挿入するとエラーが発生する.
「指定されたデバイス、パスまたはファイルへのアクセスが拒否されました。」

- 原因
Windows Media Player と音楽CDが関連付けされていない.

- 解決方法
Windows Media Playerを起動し,
[ツール] - [オプション] - [ファイルの種類]タブ を選択し,
[音楽CDの再生]にチェックを入れる.

- Reference
何でも調査報告書FAQ
http://www.kawachi.zaq.ne.jp/dpafj200/faq.html

2005-11-21 Mon

Internet Explorer で CSSに指定された背景を印刷する

- 方法
[ツール] - [インターネット オプション] - [詳細設定]タブ
[印刷] - [背景の色とイメージを印刷する]チェックボックスにチェック
- ポイント
デフォルトではオフ

2005-11-21 Mon

Windows Media ファイルで Firewall 越え

- Summary
通常はUDP/IPでストリームする.
TCP/IP Port1755だけでストリーミング可能.
「既知」以外のポートを閉じているクライアントに対しては HTTPでPort80でストリーム可能.

- サーバーからファイアウォールの背後にあるクライアントへ
ファイアウォールの背後にあるWindows Media Playerから,ファイアウォールの外にあるコンテンツへアクセスする場合
・UDPによるASFのストリーミング

Out TCP Port 1755
Out UDP Port 1755
In UDC Port 1024 - 5000 (必要なポート数だけ開く)

・TCPによるASFのストリーミング
In/Out TCP Port 1755

・HTTPによるASFのストリーミング
In/Out TCP Port 80

- ファイアウォールの背後にあるサーバーからクライアントへ
ファイアウォールの外にあるWindows Media Playerから,ファイアウォールの背後にあるWindows Mediaサーバー上のコンテンツへアクセスする場合
・UDPによるASFのストリーミング
In TCP Port 1755
In UDP Port 1755
Out UDC Port 1024 - 5000 (必要なポート数だけ開く)

・TCPによるASFのストリーミング
In/Out TCP Port 1755

・HTTPによるASFのストリーミング
In/Out TCP Port 80

- エンコーダからファイアウォールの背後にあるサーバーへ/サーバーからファイアウォールを越えてサーバーへ
Protocol MSBD
In/Out TCP Port 7007 (他のフリーポートを選択可能)

- Reference
Windows Media 9 シリーズ - ファイアウォール情報
http://www.microsoft.com/japan/windows/windowsmedia/serve/firewall.aspx

カテゴリ: [Windows][Network]

2005-11-21 Mon

Windowsのコマンドプロンプトから文字コードを指定してtelnet

-

Microsoft Telnet クライアントへようこそ

エスケープ文字は 'CTRL+]' です

Microsoft Telnet> set codeset japanese euc
Microsoft Telnet> open example.com

- Reference
blogSetomits - 2005-05-12 - WindowsのコマンドプロンプトでEUCを表示する
http://matatabi.homeip.net/blog/setomits/284

カテゴリ: [Windows]

2005-11-18 Fri

Windows XP チューニング

- Reference
【コラム】Windows XPスマートチューニング 第146回 Windows XPや各アプリケーションの履歴をクリアする (MYCOM PC WEB)
http://pcweb.mycom.co.jp/column/winxp/146/

カテゴリ: [Windows][Stub]

2005-11-09 Wed

CD-ROMの自動再生を無効に

- 方法1 : グループポリシーエディタを利用する
gpedit.mscを起動
1. [コンピュータの構成]-[管理用テンプレート]-[システム]を選択.
2. [自動再生機能をオフにする]をダブルクリック.
3. [設定]タブの[有効]ラジオボタンを選択.
4. [自動再生機能をオフにする]プルダウンメニューから「すべてのドライブ」を選択.
5. [OK]ボタンをクリック.

- 方法2 : レジストリを操作する
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer

Data type Range Default value
REG_DWORD 0x0-0x3FFFFFF (bitmapped value) 0x0

- 補足
止めたいドライブのビットを立てる.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoDriveAutoRun"=dword:ffffffff
; bit0    DRIVE_A
; bit1    DRIVE_B
;  :      :
; bit25   DRIVE_Z



- Reference
@IT - Windows TIPS - リムーバブル・ストレージの自動再生機能を制御する方法 (Windows XPの場合) (1)
http://www.atmarkit.co.jp/fwin2k/win2ktips/183autoruncd_xp/autoruncd_xp.html
@IT - Windows TIPS - CD-ROMドライブの自動実行機能を有効/無効にする方法 (Windows 2000の場合)
http://www.atmarkit.co.jp/fwin2k/win2ktips/045autoruncd/autoruncd.html
Microsoft - NoDriveAutoRun
http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/regentry/93506.asp?frame=true
MSDN - Enabling and Disabling AutoRun (Windows Explorer and Controls)
http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/autorun/autoplay_reg.asp?frame=true
- via
スラッシュドット ジャパン | SONY BMGのrootkit問題対策パッチに新たな問題
http://slashdot.jp/security/article.pl?sid=05/11/07/2148244

カテゴリ: [Windows]

2005-09-14 Wed

Windows XP SP2 で毎回名称の異なるファイル

- Summary
犬のアイコン
ウィルスバスターCorp6.5に付属する (ウィルス対策ソフトを削除する)
ウィルスの動作を抑えるためのプログラムと判明しました
- Reference
@IT - @IT会議室 > Windows Server Insider 会議室 > WindowsXP SP2で毎回名称の異なるファイル
http://www.atmarkit.co.jp/bbs/phpBB/viewtopic.php?topic=17050&forum=6&1

カテゴリ: [Windows]

2005-07-21 Thu

既知の MIME タイプに対し "ファイルのダウンロード" ダイアログ ボックスを開く

- Summary

Content-disposition: attachment; filename=filename.ext


- Reference
  Microsoft - サポートオンライン - [HOWTO] 既知の MIME タイプに対し [ファイルのダウンロード] ダイアログ ボックスを開く
  http://support.microsoft.com/default.aspx?scid=kb;JA;260519
- via
  Landscape - 2005-05-24 - IE 内で pdf や Excel を開かせない方法
  http://sonic64.com/2004-05-24.html#2004-05-24-1

  cl.pocari.org - 2005-07-19 - IE 内で pdf や Excel を開かせない方法
  http://cl.pocari.org/2005-07-19-10.html

2005-07-19 Tue

セキュリティー検査ツール Microsoft Baseline Security Analyzer (MBSA) 2.0

- Reference
Microsoft TechNet - Microsoft Baseline Security Analyzer (MBSA)
http://www.microsoft.com/japan/technet/security/tools/mbsahome.mspx
- via
Slashdot Japan - 2005-07-09 - セキュリティー検査ツールMBSA 2.0がリリース
http://slashdot.jp/security/05/07/09/0147239.shtml

カテゴリ: [Windows][Secutiry]

2005-07-18 Mon

Windows Updateで エラー番号 0x800700C1 が発生

- 問題点
  Windows Updateで以下のメッセージが出てUpdateが失敗

[エラー番号: 0x800700C1]
Web サイトに問題が発生したため、このページを表示できません。


- 解決方法 1
  %systemroot%\system32\msxml3.dll
  %systemroot%\system32\msxml3r.dll
  をリネームする.
  %systemroot%\system32\msxml3.dll
  %systemroot%\system32\msxml3r.dll
  が再生成される.

- 解決方法 2
  Microsoft XML Parser (MSXML) 3.0 Service Pack 5 (SP5)を再インストール.
  
- 補足
  リネーム後の再起動の必要は無し.
  リネーム後,Windows Update を再実行すればOK.
  
- Referecen
  Microsoft - サポートオンライン - Windows Update や Microsoft Update サイトにアクセスすると 0x800700C1 エラーが表示される
  http://support.microsoft.com/default.aspx?scid=kb;ja;904392
  Microsoft - ダウンロードセンター - Microsoft XML Parser (MSXML) 3.0 Service Pack 5 (SP5)
  http://www.microsoft.com/downloads/details.aspx?FamilyID=4a3ad088-a893-4f0b-a932-5e024e74519f&DisplayLang=ja
  HotFix Report BBS - Windows 2000 SP4 ロールアップ 1不具合情報
  http://bbs.hotfix.jp/ShowPost.aspx?PostID=3358
- via
  Landscape - 2005-07-15
  http://sonic64.com/2005-07-15.html#2005-07-15-1

2005-06-22 Wed

コマンドプロンプトでファイルを連結

- ファイル連結

copy "file1.xxx"+"file2.xxx"+"file3.xxx"...

- バイナリの場合は /B オプション

copy foo_1.sep+foo_2.sep+foo_3.sep foo.exe /B

- Reference
  http://www.ecoop.net/coop/tips/elsetips.html

カテゴリ: [Windows][Stub]

2005-05-15 Sun

検索コンパニオンを表示しないようにする

- Summary
  \\HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\CabinetState

文字列の値 "Use Search Asst"
値のデータ no
- Reference
  デジタルARENA - 2005-04-25
  http://arena.nikkeibp.co.jp/tec/winxp/20050425/112077/
- via
  cl.pocari.org - 2005-05-10
  http://cl.pocari.org/2005-05-10-3.html

カテゴリ: [Windows]

2005-05-07 Sat

SRCpy for WIN32

- Summary
  共有違反でコピー,削除できない共有DLL等のファイルを
  コピー,削除可能にするツール
- Reference
  SRCpy for WIN32
  http://hp.vector.co.jp/authors/VA005888/srcpy223.html
- via
  hail2u - 2005-05-05 - デスクトップのプロセスを別にする
  http://hail2u.net/blog/software/desktop_in_a_separate_process.html

カテゴリ: [Software][Windows]

2005-05-07 Sat

デスクトップのプロセスを別にする

- Summary
  \\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\
  DesktopProcess というDWORD値を作成し,1を設定.
- Reference
  hail2u - 2005-05-05 - デスクトップのプロセスを別にする
  http://hail2u.net/blog/software/desktop_in_a_separate_process.html
- via
  読書記録ChangeLog - 2005-05-06
  http://dkiroku.com/2005-05-06-2.html

カテゴリ: [Windows]
2008-09 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
最終更新時間: 2008-09-05 14:14

Color Reference

ChangeLogを検索
携帯電話からアクセス!

カテゴリ

最近の話題

リンク

過去ログ

Google

QR Code

Since
2002-11-28
Update
2008-09-05 14:14
Copyright © 2005 xight.org All Rights Reserved.