Windows XP Program Manager source code.

Here is the source code to the Windows Program Manager, this is the main interface in Windows 3.1 and 3.11. This used program groups to organize various applications like Microsoft Office and accessories. As well as the ability to create your own program groups to organize your favorite applications. Download the source code here: https://mega.nz/file/R1hy1RyS#Dkm0hK8hGmwTx-__9hOQKBWtNDDBCW-ChSneHGSc_RY. … Read more

Windows 10 still has some interesting features from older Windows versions.

Windows 10 still has some interesting features from older Windows versions like Windows `98. Apparently, it is possible to disable ACPI shutdown. This means the operating system will shut down to a back screen with the text “It is now safe to power off the system”. This is a setting hidden in the group policy … Read more

Windows XP source code has been leaked. This is not good for anyone still using it.

The source code for Windows XP has been leaked, this means that any exploits still in the code are out in the open for all to see. Apparently a lot of things have been discovered already. Windows XP included an old, but non-functional theme called “Candy”, this was a Macintosh OSX styled theme. I guess … Read more

How to use local time in Ubuntu 20.04 and have the same time when rebooting into Windows.

The default installation of Ubuntu uses UTC time instead of local time to maintain the system clock. But this changes the Windows clock to UTC from local time when you reboot and this is very annoying. Run this command to fix this issue. jason@jason-desktop:~$ timedatectl set-local-rtc 1 –adjust-system-clockjason@jason-desktop:~$ timedatectl set-local-rtc 1 –adjust-system-clock This will change … Read more

Very nice Windows 7 basic aero theme for Linux GTK apps.

This theme I found is a very nice GTK theme for your Linux machine. This themes your desktop computer to look like Windows 7 basic. With a non-transparent Windows 7 styled GTK look and Window borders. Download the theme here. https://codeload.github.com/B00merang-Project/Windows-7/zip/2.1. This is what this theme looks like. It is very nice indeed. And the … Read more

Microsoft Windows Defender available for Linux.

The Windows Defender anti-virus and anti-malware application is now available for Linux. This is very easy to install on Ubuntu. I am using Ubuntu 18.04 and it works a treat. Before installation, ensure you have the required packages installed. sudo apt install gpg apt-transport-https libplist-utilssudo apt install gpg apt-transport-https libplist-utils To begin the installation, we … Read more

Disable the caps lock key entirely on Windows with this simple registry hack.

This very simple .reg file will disable the caps lock key on your Windows machine. This will make typing less annoying when using the keyboard. Windows Registry Editor Version 5.00   [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] "Scancode Map"=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00 Always back up your registry before using registry modifications, especially if they … Read more

Windows will be adding the ability to run Linux GUI apps on Windows.

The Windows 10 operating system will soon have the ability to run GUI Linux apps on the Windows desktop. Is Microsoft trying to replace Linux installations with Windows 10? That would be very interesting. But there is already a Windows version of GIMP, this would imply that they want to run other things like the … Read more

Windows to include a new package manager system to install software.

A new package manager is available for Windows. This is just copying ideas from Ubuntu and Debian. This allows the installation of software from a repository and install it on your Windows 10 computer. This works by running the winget install command to install a Windows package. Pity you can not run winget remove –purge … Read more