Posted in windows
2452
1:16 am, April 18, 2018
 

Windows 10 on a 32 Gig eMMC Drive with Updates - Solved

I have had this issue a couple of times now. You get a cheaper end laptop with a 32gb main drive, and after the 1st round of windows updates. No Disk Space error.

There are a couple of things i usually do to fix this, Here is the list:

  1. Run the disk cleanup tool
  2. Disable Windows Hibernate
  3. Empty the Recycle Bin
  4. Remove unused programs

Run the Disk Cleanup tool

  1. Search for "Disk Cleanup" in the taskbar and run it from the results.
  2. Select the file you dont need, such as the "Previous versions of windows"
  3. Select "Ok" to clean the files.

Disable Windows Hibernate

Having hibernate enabled can add additional gigs of data to your hard drive as it saves the current memory state to file so that you can boot back up into windows easily. If you are hard up for hard drive space this is a great thing to remove. Here is how you can disable the hibernate function in windows 10.

  1. Search for command prompt under the task bar.
  2. Right click on the command prompt result and select run as administrator.
  3. type in the following into the administrator command prompt window: 
  4. powercfg hibernate off

This will disable windows hibernate and delete the hibernate storage files. 

Empty the Recycle Bin

This one sounds fairly obvious, but you can free up some serious space by just emptying the files in the windows recycle bin. 

When files are deleted in windows they are not always removed from the disk but rather they are copied to the recycle bin. 

Here is how to empty the recycle bin in windows 10. 

  1. Find the recycle bin icon on the windows desktop.
  2. Right click the recycle bin icon
  3. Choose the Empy Recycle Bin option.

Remove unused programs

Sometimes you just install programs and dont use them, in windows 10 you can quite easily remove these.

  1. Open the Start Menu
  2. Click on Settings
  3. Locate System (within settings) and click on it.
  4. Select Apps and Features
  5. Sort the apps by size and see which ones are taking up the most space
  6. Click the uninstall on the ones you done need
View Statistics
This Week
37
This Month
179
This Year
318

No Items Found.

Add Comment
Type in a Nick Name here
 
Search Articles
Search Articles by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
Many of life's failures are people who did not realize how close they were to success when they gave up.
Thomas A. Edison
Random CSS Property

unicode-range

The unicode-range CSS descriptor sets the specific range of characters to be used from a font defined by @font-face and made available for use on the current page. If the page doesn't use any character in this range, the font is not downloaded; if it uses at least one, the whole font is downloaded.
unicode-range (@font-face) css reference