YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* 特定のアプリのジャンプリストをリセットする [#e8463aac]
** 1. アプリのApplication IDを調べる [#a2277c1a]
- NirSoftのJumpListViewをダウンロードして、展開、実行する。
-- http://www.nirsoft.net/utils/jump_lists_view.html
- Filenameが目的のアプリの項目を探して、右クリックしてPro...
-- 今回は、putty.exe とする。
- Application IDの項目を確認して、メモを取る。
-- 今回は、1e9c8a0aaad0d103 とする。
** 2. AutomaticDestinationsとCustomDestinationsのパスを調...
- 以下のそれぞれのコマンドについて、Win+Rキーを押して、コ...
-- shell:Recent\AutomaticDestinations
-- shell:Recent\CustomDestinations
- エクスプローラーが開くので、ロケーションバーのファイル...
-- 今回は、C:\Users\test01\AppData\Roaming\Microsoft\Wind...
-- C:\Users\test01\AppData\Roaming\Microsoft\Windows\Rece...
** 3. エントリーの削除 [#b982124c]
- PowerShellを管理者権限で起動する。
- 上で調べたパスに移動する。
- ファイル名がアプリケーションIDで始まるファイルを強制削...
cd C:\Users\test01\AppData\Roaming\Microsoft\Windows\Rec...
del -Force 1e9c8a0aaad0d103*
cd C:\Users\test01\AppData\Roaming\Microsoft\Windows\Rec...
del -Force 1e9c8a0aaad0d103*
** 補足:アプリが補助情報を持ってる場合 [#v32156a5]
- アプリが補助情報を持っている場合がある。今回はPuTTYとす...
- レジストリエディタを起動する。
- PuTTYのレジストリ情報ストアまで移動する。
- 以下のキーの中のデータを削除する。
- HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\Jumplist
** 参考 [#je114606]
- http://www.eightforums.com/tutorials/9611-jump-lists-re...
- http://news.mynavi.jp/articles/2010/05/23/w7/001.html
終了行:
* 特定のアプリのジャンプリストをリセットする [#e8463aac]
** 1. アプリのApplication IDを調べる [#a2277c1a]
- NirSoftのJumpListViewをダウンロードして、展開、実行する。
-- http://www.nirsoft.net/utils/jump_lists_view.html
- Filenameが目的のアプリの項目を探して、右クリックしてPro...
-- 今回は、putty.exe とする。
- Application IDの項目を確認して、メモを取る。
-- 今回は、1e9c8a0aaad0d103 とする。
** 2. AutomaticDestinationsとCustomDestinationsのパスを調...
- 以下のそれぞれのコマンドについて、Win+Rキーを押して、コ...
-- shell:Recent\AutomaticDestinations
-- shell:Recent\CustomDestinations
- エクスプローラーが開くので、ロケーションバーのファイル...
-- 今回は、C:\Users\test01\AppData\Roaming\Microsoft\Wind...
-- C:\Users\test01\AppData\Roaming\Microsoft\Windows\Rece...
** 3. エントリーの削除 [#b982124c]
- PowerShellを管理者権限で起動する。
- 上で調べたパスに移動する。
- ファイル名がアプリケーションIDで始まるファイルを強制削...
cd C:\Users\test01\AppData\Roaming\Microsoft\Windows\Rec...
del -Force 1e9c8a0aaad0d103*
cd C:\Users\test01\AppData\Roaming\Microsoft\Windows\Rec...
del -Force 1e9c8a0aaad0d103*
** 補足:アプリが補助情報を持ってる場合 [#v32156a5]
- アプリが補助情報を持っている場合がある。今回はPuTTYとす...
- レジストリエディタを起動する。
- PuTTYのレジストリ情報ストアまで移動する。
- 以下のキーの中のデータを削除する。
- HKEY_CURRENT_USER\SOFTWARE\SimonTatham\PuTTY\Jumplist
** 参考 [#je114606]
- http://www.eightforums.com/tutorials/9611-jump-lists-re...
- http://news.mynavi.jp/articles/2010/05/23/w7/001.html
ページ名: