Archives

All posts for the month 10 月, 2022

來源出處:https://sofun.tw/windows-10-app-delete/

可參考下列指令刪除特定 Apps,或是輸入以下指令全數刪除。

「Get-AppxPackage -AllUsers | Remove-AppxPackage」可將預設應用程式都移除。

各個應用程式 Apps 刪除指令,如下:

OneNote:Get-AppxPackage *OneNote* | Remove-AppxPackage

3D打印:Get-AppxPackage *3d* | Remove-AppxPackage

Camera 相機:Get-AppxPackage *camera* | Remove-AppxPackage

郵件和日曆:Get-AppxPackage *communi* | Remove-AppxPackage

新聞訂閱:Get-AppxPackage *bing* | Remove-AppxPackage

Groove 音樂、電影與電視:Get-AppxPackage *zune* | Remove-AppxPackage

錄音機:Get-AppxPackage *soundrec* | Remove-AppxPackage

連絡人:Get-AppxPackage *people* | Remove-AppxPackage

Phone Companion:Get-AppxPackage *phone* | Remove-AppxPackage

相片:Get-AppxPackage *photo* | Remove-AppxPackage

紙牌遊戲:Get-AppxPackage *solit* | Remove-AppxPackage

Xbox:Get-AppxPackage *xbox* | Remove-AppxPackage

或是下載軟體

http://www.thewindowsclub.com/10appsmanager-windows-10

請工程師開發 Oralce 的 store procedure, 遇到存取檔案一直出現錯誤:

29283. 00000 -  "invalid file operation%s" 
*Cause:    An attempt was made to read from a file or directory that does 
           not exist, or file or directory access was denied by the 
           operating system. 
*Action:   Verify file and directory access privileges on the file system, 
           and if reading, verify that the file exists.

進入 Linux 查一下寫入的路徑權限,發現權限已經開到777了,還是不行,看了 Owner / Group 都是 nobody, 把他調成 Oracle 就搞定,結案!