作者 |
主題 分頁:[ 1 2 3 4 5 6 7 8 9 ] |
dc
管理員

性別:男
來自:瓦肯星
發表總數:10642
註冊時間:2002-05-07 16:32 |
(第 81 篇)
Windows Update 更新後跳出 Speech Runtime Executable 連線網路不知道是什麼?
speechruntime.exe
c:\windows\system32\speech_onecore\common\speechruntime.exe
Microsoft Windows

確定是 Microsoft Windows 的核心元件沒有辦法關閉。但是可以透過關閉語音功能也就是麥克風來降低使用率。
點左下角 Windows -> 設定 -> 系統 -> 音效 -> 相關設定 -> 麥克風隱私權設定

允許應用程式存取您的麥克風 -> 關閉
存取此裝置的麥克風 -> 變更 -> 關閉

語音啟動 這邊都關閉

可以參考
https://www.reddit.com/r/HPReverb/comments/l0bgih/mixedreality_always_opens_speechruntimeexe_which/
Your mind to my mind,
your thought to my thought |
發表時間:2021-04-09 13:57 |
|
dc
管理員

性別:男
來自:瓦肯星
發表總數:10642
註冊時間:2002-05-07 16:32 |
(第 82 篇)
npm install
時出現下列錯誤該如何處理?
npm ERR! Linux 4.15.0-156-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v8.10.0
npm ERR! npm v3.5.2
npm ERR! code EMISSINGARG
npm ERR! typeerror Error: Missing required argument #1
npm ERR! typeerror at andLogAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:31:3)
npm ERR! typeerror at fetchPackageMetadata (/usr/share/npm/lib/fetch-package-metadata.js:51:22)
npm ERR! typeerror at resolveWithNewModule (/usr/share/npm/lib/install/deps.js:456:12)
npm ERR! typeerror at /usr/share/npm/lib/install/deps.js:457:7
npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror at /usr/share/npm/lib/fetch-package-metadata.js:37:12
npm ERR! typeerror at addRequestedAndFinish (/usr/share/npm/lib/fetch-package-metadata.js:82:5)
npm ERR! typeerror at returnAndAddMetadata (/usr/share/npm/lib/fetch-package-metadata.js:117:7)
npm ERR! typeerror at pickVersionFromRegistryDocument (/usr/share/npm/lib/fetch-package-metadata.js:134:20)
npm ERR! typeerror at /usr/share/npm/node_modules/iferr/index.js:13:50
npm ERR! typeerror This is an error with npm itself. Please report this error at:
npm ERR! typeerror <http://github.com/npm/npm/issues>
這個問題是Bash緩存了npm命令的路徑引起的,可以通過hash -d npm解決。
我是在 ubuntu-18-04 上遇到這個問題,npm 系統帶的版本是 3.5.2 路徑是 /usr/bin/npm
我們安裝的版本是 8.1.3 路徑是 /usr/local/bin/npm
但是用 npm install 呼叫的還是 3.5.2 版本,我們執行
hash -d npm
修改路徑,用 npm -v 檢查一下確認改為 8.1.3 版本囉~
再來執行 npm install 就不會報錯了~
底下是驗證~
# apt-get install npm
Reading package lists... Done
Building dependency tree
Reading state information... Done
npm is already the newest version (3.5.2-0ubuntu4).
0 upgraded, 0 newly installed, 0 to remove and 73 not upgraded.
# npm -v
3.5.2
# command -v npm
/usr/bin/npm
# npm install -g npm
▐ ╢░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░╟
WARN engine npm@8.1.3: wanted: {"node":"^12.13.0 || ^14.15.0 || >=16"} (current: {"node":"8.10.0","npm":"3.5.2"})
/usr/local/bin/npm -> /usr/local/lib/node_modules/npm/bin/npm-cli.js
/usr/local/bin/npx -> /usr/local/lib/node_modules/npm/bin/npx-cli.js
/usr/local/lib
└── npm@8.1.3
# /usr/local/bin/npm -v
8.1.3
# npm -v
3.5.2
# command -v npm
/usr/bin/npm
# type npm
npm is hashed (/usr/bin/npm)
# hash -d npm
# npm -v
8.1.3
# command -v npm
/usr/local/bin/npm
# npm install
解答的來源是 ask ubuntu
https://askubuntu.com/questions/1036278/npm-is-incorrect-version-on-latest-ubuntu-18-04-installation
Your mind to my mind,
your thought to my thought |
發表時間:2021-11-18 15:13 |
|
dc
管理員

性別:男
來自:瓦肯星
發表總數:10642
註冊時間:2002-05-07 16:32 |
(第 83 篇)
最近更新了 Mac OS 上的 Microsoft Remote Desktop 的版本之後,遠端連線有些符號都打不出來了~例如常用的 @ 該如何處理?
開啟 Microsoft Remote Desktop -> Connections -> Keyboard Mode ->
由 Scancode 改為 Unicode 之後重新連結遠端伺服器就能打出常用的符號例如 @ 了

本帖由dc最後編輯於2021-12-07 00:40
Your mind to my mind,
your thought to my thought |
發表時間:2021-12-07 00:37 |
|
dc
管理員

性別:男
來自:瓦肯星
發表總數:10642
註冊時間:2002-05-07 16:32 |
(第 84 篇)
我的電腦有記住 WiFi 的密碼,但是我自己忘記密碼了怎麼找回來?
在無線網卡有啟動的狀態下
CMD
開啟命令提示字元視窗
輸入
netsh wlan show profiles
會列出所有連結過的 WiFi 設定檔名稱例如下
所有使用者設定檔:A 12 34
所有使用者設定檔:BB
我們如果要看 WiFi BB 的密碼請
輸入
netsh wlan show profiles name="BB" key=clear
在 安全性設定
----------------------
金鑰內容 會以純文字顯示金鑰 WiFi 的密碼
netsh wlan show profiles help
使用方式: show profiles [[name=]<string>] [interface=<string>] [key=<string>]
參數:
標記 值
name - 要顯示的設定檔名稱。
interface - 設定此設定檔的介面名稱。
key - 以純文字顯示金鑰,設定 key=clear
備註:
顯示設定檔資料或列出系統上的設定檔。
name 及 interface 參數都可以省略。
如果給定設定檔名稱,將會顯示設定檔的內容。
否則將只會列出設定檔名稱和描述。
如果給定介面名稱,將只會列出給定介面上的
指定設定檔。否則將列出系統上具有給定名稱的所有設定檔。
如果將 key 設定為 "clear",而且呼叫者是本機系統管理員,
將會以純文字顯示金鑰。
群組原則設定檔是唯讀的。使用者設定檔是可讀寫的,並且
其喜好設定可以變更。
範例:
show profiles name="profile 1" interface="Wireless Network Connection"
show profiles name="profile 2"
show profiles name="profile 3" key=clear
show profiles
Your mind to my mind,
your thought to my thought |
發表時間:2022-08-12 12:03 |
|
所有時間均為GMT+8, 現在是2023-12-05 03:17 分頁:[ 1 2 3 4 5 6 7 8 9 ] |