Tag Archives: Windows 10
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 »
Windows – Pieces for Visual Code and browsers.
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:
1 | powershell_ise.exe |
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.
Programming with FASM – reading from file.
In the last article tutorial, I wrote about how to write a message to a text file named file.txt. Now, I will show you how to read that message. You must use the ReadFile function defined after fileapi.h, in WIN32AX.INC. The text is shown in modal dialog – has some limitations in terms of mode… Read More »