Bisakah saya menghapus folder tertentu di komputer saya?


1

Saya baru-baru ini ingin membersihkan beberapa ruang di drive C saya, dan saya menemukan folder berikut ini memakan banyak ruang, tetapi saya tidak yakin apakah akan aman untuk menghapusnya:

  1. C:/users/public/L001 - 40,7GB

  2. C:/users/{name}/Appdata - 7.5GB

  3. C:/windows/winsxs - 14,5GB

  4. C:/pagefile.sys - 14.6GB

Adapun folder pertama, saya bahkan tidak dapat menemukan referensi untuk itu di internet. Jadi hanya untuk memberikan beberapa informasi tentang hal itu: itu berisi 1.88.841 file. Semua adalah file extensionless dan diberi nama sebagai "year_ waktu ". Sebagai contoh:2012-09-02_08-45-50


1
The AppDatafolder penting karena mengandung banyak data aplikasi Anda. Coba jelajahi isinya; Anda harus menemukan bahwa mereka disusun dalam folder untuk setiap produsen atau program perangkat lunak. Anda dapat memeriksa ukuran masing-masing folder yang ada dan memutuskan apa yang harus dilakukan berdasarkan aplikasi. Anda mungkin memutuskan untuk menghapus beberapa aplikasi dan menghapus folder yang sesuai jika Anda senang kehilangan konfigurasi di dalamnya.
Sam

Yang pertama sepertinya layak untuk dicoba. Folder lainnya standar, tetapi yang satu terlihat aneh. Jika waktu pembuatan / modifikasi file menunjukkan mereka masih dibuat atau diperbarui secara teratur, mungkin Anda dapat menggunakan Monitor Proses untuk memantau aktivitas komputer untuk menentukan program mana yang menggunakannya.
Sam

Ini atau ini mungkin membantu mengenai WinSxS.
Sam

Saya pikir pagefile.sysdigunakan sebagai memori virtual. Lihat ini untuk mengurangi ukurannya. Saya pikir 14.6GB terlalu banyak, tetapi itu benar-benar tergantung pada bagaimana Anda menggunakan komputer. Ini adalah topik besar yang layak ditinjau jika Anda ingin membuat keputusan yang lebih tepat tentang hal itu.
Sam

Jawaban:


3

C:\pagefile.sysdibuat oleh Windows biasanya berkorelasi langsung dengan RAM yang Anda instal. Ini digunakan oleh sistem untuk menyimpan salinan dari apa yang ada di RAM jika komputer perlu mentransfernya segera ke file. Jadi, jika Anda memiliki RAM 12GB diinstal, Anda biasanya dapat mengharapkan pagefile sekitar tanda 12GB.

Sebagian besar, ini digunakan sebagai swap, ketika sistem Anda perlu untuk swap-in atau swap-out data dari RAM (yang mana data disimpan oleh aplikasi yang sedang berjalan) dan kemudian memasukkan data untuk aplikasi yang mungkin diminimalkan untuk waktu yang lama atau diletakkan di latar belakang saat Anda menjalankan aplikasi lain.

Hibernation.sysadalah file lain yang digunakan ketika sistem Anda perlu mentransfer semuanya dari RAM ke hard disk ketika sedang dalam hibernasi. Masalah dengan ini, adalah Windows kadang-kadang mengalami kesulitan keluar dari mode hibernasi dan melanjutkan operasi. Anda tidak menyebutkan file ini, tetapi untuk orang lain yang membaca, untuk menonaktifkan masalah ini (terutama dengan laptop) buka Command Prompt dengan mengklik kanan padanya dan memilih "Run As Administrator" lalu ketik:

C:\>powercfg -h off

Adapun pagefile.sysAnda umumnya dapat membuatnya lebih kecil, tetapi tidak menghapus semuanya bersama-sama. Jika Anda khawatir dengan file ini, ikuti langkah-langkah berikut. Namun saya akan menyarankan Anda untuk berhati-hati dalam melakukan ini, karena dapat mempengaruhi kinerja komputer Anda secara keseluruhan!

  1. Buka Panel Kontrol
  2. Sistem
  3. Advanced System Settings
  4. Performance Settings
  5. Advanced
  6. Virtual Memory
  7. Set it to "custom size" and select a size (in MB)

If you think you don't need it, you can disable it here too. If you launch a few applications simultaneously or run a resource intensive game, you might get an "Out Of Memory" error. If this is the case, just increase the file size and restart.

My recommendation is to not have this any smaller than 10% of your overall RAM. Keeping in mind however, that ram is not 1000MB but rather 1024MB per GB.

So, for each GB on your system, multiply this by 1024. If you have a 4GB system, you would use 10% like this:

4 * 1024 = 4096
4096 / 10 = 409.6

So, for a 4GB system, I would allocate a minimum of 410MB (round up to the nearest whole number).


C:/users/public/L001 - 40.7 gb <- this concerns me as to ask this it generally would indicate that you are unsure of the user that this folder concerns.

To ensure that none of your users require this folder, might I suggest doing the following:

  1. Log into each user on your system
  2. Open a Command Prompt
  3. Type CD %HOMEPATH% from the window and press enter

Your Command Prompt will change from something like this:

Microsoft Windows Version [6.xxxx.xxxx]
(c) 2011 Microsoft Corporation. All Rights Reserved.

C:\>

to something like this:

Microsoft Windows Version [6.xxxx.xxxx]
(c) 2011 Microsoft Corporation. All Rights Reserved.

C:\>CD %HOMEPATH%

C:\Users\John>

Ini akan menunjukkan kepada saya (jika nama pengguna Anda adalah John misalnya) bahwa direktori home Anda untuk pengguna ini C:\Users\Johndan tidak terkait dengan folder yang disebutkan di atas. Tidak aman untuk berasumsi bahwa meskipun Anda melakukan ini pada SETIAP PENGGUNA di komputer Anda dan tidak ada yang cocok, itu masih akan aman untuk dihapus, tetapi itu memberi Anda indikasi yang jelas bahwa tidak ada pengguna yang login yang Anda gunakan, gunakan langsung folder ini.

MEMPERBARUI:

Semua folder dalam folder C:\Users\Publicdianggap "publik", yang berarti mereka dapat atau telah digunakan sebagai tempat sentral untuk meletakkan file antara pengguna di komputer, atau di seluruh jaringan. Artikel ini tidak banyak bicara, tetapi akan memberi Anda gambaran yang sangat singkat. Saya hanya akan memeriksanya, jika Anda yakin itu semua omong kosong, hapus saja.


C:/users/{name}/Appdata - 7.5 gb

Try to not delete this folder. Maybe uninstall applications you don't need. This is where applications will store files for each user that have access to those applications.

If you were going to install Microsoft Outlook and you and your partner had each their own account, in this directory on his/her account would be the profiles and settings for Microsoft Outlook which is how you can keep your own settings in each application separate.

NOTE: This does not apply to ALL applications - e.g. games


C:/windows/winsxs - 14.5 gb

I am going to assume you use Windows 7 from having this folder. It requires a technical explanation that is not only unnecessary, but better done by the experts. In short - DO NOT DELETE THIS.

See this article regarding WinSxS folder. It doesn't mention Windows 7, but it is exactly the same reason why you cannot delete it.


1
The size of the first folder has now increased to 40.7 gb containing 1,89,004 Files now. I posted this question on another stack exchange site by mistake. One person mentioned existence of a virus and suggested to delete by booting into safe mode and deleting it.Any clue ?
iammrmehul

That is quite possible. Go to this Microsoft KB article and it will show you how to boot into Safe Mode helpdeskgeek.com/windows-7/safe-mode-f8-doesnt-work
Danijel-James W

Just remember to turn it off again once you've gone into Safe Mode and deleted that folder. The other option is to press F8 repeatedly when the computer loads and select Safe Mode from the list. You won't need networking option. Once you've finished, just restart your computer.
Danijel-James W

2

To directly address your questions:

  1. Probably safe to delete as far as Windows' operation is concerned, but it's better to find out what it actually is there for. Perhaps a user or application uses that.
  2. Probably a bad idea to delete this because it stores data used by the applications on the computer.
  3. Probably a bad idea to delete this because it's probably depended on by various applications.
  4. Probably safe to disable, but it might occasionally cause problems depending on your use.

1
IIRC you could always set windows to manage the space for the pagefile automatically (which is a good idea), set it to a smaller manually set size (not too hot on that) or move it to another drive (though this disables crashdumps).
Journeyman Geek

0

2) There is a lot of things safe to delete in appdata\local and appdata\locallow, because these folders are not saved to server when you logoff from the computer in the roaming profile environment, so they are not present on the next pc you would login. Applications usually store cache and various temp data there. See what Rainer says here http://pcreview.co.uk/forums/safe-delete-appdata-local-t3461082.html Basically everything named cache or temp can be deleted..

Dengan menggunakan situs kami, Anda mengakui telah membaca dan memahami Kebijakan Cookie dan Kebijakan Privasi kami.
Licensed under cc by-sa 3.0 with attribution required.