So, I bought myself a cheap laptop. It's a Packard Bell N1400BK and I got it from JCPenney. They sell them. Really.
Anyway, it is perfect for what I need, which is to connect to the internet and run Microsoft Office so that I can freelance from anywhere. I don't need games or storage on this device, I just need to be able to travel without carrying the monster machine I "got" as a hand-me-down from the kids.
Last night I had to do a Windows update. Took hours. One of the drawbacks to this simple computer is a lack of storage on it. This has a whopping 2GB DDR3L-RS DRAM 1600MHz system memory. I had to scrub files just to complete the update.
So, today I am learning how to modify my device. Found a few helpful bits of code. Sharing for my own use in the future and if it helps you too.
Decrease the hibernation file:
Open Command line as an admin
Type powercfg/ H / SIZE 40 (changes the size to 40% which I understand is the minimum for allowing hibernation to work. I don't really use that, so went low)
Remove useless apps.
Open Windows Powershell, right click to run as admin
Type Get-AppxPackage *program* | Remove-AppxPackage
I was able to remove xbox and zunemusic. Debating others to remove. Hat tip to Tech Advisor for this info.
No comments:
Post a Comment