Advanced Search
Search Results
48 total results found
Nvidia Driver on Fedora
NVIDIA Fedora Driver Guide A little guide to help you install & manage the NVIDIA GPU driver on your Fedora system(s) I am personally a Fedora 40 user at the moment, so this is mostly what this guide applies to (though I believe it should work alright on newer...
Drivers
Manually Force a Service to Stop If Not Responding
Sometimes, services like EDS Server or EDS InstallerService may hang and cannot be stopped via the Services Manager (services.msc). This guide walks you through how to forcefully stop a non-responsive Windows service using the Command Prompt. 🔧 Step-by-Step I...
Windows
Indexing Broken in Windows 11
Windows 10 search indexing is designed to make finding things on your computer faster by creating an index of your files, but recently several users reported that they have been experiencing issues while trying to use it. Apparently, Windows 11 indexing breaks...
Linux
ARP
Basic ARP Command Usage in Linux The arp command is a network utility tool that comes pre-installed in most Linux distributions. Its primary function is to manage the ARP cache, which is a temporary storage for IP to MAC address mappings. These mappings are cr...
Usefull Websites
New Page
Office can't install on selected updated channel
Open the registry editor. Go through this paths: HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Office\16.0\Common\OfficeUpdate HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\ClickToRun Delete OfficeUpdate key & Configuration key Restart your computer ...
Delete print queue
Open Command Prompt as Administrator: Click the Start button, type cmd, right-click on "Command Prompt" and select "Run as administrator". Stop the Print Spooler Service: Type net stop spooler and press Enter. Delete the Print Queue Files: Type del %syst...
Installing Windows Updates
Windows Updates deliver security patches, bug fixes, driver updates, and feature improvements from Microsoft. Keeping systems updated is a fundamental part of maintaining a secure and stable environment. Updates can be installed through the Windows Update GUI,...