Tag Archives: Windows 10

Windows 10 OS

Toolwiz Care tested on Windows 10.

Toolwiz Care is a free suite of tools and applications for your computer that aim to optimize your system’s performance and manage clutter. Clean and remove unnecessary files and data and free up disk space to improve speed and allow your computer to run as efficiently and effectively as possible. Additionally, it includes a number… Read More »

PowerShell tips – part 027.

Windows PowerShell Integrated Scripting Environment (ISE) is a graphical host application that enables you to read, write, run, debug, and test scripts and modules in a graphic-assisted environment., see the official webpage. You can start on the command shell with this command:

You can run PowerShell commands in this environment, let’s see the version… Read More »

Windows – ReactOS another Windows O.S.

ReactOS is a free and open-source operating system for amd64/i686 personal computers intended to be binary-compatible with computer programs and device drivers made for Windows Server 2003 and later versions of Windows., read more on Wikipedia. If you have old hardware then this is a good idea to use your Windows applications with ReactOS. The… Read More »

Windows – WinDbg tool.

WinDbg is very useful when you develop software with assembly language. You can install WinDbg using PowerShell by opening PowerShell as an administrator and running this command:

You can download it from the Microsoft store.