Thursday, August 20, 2026

Windows Storage Cleaning

 Windows Storage Cleaning


Run Commands:


Press "Windows" + "R" to open "Run" command terminal. Then type the following command one by one.

  • Command 01: temp
        After pressing "Enter", delete all the files present in it. "Skip" the files which are unable to delete. Make sure to check the "Do this for all currents items".


  • Command 02: %temp% 
        After pressing "Enter", delete all the files present in it. "Skip" the files which are unable to delete. Make sure to check the "Do this for all currents items".

  • Command 03: prefetch
        After pressing "Enter", delete all the files present in it. "Skip" the files which are unable to delete. Make sure to check the "Do this for all currents items".

  • Command 04: %AppData%
        If you uninstalled any app or not using any app, delete its app's folder.

  • Command 05:  %temp%
        Press Enter. The at top, click on AppData > LocalIf you uninstalled any app or not using any app, delete its app's folder.





Command Prompt:

Open "Start" menu, search for "cmd" and click "Run as administrator".


  • Command 01: powercfg -h off
        This command deletes all the hibernations files. It may contain 5 to 6GB of files.



Deleting Large Files from C Drive:

Open "This PC", click on C: drive. In search box (present at top-left side), type these commands:

  • Command 01: Size:gigantic
        This shows you all the large size files. Delete the unwanted files.
  • Command 02: Size:huge
        This shows you all the large size files. Delete the unwanted files.


  • Open "This PC", click on C: drive. If you see any folder named "Windows Old", delete it.
  • Open "This PC", click on C: drive > Windows > SoftwareDistribution. Delete all files present in it.

Uninstalling Apps:

Open Settings (Ctrl + I) > Apps > Installed apps. On left side, you will see "Filter by:" option with dropdown menu. Select "Local Disk (C:)". Uninstall the apps you don't need.



Disk Cleanup:

Open "Start" menu and search for "Disk Cleanup". Select "C:" drive. Check mark all the files and click "OK". Again open "Start" menu and search for "Disk Cleanup". Select "C:" drive. Now click "Clean up system files" and press "OK". Then check mark all and press "OK".







Monday, July 13, 2026

HC-05 Plugin for Unity





HC-05 Plugin for Unity


dknfijbfnb

Sunday, April 26, 2026

Numerical and Statistical Methods Program


Monday, March 9, 2026

Maximum RAM Capacity in Windows

 


Check your maximum RAM capacity of your system


Step 1: Open Powershell.



Step 2: Type the command "(Get-CimInstance Win32_PhysicalMemoryArray).MaxCapacity/1MB"



Step 3: Press Enter. Then you will see the maximum capacity of RAM you can upgrade in GB.


In my case, the maximum RAM capacity for upgrade is 16GB. 

Now one more thing, you need to check the number of RAM slots present in your PC/Laptop. If it is 1, you can upgrade by one 16GB RAM stick. If it is 2, you have to upgrade by applying two 8GB RAM stick (8GB + 8GB = 16GB) for maximum RAM upgrade.

Step 1: Open Powershell.



Step 2: Type the command "(Get-CimInstance Win32_PhysicalMemoryArray).MemoryDevices" and press Enter.



You will find the number of RAM slots which will help you to upgrade your windows system.