Wednesday, 14 May 2025

Linux simulator at OnWorks.


 Linux simulator at OnWorks.

OnWorks is a free hosting provider that allows you to run workstations using only a web browser. Workstations can be based on various operating systems such as CentOS, Fedora, Ubuntu and Debian. The platform allows you to run and test any type of OS from anywhere. A large number of Linux systems are available on the site, but not all of them work. The system in the photo is Ubuntu. To try any of the systems, just select the system, click "Run Online" and "Start".

"Windows Error Reporting: How to disable the service


 "Windows Error Reporting: How to disable the service

When an error occurs in the operation of a program, Windows automatically logs the event and runs the standard Windows Error Reporting utility, which generates a report and offers to send it to Microsoft servers. Use one of the ways to stop this service. 🔺For Win 10, press WIN + R and open Registry Editor with regedit. Go to the path: ComputerHKEYLOCALMACHINESOFTWAREMicrosoftWindowsWindows Error Reporting. On the right side, create a DWORD (32 bit) parameter named Disabled with a value of 1. 🔺For any version you can press WIN+R and run services.msc. Find the Windows Error Logging Service and set the startup type to Disabled, and under Status click Stop. 🔺At the command line, running as administrator, run the command sc config wersvc start=disabled and gpupdate /force in sequence.