国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Win7 > 正文

Win7右鍵”打開方式“中有兩個相同的記事本選項的原因和解決方法

2024-06-28 15:08:45
字體:
來源:轉載
供稿:網友

 Win7右鍵”打開方式“中有兩個相同的記事本選項的原因和解決方法 CUOxin.COM

  原因分析:

  因為在我們系統windows文件夾(C:Windows)和system32文件夾(C:WindowsSystem32)下面各有一個 notepad.exe程序,系統在注冊應用程序和文件關聯打開方式的時候,分別使用了它們,但是打開方式又要讀取這兩個地方,所以就出現兩個記事本了。

  解決方法:

  1、首先創建批處理,用來處理這個問題,把里面的代碼復制粘貼到文本文件,保存為后綴.bat的文件,執行就可以了。

  @echo off

  if exist “%systemroot%notepad.exe” set Npath=“%systemroot%notepad.exe %”1

  if not exist “%systemroot%notepad.exe” set Npath=“%systemroot%system32notepad.exe %”1

  reg add “HKCRtxtfileshellopencommand” /ve /d %Npath% /t REG_SZ /f

  reg add “HKCRapplicationsnotepad.exeshellopencommand” /ve /d %Npath% /t REG_SZ /f

  reg add “HKCRSystemFileAssociationstextshellopencommand” /ve /d %Npath% /t REG_SZ /f

  2、然后就可以解決右鍵選擇打開方式中出現兩個記事本選項了。

  命令簡單介紹:

  if exist “%systemroot%notepad.exe” set Npath=“%systemroot%notepad.exe %”1

  這句話是設置一個變量: Npath=“%systemroot%notepad.exe %”1,這個變量將寫入注冊表。

  %1 表示參數

  比如你想打開1.txt,就是用 命令:notepad 1.txt搞定。

  這個方法算是解決了txt后綴文件打開方式出現兩個文件夾的問題。

  總結:

  我們在設置txt后綴打開類型的時候,

  設置了HKEY_CLASSES_ROOTSystemFileAssociationstextshellopencommand=%systemroot%notepad.exe

  這就導致text類型直接映射到c:Windowsnotepad.exe

  這時候包括ini文件inf文件在內的所有PerceivedType=text的文件類型映射到了c:Windowsnotepad.exe。

  ini,inf文件的打開類型已經映射到了c:WindowsSystem32notepad.exe

  這時候就會右鍵打開---出現兩個記事本選項。。

  解決的根本之道就是,將HKEY_CLASSES_ROOTSystemFileAssociationstextshellopencommand=%systemroot%System32notepad.exe

  請使用命令:

  @echo off

  set Npath=“%systemroot%system32notepad.exe %”1

  reg add “HKCRtxtfileshellopencommand” /ve /d %Npath% /t REG_SZ /f

  reg add “HKCRApplicationsnotepad.exeshellopencommand” /ve /d %Npath% /t REG_SZ /f

  reg add “HKCRSystemFileAssociationstextshellopencommand” /ve /d %Npath% /t REG_SZ /f

  最后我們看看所謂的ini文件:


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 五指山市| 江达县| 千阳县| 黎川县| 黄冈市| 丘北县| 洛川县| 都江堰市| 巫山县| 达尔| 武义县| 南郑县| 介休市| 京山县| 阿克陶县| 东兰县| 临泽县| 东乌珠穆沁旗| 广平县| 乌拉特后旗| 丹凤县| 淮阳县| 渑池县| 林口县| 麻江县| 调兵山市| 宜君县| 肃南| 满城县| 宁武县| 阿巴嘎旗| 崇左市| 乐陵市| 新乡市| 威海市| 皮山县| 普兰县| 黄浦区| 星子县| 贺兰县| 镶黄旗|