Articles

Power supply – Should laptops remain plugged in when their battery is 100% charged?

When your laptop’s battery is 100% charged, should you leave it plugged in so any battery power doesn’t get used, or will that cause overcharging, overheating, etc.? Should the laptop be unplugged when the battery level is 100%? I’m asking because my laptop’s screen tends to get dim when unplugged, so I don’t like to […]

Power supply – Should laptops remain plugged in when their battery is 100% charged? Read More »

Powershell – How do I get get-childitem to filter on multiple file types?

I’m trying to get a list of all the XSL and XSLT files in a directory. dir -recurse -filter *.xsl,*.xslt -name But the following error:   Get-ChildItem : Cannot convert ‘System.Object[]’ to the type ‘System.String’ required by parameter ‘Filter’. Specified method is not supported.   dir -recurse -filter *.xsl -filter *.xslt -name But got this

Powershell – How do I get get-childitem to filter on multiple file types? Read More »

Powershell – Update-help fails to update two modules

On my computer (Win10 Enterprise x64, 1709) running Update-Help returns two errors:   update-help : Failed to update Help for the module(s) ‘AutoSequencer, HostNetworkingService, WindowsUpdateProvider’ with UI culture(s) {en-US} : Unable to retrieve the HelpInfo XML file for UI culture en-US. Make sure the HelpInfoUri property in the module manifest is valid or check your

Powershell – Update-help fails to update two modules Read More »

Prevent Windows 10 from installing/updating a specific driver?

It seems that the recent Synaptics driver update for Synaptics SMBus TouchPad on Windows 10 (build 100049) somehow doesn’t see my middle-button. Uninstalling, and installing an older driver for Windows 8.1 from the HP site (my machine is HP EliteBook 8570w) restores the middle button functionality. Few days later, the driver updates itself again, and

Prevent Windows 10 from installing/updating a specific driver? Read More »

Prevent Windows 10 installer from using the preinstalled serial key without disabling UEFI

My laptop (a Lenovo Flex 2 15) came preinstalled with Windows 8 Standard (with the serial key preinstalled into the BIOS), and I’ve since installed an SSD (a Samsung Evo 840 120GB) & upgraded to Windows 10. When the laptop still had its hard drive, I upgraded it to Professional so I could use the

Prevent Windows 10 installer from using the preinstalled serial key without disabling UEFI Read More »

Prevent Windows 7 from installing a “critical” updates that crashes the system

I am running Windows 7 home premium. Up until yesterday, everything was going just beautifully, until I received a “critical update”. As soon as the critical update was installed, the system became extremely unstable and froze up every few minutes requiring me to restart the system several times, with the same results. I used system

Prevent Windows 7 from installing a “critical” updates that crashes the system Read More »

Scroll to Top