Set Multiple home pages for IE 7 from the command lineコマンドラインからIE 7の複数のホームページを設定
After creatingを作成した後 the IE 7 Tweaking toolは、 IE 7の調整ツール we seem to get loads of questions about IE 7.我々はIE 7についての質問の負荷になるようだ。 One of the latest was about setting multiple home pages in IE 7 from the command line. 1つの最新されたコマンドラインからIE 7に複数のホームページを設定する方法について。 Hmm.うーん... Before someone asked I never had thought about it.前にそれについて考えていたことはないと私は尋ねた。
If you look into the settings of IE 7, you can easily add more than one home page. IE 7の場合の設定を見ると、 2つ以上のホームページを簡単に追加できます。 One URL for each line.各ラインの1つのURLです。 When you open IE, these will all be launched in their own tab. IEを起動したときに、これらのすべてには、タブに発売されます。

I added some websites, and then I dug into the registry to see what was changed.私は、何を私には、レジストリに変更されたいくつかのウェブサイトを参照してくださいを掘っている。 Here is a snapshot:ここでは、スナップショットです:

That there are actually two parts to the home page setting.が、実際にはホームページを設定することには2つの部分があります。 They are both under HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main 2人ともHKEY_CURRENT_USERの下にある\ソフトウェア\マイクロソフト\ Internet Explorerの\メイン
The first website to be displayed is stored under the string value named:最初のWebサイトの文字列値の名前の下に格納されて表示されるように:
Start Page スタートページ
The rest of the websites displayed are stored in a string array value named:は、 Webサイトの残りの文字列を配列に格納されて表示される値の名前:
Secondary Start Pages 二次スタートページ
The first string is very easy to script and change.最初の文字列を変更するスクリプトとは非常に簡単です。
The second is not as simple. 2番目のように単純ではない。 This is because it is an array of strings separated by NULL characters, and terminated with two NULL characters.ははNULL文字で区切られた文字列の配列されるためであり、 2つのNULL文字で終了。
There are a few ways to do this.これにはいくつかの方法があります。 One way would be to update one machine with all of your desired settings…and create an exported reg key.すべてのご希望の設定を...と、エクスポートregのキーを作成すると1台のマシンを更新する1つの方法。 You could then use regedit in silent mode to import the settings on other machines.次に、サイレントモードで他のマシンの設定をインポートするにregeditを使用する可能性がある。
This has its downfalls - if not done right you could accidentally pull in other values you don’t want thrown around to every machine.これはdownfallsしている-場合に権利を誤って周りがスローするすべてのマシンにしたくない他の値になる可能性があることではありません。
Another way would be to use VB Script. VBのスクリプトを使用するようになるもう1つの方法。 I wanted something cleaner, and an excuse to start using our new internal API for writing cross-compilable software (64 and 32 bit).何かクリーナー、言い訳を書く-クロスコンパイルソフトウェア( 64および32ビットのために我々の新しい内部APIを使用して起動する)したかった。 I came up with this little command line program named IESetHomeTabs.exe私はこの小さなコマンドラインプログラムIESetHomeTabs.exeという名前を思いついた
Here is how you call it from the command line:ここにどのようにコマンドラインからの呼び出しです:
C:>IESetHomeTabs.exe “[URL1]” “[URL2]” “[URL3]” はC : > IESetHomeTabs.exe " [ URL1 ] " " [ URL2 ] " " [ URL3 ] "
So if I wanted http://www.intelliadmin.com, http://www.slashdot.org, and http://www.technet.com as my 3 tabs I could call it like this:ですから私は、 http://www.slashdot.org 、 http://www.intelliadmin.comしたかったと私の3のタブとしてhttp://www.technet.com私はこのように求める可能性がある:
C:>IESetHomeTabs.exe “http://www.intelliadmin.com” “http://www.slashdot.org” “http://www.technet.com” はC : > IESetHomeTabs.exe " http://www.intelliadmin.com " " " " http://www.technet.com http://www.slashdot.org "
Here are the links for downloading:ここにダウンロードするためのリンクです:
i386 VersionのI386版
AMD 64 Bit Version AMDの64ビット版
We have been looking for a place to order an IA64 machine without seeing the $CALL.我々は、 $呼出しが表示せずにはIA64マシン注文する場所を探している。 I suspect there is a commissioned based sales person on the other side.私はそこには、他の側に販売委託している疑いがある人ベース。 If anyone knows of a HP or Dell IA64 machine that can be easily ordered…please let me know, and we will then be able to provide an IA64 version of the utility too.もし誰でも知っているのHPやDellのマシンのIA64へは簡単に注文することができます...お知らせください、私たちのIA64しても、ユーティリティのバージョンを提供することができます。
Popularity: 1%人気: 1 %
Written by Steve Wiseman. スティーブワイズマンが記されている。 Read more great feeds at is source フィードを読んでさらにお得なソースです WEBSITE WEBサイト
no comments コメントはありません . 。
Read more articles on の詳細記事を読む software ソフトウェア . 。
- [+] Digg [ + ]ディグ : Feature this article :この記事は特集
- [+] Del.icio.us [ + ] Del.icio.us : Bookmark this article :この記事をブックマーク
- [+] Furl [ + ]畳む : Bookmark this article :この記事をブックマーク















