News

The Loxley Quest System (LQS) is a module for the LandSandBoat FFXI server emulator. It allows server operators to easily create their own custom quests and script custom events using a simple ...
In this post, we will show you how to create email templates in the new Outlook app for Windows 11. Creating email or message templates in Microsoft Outlook (classic) involved manually composing an ...
You can wrap an executable file around a PowerShell script (PS1) so that you can distribute the script as an .exe file rather than distributing a “raw” script file. This eliminates the need of ...
What if your PC could take care of boring tasks for you? With Windows PowerShell, it can. Here's how I use PowerShell to automate everyday repetitive tasks that I would be less keen to do otherwise.
Download AnyDesk Executable powershell Copy $url = "https://download.anydesk.com/AnyDesk.exe" $outputPath = "C:\AnyDesk.exe" Invoke-WebRequest -Uri $url -OutFile ...