由於換了新電腦,作業系統也由w7變成了w10。在用mysql的時候,發現原本shift+右鍵開啟的cmd變成了power shell,這個我實在用不慣,而且也比cmd佔記憶體,所以就網上搜了更改的方法,經過試驗也成功了。
先建立乙個txt記事本,裡面輸入:
windows registry editor version 5.00
[hkey_classes_root\directory\shell\opencmdhere]
@="在此處開啟命令提示符"
"icon"="cmd.exe"
[hkey_classes_root\directory\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
[hkey_classes_root\directory\background\shell\opencmdhere]
@="在此處開啟命令視窗"
"icon"="cmd.exe"
[hkey_classes_root\directory\background\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
[hkey_classes_root\drive\shell\opencmdhere]
@="在此處開啟命令視窗"
"icon"="cmd.exe"
[hkey_classes_root\drive\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
[hkey_classes_root\libraryfolder\background\shell\opencmdhere]
@="在此處開啟命令視窗"
"icon"="cmd.exe"
[hkey_classes_root\libraryfolder\background\shell\opencmdhere\command]
@="powershell -windowstyle hidden -command \"start-process cmd.exe -argumentlist '/s,/k, pushd,%v' -verb runas\""
最後儲存為opencmdhere.reg 格式,如圖:
點開出現提示就可以了,這種是更改註冊列表的內容來改變右鍵的選單選項
windows10下wordcloud模組成功安裝
最初想學學wordcloud模組是有一次看到了一篇部落格講解裡面貼上出來的一張特別漂亮的詞云,覺得這樣的視覺化形式特別的漂亮同時也很直觀,因此就一直想找時間好好學學,可是一直忙著畢業 實驗的事情也沒來得及弄這個事情,今天是五一勞動節的最後一天,下午天開始下雨了,難得想放鬆一下,打完球回來就想動手做一...
Windows10下的MiniConda安裝教程
請先看置頂博文 本博開啟方式!請詳讀!請詳讀!請詳讀!cat csdn部落格 目錄 一 conda是什麼?二 anaconda和miniconda的區別是什麼?三 如何安裝miniconda?四 miniconda安裝成功檢驗及常規命令 conda是乙個開源的軟體包管理系統和環境管理系統,用於安裝多...
windows10平台下使用opencv識別舌苔
總之,非常的感謝這篇部落格給我的幫助,然後,因為我比較常用c 來寫 而這篇部落格裡面最後檢測分類器效果時用到的卻是python語句,所以,我將識別的 改寫成c 並且結合了我自己的需求更新了些功能。這是通過訓練生成出來的檔案,總花時14小時多 識別舌苔 舌頭 include include inclu...