如何在Windows 10上跳過回收站以刪除文件

Recycle Bin on a Windows 10 desktop

Windows 10 normally sends files you delete to the Recycle Bin. They’ll be kept until you empty it—or, in some cases, until Windows 10 automatically empties your Recycle Bin. Here’s how to skip the Recycle Bin and delete files immediately.

Windows 10通常會將您刪除的文件發送到回收站。 它們將一直保留到您將其清空為止,或者在某些情況下,直到Windows 10自動清空回收站。 以下是跳過回收站并立即刪除文件的方法。

This doesn’t necessarily “permanently delete” files. Your deleted files may still be recoverable, especially if you’re using a mechanical hard drive and not a solid-state drive. We recommend using encryption to protect all your files—with full-disk encryption, people can’t recover your deleted files without also bypassing the encryption

這不一定“永久刪除”文件。 您刪除的文件仍然可以恢復,特別是如果您使用的是機械硬盤驅動器而不是固態驅動器。 我們建議使用加密來保護您的所有文件-使用全盤加密,如果不繞過加密,人們將無法恢復已刪除的文件

如何立即刪除一個或多個文件(How to Delete One or More Files Immediately)

To delete a file, folder, or multiple files and folders immediately, select them in File Explorer and press Shift+Delete on your keyboard.

要立即刪除一個文件,文件夾或多個文件和文件夾,請在文件資源管理器中選擇它們,然后按鍵盤上的Shift + Delete鍵。

You can also right-click the files, press and hold the Shift key, and click the “Delete” option in the context menu.

您也可以右鍵單擊文件,按住Shift鍵,然后單擊上下文菜單中的“刪除”選項。

Deleting a file in File Explorer.

Windows will ask you if you want to permanently delete the file. Click “Yes” or press Enter to confirm.

Windows會詢問您是否要永久刪除該文件。 單擊“是”或按Enter確認。

You won’t be able to recover files from the Recycle Bin if you delete them in this way.

如果您以這種方式刪除文件,則將無法從回收站中恢復文件。

The confirmation prompt when deleting a file with Shift+Delete.

如何始終跳過回收站 (How to Always Skip the Recycle Bin)

You can also tell Windows to stop using the Recycle Bin in the future. To do this, right-click your “Recycle Bin” icon and select “Properties.”

您還可以告訴Windows將來停止使用回收站。 為此,請右鍵單擊“回收站”圖標,然后選擇“屬性”。

Opening the Recycle Bin properties window.

Enable the “Don’t move files to the Recycle Bin. Remove files immediately when deleted.” option here.

啟用“不要將文件移到回收站”。 刪除后立即刪除文件。” 選項在這里。

Note that Windows uses different Recycle Bin settings for different drives. For example, if you delete a file on drive C:, it goes to the Recycle Bin on drive C:. If you delete a file on drive D:, it goes to the Recycle Bin on drive D:.

請注意,Windows對不同的驅動器使用不同的回收站設置。 例如,如果刪除驅動器C:上的文件,它將轉到驅動器C:上的回收站。 如果刪除驅動器D:上的文件,它將轉到驅動器D:上的回收站。

So, if you have multiple drives, you’ll need to select them all in the list here and change the setting for each drive you’d like to change it for.

因此,如果您有多個驅動器,則需要在此處的列表中全部選擇它們,并更改要為其更改的每個驅動器的設置。

Telling Windows 10 to skip the Recycle Bin for specific drives.

Click “OK” to save your settings.

單擊“確定”保存設置。

Beware: Any files you delete in the future will immediately be deleted, just as if you had used the Shift+Delete option. If you accidentally press the Delete key with some files selected, they’ll vanish immediately and you won’t be able to get them back.

當心:將來刪除的所有文件都將立即刪除,就像使用Shift + Delete選項一樣。 如果您在選擇某些文件時不小心按下Delete鍵,它們將立即消失,并且您將無法找回它們。

For this reason, you might want to activate the “Display delete confirmation dialog” option. You’ll be asked to confirm your choice every time you delete files.

因此,您可能要激活“顯示刪除確認對話框”選項。 每次刪除文件時,系統都會要求您確認選擇。

翻譯自: https://www.howtogeek.com/679976/how-to-skip-the-recycle-bin-for-deleting-files-on-windows-10/

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/278242.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/278242.shtml
英文地址,請注明出處:http://en.pswp.cn/news/278242.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

OSChina 周日亂彈 —— 我叫張一條

2019獨角獸企業重金招聘Python工程師標準>>> Osc亂彈歌單(2018)請戳(這里) 【今日歌曲】 萊布妮子 :分享Lube的單曲《Skoro dembel》 《Skoro dembel》- Lube 手機黨少年們想聽歌,請使勁兒戳&am…

面向對象初識

一. 面向對象初識 1.1 回顧面向過程編程vs函數式編程 # 面向過程編程 測量對象的元素個個數。 s1 fjdsklafsjda count 0 for i in s1:count 1l1 [1,2,3,4] count 0 for i in l1:count 1 面向過程編程def func(s):count 0for i in s:count 1return count …

iOS逆向:在任意app上開啟malloc stack追蹤內存來源

lldb有一個內存調試工具malloc stack,開啟以后就可以查看某個內存地址的malloc和free記錄,追蹤對象是在哪里創建的。 這個工具可以打印出對象創建的堆棧,而在逆向時,也經常需要追蹤某些方法的調用棧,如果可以隨時打印出…

【CH4302】Interval GCD

思路:線段樹維護a的差分數組的gcd, 因為$gcd(a_1,a_2,a_3,...,a_n)gcd(a_1,a_2-a_1,a_3-a_2,...,a_n-a_{n-1})$。 原區間修改可以轉化為差分數組上的兩次單點修改。 因為實際計算時還需要原數,所以用樹狀數組維護b的增減量。 詢問時&#xff…

Vue 的路由實現 Hash模式 和 History模式

Hash 模式: Hash 模式的工作原理是onhashchange事件,Window對象可以監聽這個事件... 可以通過改變路徑的哈希值,來實現歷史記錄的保存,發生變化的hash 都會被瀏覽器給保存下來,所以下次盡管瀏覽器沒有請求服務器,但是還…

我的第一次——網站備案

暫無內容 轉載于:https://my.oschina.net/vright/blog/1784979

使用LiveClick升級您的實時書簽

If you like to subscribe to feeds using Firefox’s Live Bookmarks feature, the LiveClick extension gives you so many upgrades that I can only cover the highlights of how great it is. 如果您想使用Firefox的“實時書簽”功能訂閱供稿,則LiveClick擴展程…

操作系統的概論梳理

轉載于:https://www.cnblogs.com/hclhechunlu/p/10477470.html

win7下如何顯示緬文和使用緬文輸入法?

windows 7 操作系統默認不支持緬文,所以緬文在win7上不能顯示,當然也沒有提供緬文輸入法。 一、顯示緬文 windows系統下顯示緬文字母只需要安裝緬文字體就可以了。目前常見的緬文字體就是Zawgyi-One,Zawgyi-One是一種廣泛使用的緬文字體。Zaw…

airpods2使用_如何使用AirPods和AirPods Pro:完整指南

airpods2使用Burdun Iliya/ShutterstockBurdun Iliya /快門Just bought yourself or received a new pair of AirPods or AirPods Pro? Welcome to the truly wireless earphones life. Setting up AirPods is quite straightforward, but here’s how to customize and get t…

LANG

修改 /etc/sysconfig/i18n 文件 locale 查看字符集 轉載于:https://www.cnblogs.com/todayORtomorrow/p/10479594.html

如何在iPhone上共享視頻之前從視頻中刪除音頻

Sometimes, you’d like to share a video with others, but the accompanying audio track is distracting or perhaps introduces privacy concerns. Luckily, there’s a quick way to silence a video using Photos on iPhone and iPad. Here’s how. 有時,您想…

入門第十一課 Python語句的嵌套

1、說個小故事:話說一個人買到一個治療瘙癢的偏方,在拆開無數層的包裝后,得到的只是一張寫著“撓撓”的小紙條兒。 嵌套,類似于在一個語句中,嵌套另一個語句。舉個栗子-_-!! 我們要計算從1到100之間,所有的…

【TensorFlow篇】--Tensorflow框架實現SoftMax模型識別手寫數字集

一、前述 本文講述用Tensorflow框架實現SoftMax模型識別手寫數字集,來實現多分類。 同時對模型的保存和恢復做下示例。 二、具體原理 代碼一:實現代碼 #!/usr/bin/python # -*- coding: UTF-8 -*- # 文件名: 12_Softmax_regression.pyfrom tensorflow.ex…

web頁面鎖屏初級嘗試

因為工作需要&#xff0c;所以在網上找了一些素材來弄這個功能。在我找到的素材中&#xff0c;大多都是不完善的。雖然我的也不是很完善&#xff0c;但是怎么說呢。要求不是很高的話。可以直接拿來用的【需要引用jQuery】。廢話不多說直接上代碼 這部分是js代碼 1 <script&g…

Java 并發工具箱之concurrent包

概述 java.util.concurrent 包是專為 Java并發編程而設計的包。包下的所有類可以分為如下幾大類&#xff1a; locks部分&#xff1a;顯式鎖(互斥鎖和速寫鎖)相關&#xff1b;atomic部分&#xff1a;原子變量類相關&#xff0c;是構建非阻塞算法的基礎&#xff1b;executor部分&…

如何提高gps精度_如何在鍛煉應用程序中提高GPS跟蹤精度

如何提高gps精度l i g h t p o e t/Shutterstocklightpoet /快門Tracking your runs, bike rides, and other workouts is fun because you can see how much you’re improving (or, in my case, dismally failing to improve). For it to be effective, though, you have to …

centos proftp_在CentOS上禁用ProFTP

centos proftpI realize this is probably only relevant to about 3 of the readers, but I’m posting this so I don’t forget how to do it myself! In my efforts to ban the completely insecure FTP protocol from my life entirely, I’ve decided to disable the FTP…

Java通過Executors提供四種線程池

http://cuisuqiang.iteye.com/blog/2019372 Java通過Executors提供四種線程池&#xff0c;分別為&#xff1a;newCachedThreadPool創建一個可緩存線程池&#xff0c;如果線程池長度超過處理需要&#xff0c;可靈活回收空閑線程&#xff0c;若無可回收&#xff0c;則新建線程。n…

一個在線編寫前端代碼的好玩的工具

https://codesandbox.io/ 可以編寫 Angular&#xff0c;React&#xff0c;Vue 等前端代碼。 可以實時編輯和 preview。 live 功能&#xff0c;可以多人協作編輯&#xff0c;不過是收費的功能。 可以增加依賴的包&#xff0c;比如編寫 React 時&#xff0c;可以安裝任意的第三…