国产探花免费观看_亚洲丰满少妇自慰呻吟_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文件:


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 东港市| 辉县市| 尉犁县| 新龙县| 射阳县| 洞口县| 平远县| 兰西县| 河池市| 昌都县| 和平区| 阜新市| 瓦房店市| 铅山县| 肥西县| 乐安县| 土默特右旗| 筠连县| 宿迁市| 南华县| 池州市| 专栏| 涿鹿县| 绍兴市| 神农架林区| 宾阳县| 聂拉木县| 吉水县| 雅江县| 大埔县| 揭西县| 化州市| 山东省| 德州市| 沁阳市| 宣汉县| 从化市| 天气| 乐都县| 中阳县| 横峰县|