The ReactOS Project

Imagine running your favorite Windows applications and drivers in an open-source environment you can trust.

That’s the mission of ReactOS!

Our own main features are:

  • ReactOS is able to run Windows software
  • ReactOS is able to run Windows drivers
  • ReactOS looks-like Windows
  • ReactOS is free and open source

Source: https://reactos.org/

Windows 11 working on a Acer Aspire One?

Working since a couple of days to run Windows 11 on a simple Acer Aspire One Laptop, the Insider lastest Build of Windows 11 needed a memory upgrade from 1GB to 4GB of ram to be able to function! The Leaked DEV edition was working good with 1GB of ram! This is a old laptop that is not supporting UEFI! It’s running TPM 1.2 and loading in Legacy mode!

Figure this one out!

Have fun with this one!

Running Windows 11 – Build 22000.51 – Acer Aspire One # System Model : AOD270 – ATOM N2600 @ 1.60GHz, 1600 Mhz, 2 CORE(S), 4 Logical, Bios V1.06 3/5.2012

Windows 11 Insider Build is Out

Microsoft is releasing its first Windows 11 preview build today. Windows Insiders can download the Windows 11 preview (build 22000.51) right now, which includes access to the new Start menu, multitasking features, and overhauled Microsoft Store. Unlike the previous Windows 11 leak, this official preview also features an updated File Explorer that replaces the ribbon with a command bar to simplify file management a little more.

Most of the Windows 11 visual changes that Microsoft revealed last week will be available in this initial preview. The new Start menu with its centered launcher-like interface is part of this build, alongside rounded corners throughout the OS and improvements to the notification center, volume flyouts, and more. If your PC has an accelerometer, the Windows 11 lock screen will also include a parallax motion effect.

Windows 11’s new themes and dark / light mode improvements are also part of this preview, alongside the new Widgets feature. All of the new themes — Glow, Captured Motion, Sunrise, and Flow — are designed with the centered taskbar in mind, and Microsoft has coupled them with new sounds in Windows 11 as you use the OS.

Animated gif showing Snap layouts with 3 app windows.

Two big Windows 11 features are missing, though: Microsoft Teams integration and Android apps on Windows. Both are still being developed and tested by Microsoft but will appear in later preview builds.

This Windows 11 preview also includes Microsoft’s new Snap Groups and Snap Layouts features, to improve multitasking across a variety of screen sizes. These new Snap features build on a lot of the multitasking features that have been in Windows for years but make them easier to discover and more useful — particularly in multiple-monitor scenarios.

Microsoft is also overhauling the Settings section of Windows 11. This preview build include changes that make it easier to navigate around and find the setting you need. Settings now has a left-hand navigation panel that persists throughout, making it quicker to switch between sections. Microsoft has built new “hero” controls at the top that offer quick access to information or settings that are relevant for each section.

Alongside the Windows 11 preview today, Microsoft is also releasing a preview of its Office refresh for Windows 11. The updated UI includes rounded corners in Office apps to match Windows 11 and some changes to how the dark and light modes work.

If you’re interested in testing the Windows 11 preview build, you’ll need to enroll in the Windows Insiders program and then navigate to Settings > Update & Security > Windows Insider Program on a Windows 10 device to enable the Dev Channel and obtain Windows 11 builds.

You’ll need a compatible machine, although Microsoft says it’s waiving its new hardware requirements during this preview period for those who have been testing Windows builds prior to June 24th. Otherwise, you’ll need to use Microsoft’s PC Health Check app to see if your system is compatible.

Windows 11 TPM 2.0

Microsoft has updated its documentation around the minimum Trusted Platform Module (TPM) security requirements for installing Windows 11, saying now that PCs will be required to have a TPM 2.0 chip in order to run the operating system.

In the updated documentation, Microsoft has removed the reference to a “hard floor” for Windows 11 that would’ve allowed PCs with TPM 1.2 to still install the new OS.

Microsoft’s original documentation had characterized TPM 2.0 as a recommendation rather than a requirement. According to the original documentation, as long as a PC had at least TPM 1.2 – which was released in 2011 – it would meet the minimum security requirements for Windows 11. Microsoft had said that devices with TPM 1.2 would “receive a notification that upgrade is not advised,” but wouldn’t be prohibited from installing Windows 11.

For Intel Core chips, support for Windows 11 starts at the eighth-generation line, meaning that PCs with seventh-gen Intel Core chips and older would not be compatible with Windows 11, based on Microsoft’s disclosure.

The first builds of Windows 11 will begin rolling out to Windows Insider testers early next week, and Windows 11 will be generally available this holiday as a free update for compatible Windows 10 PCs, Microsoft said. Windows 11 will only see one major feature update per year, in contrast to the twice-a-year feature updates for Windows 10, the company disclosed.

Check for compatibility
Use the PC Health Check app to see if your current PC meets the requirements to run Windows 11. If so, you can get a free upgrade when it rolls out.

Download App here

Direct Download link on the official Microsoft website

You may also verified that your computer have the minimum TPM 2.0 installed by opening TPM.msc

You may need to activated it in your Bios option if it’s available.

Enjoy!

I will post a workaround method to be able to install windows 11 on older unsupported computer soon! Stay tuned 😉

To be able to install Windows 11 on unsupported computer you will need :

Install Windows directly into your existing OS, insert your USB key and just run setup

Workaround method 1

  1. Windows 10 ISO decompressed files
  2. You will need to go into the “sources” folder of windows 10 install
  3. Then you will need to delete the “install.esd” file and then copy the “sources” folder into your Windows 11 installation “sources” folder. “overwrite all files”
  4. Now you will be able to start the installation process of Windows 11 on your unsupported computer
  5. To bypass the account creation unplug your internet connection and select “sign-in options”. Select “Offline Account”, this will allow you to create a local account.
  6. Finish the installation setup

🙂

Workaround method 2

  1. Download the fix zip file here that contain appraiserres.dll
    (Download here)
  2. Unzip and copy & replace the appraiserres.dll files in the /sources folder of your Windows 11 installation
  3. Run the install and you should be good!

This is not for production and it’s only for you to see the new windows 11 on your unsupported computer.

Note that many device driver will not work yet!

Workaround method 3

Modify Registry

The first method involves simply editing Windows Registry during the installation process of the new operating system. On unsupported devices, if you try to install the new OS, a message will appear on your screen stating that the computer isn’t compatible.

At that screen, you need to press Shift+F10 to open Command Prompt window and modify the registry. In Command Prompt, you need to run regedit.exe and create a new key “LabConfig” under HKEY_LOCAL_MACHINE\SYSTEM\Setup. In the “LabConfig” key, create two new entries:

  • BypassTPMCheck=dword:00000001
  • BypassSecureBootCheck=dword:00000001

Save the changes and compatibility errors will disappear.

Otherwise, you can also create a .reg file with the following line of code:

Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\Setup\LabConfig] “BypassTPMCheck”=dword:00000001 “BypassSecureBootCheck”=dword:00000001

Save this (.reg) file in a USB drive and perform a clean installation of Windows 11 when it is officially released. During the installation process, press Shift + F10 and type notepad and hit enter.

In Notepad, open the file menu and locate and apply the reg file. This will bypass the TPM+SecureBoot requirements.

Here is a view of Windows 11 installed on Acer Aspire One with TPM 1.2

  • Open an elevated command prompt (Run as Administrator)
  • Enumerate the 3rd party drivers with the following command:
    pnputil /enum-drivers
  • Find the driver with the Original Name of wdcsam.inf (if the incompatible driver was wdcsam64_prewin8.sys) and note the Published Name for the driver, which is oem##.inf

    Fix to Enable Memory Integrity Core Isolation in Windows 10 on Surface Laptop 3 2

  • Run the command to uninstall the driver:
    pnputil /delete-driver oem##.inf
  • Back at the Memory Integrity setting, click Scan Again and it should allow you to enable Memory Integrity
  • After enabling Memory Integrity, you’ll need to restart your computer

Install Php 8.0 on CentOS7

Install PHP 8.0 alongside other PHP versions

# sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# sudo yum -y install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
# sudo yum -y install yum-utils
# sudo yum-config-manager –disable ‘remi-php*’
# sudo yum-config-manager –enable remi-safe
# sudo yum -y install php80

Videotron Ltee

We’re helping Quebec businesses get back to business!

The current situation is causing Québec businesses’ needs to evolve quickly and challenges to multiply. At Videotron Business and Fibrenoire, we are committed to supporting all our customers as they get ready to relaunch their activities. Discover the various measures, offers, and solutions we have implemented to help businesses of all kinds across Québec—big and small—rise to the challenges that come with our new reality.

Learn more!

Videotron Ltee

Revo Uninstaller

The Uninstaller module is Revo Uninstaller ‘s primary feature for situations when a program won’t uninstall normally or when you have some doubts that a program has not been uninstalled completely.

Also when a program is uninstalled, often times there are multiple files, folders, and/or Registry entries left on your system, which can cause various issues if not removed. This happens more frequently than you might think.

Revo Uninstaller acts as both a replacement and a supplement to the built-in functionality in Windows by first running the built-in uninstaller for the program, and then scanning for leftover data afterwards, making it your best choice when it comes to completely remove stubborn programs, temporary files, and other unnecessary program data that is left behind after the standard uninstall process.

Download it now!

ClearOS ~ Test Bench!

Why ClearOS?
Applications and an operating system come with your computer, tablet, and phone. So, why not on your server? HPE is redefining the small business server by offering ClearOS with HPE ProLiant servers. ClearOS is a simple, open, and affordable operating system with an intuitive graphical web-based user interface and an application marketplace with over 100 apps to choose from, with more being added every day. Leveraging open source software, you decide what applications you need and only pay for the applications and support you want.

HPE and ClearCenter are making it easy for small, home, remote, and branch offices to have a server ready to use, out of the box, at no additional cost. HPE ProLiant integrated with ClearOS offers a simple, affordable, and secure experience. Building the IT solution that is just right for you has never been easier.

https://montreal.poweredbyclear.com/

Powered by ClouDNS – ClearOS – Videotron Ltee, Montreal, Quebec