Linux that runs like windows

5 Linux Distributions to Replace Windows 7

Now that the support for Windows 7 has come to an end . You can either upgrade to Windows 10 or switch to Linux. You already know why you should use Linux so I am not going to explain it here.

If you don’t have a specific requirement but just want to have a Linux distro, you can take a look at the best Linux distributions out there.

However, if you want to have a similar user interface to Windows 7 but better, you should try the Linux distibutions that look like Windows. So, you should be comfortable using them after installation in a heartbeat.

Best Linux distributions that look like Windows

While you may not find the same applications or tools on Linux – the user interface is what will make you feel comfortable using the OS.

So, in this article, I shall mention only the distributions that resemble the look and feel of Windows (to some extent, at least).

Once, you’re done choosing what you want – you can simply take a look around for the essential applications available on Linux, installing themes, and a lot of similar resources available in our portal.

1. Linux Lite

Windows 7 users may not have the latest and greatest hardware – so it is quite important to suggest a Linux distribution that is lightweight and easy-to-use.

Linux Lite targets Windows 7 users with a similar UI offering a taskbar, Windows-inspired wallpaper, and a lot more to go on with that includes the Libre Office suite as well.

You do not need to upgrade your system because it should work perfectly fine with low-end hardware as well.

2. Zorin OS

Zorin OS is a beautiful Linux distribution based on Ubuntu. The user interface should make both Windows and macOS users feel right at home after installing it.

They also offer a lite edition to their OS if you have a slightly underpowered hardware configuration on your system. You can also take a quick look at my impressions on Zorin OS lite to know more about it.

It looks and feels very good with a quick learning curve. For starters, if you want to make the most out of Zorin OS while having all the essential software tools bundled, you can opt to purchase the Zorin OS ultimate edition.

3. Kubuntu

If you’re new to Linux – it is worth noting that there are different desktop environments.

If you want to try something that resembles the look and feel of Windows, you might want to try a distro with KDE’s Plasma on board. And, Kubuntu is an official KDE flavor of Ubuntu.

You may not find this to be the prettiest windows-like distro – however, if you want something that does the work reliably, Kubuntu should do the trick.

4. Linux Mint

Linux Mint also targets the Windows 7 users trying to make the switch to Linux.

Among all the others mentioned in this list, Linux Mint would be my personal recommendation. Linux Mint is reliable, performs great, and offers several desktop environment editions as well (including the MATE desktop).

If you’re curious, you can also take a detailed look at how it looks and works for one of its recent releases Linux 19.3 ‘Tricia’.

5. Ubuntu MATE

Ubuntu MATE is yet another easy-to-use Linux distribution that provides a snappy experience across a range of hardware configuration.

This may not directly resemble the UI of Windows in general – however, you will find it quite easy to get comfortable with. Interesting, Ubuntu MATE works well with NVIDIA’s Jetson Nano as well, which happens to be one of the raspberry pi alternatives.

If you want something unique (not exactly the same UI as Windows), you can give this a try!

Читайте также:  Magician software mac os

Wrapping Up

Potentially, you can install any beginner-friendly Linux distribution, however, I do not want you to confuse yourself with a whole lot of choices available.

So, I recommend trying the distributions mentioned in this article if you’re switching from Windows to Linux in general. Also, if you’ve tried something else and you like it a lot – feel free to let me know about it in the comments below.

Like what you read? Please share it with others.

What is the Windows Subsystem for Linux?

The Windows Subsystem for Linux lets developers run a GNU/Linux environment — including most command-line tools, utilities, and applications — directly on Windows, unmodified, without the overhead of a traditional virtual machine or dualboot setup.

  • Choose your favorite GNU/Linux distributions from the Microsoft Store.
  • Run common command-line tools such as grep , sed , awk , or other ELF-64 binaries.
  • Run Bash shell scripts and GNU/Linux command-line applications including:
    • Tools: vim, emacs, tmux
    • Languages: NodeJS, Javascript, Python, Ruby, C/C++, C# & F#, Rust, Go, etc.
    • Services: SSHD, MySQL, Apache, lighttpd, MongoDB, PostgreSQL.
  • Install additional software using your own GNU/Linux distribution package manager.
  • Invoke Windows applications using a Unix-like command-line shell.
  • Invoke GNU/Linux applications on Windows.

What is WSL 2?

WSL 2 is a new version of the Windows Subsystem for Linux architecture that powers the Windows Subsystem for Linux to run ELF64 Linux binaries on Windows. Its primary goals are to increase file system performance, as well as adding full system call compatibility.

This new architecture changes how these Linux binaries interact with Windows and your computer’s hardware, but still provides the same user experience as in WSL 1 (the current widely available version).

Individual Linux distributions can be run with either the WSL 1 or WSL 2 architecture. Each distribution can be upgraded or downgraded at any time and you can run WSL 1 and WSL 2 distributions side by side. WSL 2 uses an entirely new architecture that benefits from running a real Linux kernel.

How to make Ubuntu Linux look like Windows 7

By Chris Hoffman and Chris Hoffman

Today’s Best Tech Deals

Picked by PCWorld’s Editors

Top Deals On Great Products

Picked by Techconnect’s Editors

Windows 8’s tile-based interface puts a bold new spin on the familiar Windows interface—so bold that many long-time Windows users are threatening to jump ship to another operating system rather than learn Microsoft’s «modern» UI. Of course, you’ll still find yourself in foreign territory even if you actually follow through and make the jump. Installing a new operating system is easy, but wrapping your head around an alien environment can be more difficult, even if you’re using a comparatively user-friendly OS like Ubuntu Linux.

Luckily, Linux is customizable—much, much more than Windows. In fact, if you’re having trouble with the transition (or plopping Ubuntu on a parent’s PC), you can tweak and tune the OS to feel pretty darned close to the Windows environment you’ve forsaken.

I’ll go through two methods here. One adapts Ubuntu’s default Unity desktop to make it feel slightly more like Windows, while the other entails a bit more work and a different desktop interface entirely to create a truly Microsoft-like experience.

Creating a Windows 7-style Ubuntu

To be completely honest, Ubuntu’s default Unity desktop may be slick and pretty, but it isn’t the most configurable Linux environment around. The taskbars running the top and left sides of its screen are locked in place and can’t be moved whatsoever. Unity is still fairly flexible, however, and some basic—for Linux—tweaks can give it some of that old Windows 7 charm.

A quick note: These tips were tested on Ubuntu 12.10, the most current version of the operating system at the time of publication.

We’re going to use some terminal commands throughout the course of this article. If you’re a new Linux user, don’t be scared—Linux’s powerful command line makes it easy to follow instructions you’ll find in articles like this one. Instead of following a list of long steps telling you to click here and click there, you can just copy and paste these commands into a terminal window and hit Enter.

To open a terminal, press the Windows key (known as the Super key in Linux), type Terminal , and press Enter. You can also click the Ubuntu logo at the top-left corner of your screen instead of pressing the Windows key.

Читайте также:  Astra linux версия update

We’re getting there.

First, we’re going to install a Windows 7 theme pack. Copy and paste the following commands into the terminal window in order, pressing Enter after each command to run it. The first command adds a personal package archive (PPA) to your system that Ubuntu can install packages from. The second command downloads information about the newly available packages, and the third command installs the Windows 7 theme—no installation wizard required. Typing sudo before each command allows it to run with root permissions, similar to running a program as administrator in Windows.

sudo add-apt-repository ppa:upubuntu-com/gtk3

sudo apt-get update

sudo apt-get install win2-7

The Win2-7 theme is now installed. To enable the icon, window border, and widget theme, copy and paste the following commands into the terminal. As you run each command, you’ll see your desktop gradually transform and become more Windows-like.

gsettings set org.gnome.desktop.interface gtk-theme ‘Win2-7-theme’

gsettings set org.gnome.desktop.wm.preferences theme ‘Win2-7-theme’

gsettings set org.gnome.desktop.interface icon-theme ‘Win2-7-icons’

The taskbar-like launcher at the left side of your screen will still be a different color. Never fear—like Windows 7’s taskbar, the launcher derives its colors from your desktop wallpaper. For this article, we’ll use Windows 7’s default wallpaper, which you can find all over the Internet. (I snagged my copy from an old ZDNet post.) If you’re using Firefox on Ubuntu, right-click the full-size wallpaper image in your browser and select Set as Desktop Background.

You’ll also want to move the window management buttons—close, minimize, and maximize— located at the top-left corner of each window by default. Use this command to put them in a Windows-style order:

gsettings set org.gnome.desktop.wm.preferences button-layout ‘menu:minimize,maximize,close’

To remove the Mac-style global menu bar and put the menu bar (containing File/Edit/View) back into each individual application window, run this command:

sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt indicator-appmenu

You’ll have to log out and log back in for this change to take effect. Use the button at the top-right corner of your screen to log out.

Behold Windows and Ubuntu’s love child!

Do you like what you see? This is as close to Windows 7 as we’re going to get with Ubuntu’s default Unity desktop environment. If it doesn’t quite scratch your itch, keep reading to learn how to create a more traditional Windows 7-style look using the Xfce desktop environment.

Installing and customizing Xfce

For this method, we’ll be throwing Ubuntu’s default Unity desktop out and going our own way. (Okay, we’re not actually throwing it out, just selecting a different environment on the login screen). Xfce is one of the most popular desktops that still offers a lot of configurability. Install it with this command:

sudo apt-get install xubuntu-desktop

Log out of Ubuntu using the menu at the top-right corner of the screen and click the icon next to your name on the login screen. Select Xubuntu session and log in normally. (You can install multiple desktop environments and toggle between them on the login screen like this.)

Xfce also uses a two-panel layout by default. We’ll have to do some heavy customization to get it looking more like Windows 7, but it’s all graphical—if you’re a Windows power user, you’ve done this kind of tweaking many times before.

First, get rid of the top panel. Right-click it, point to Panel, select Panel Preferences, and click the red Remove button. Use the drop-down box in the panel configuration window to select the other panel. Uncheck the ‘Automatically show and hide the panel’ option and check the ‘Automatically increase the length’ option. Now we’re getting somewhere! At this point, you should have a single taskbar-like panel across that bottom of your screen.

Use the buttons on the Items panel to remove the items you don’t want, add the items you do want, and reorder them as you see fit. For a Windows 7-style taskbar, try using these items in the following order:

Читайте также:  Живые обои для windows 10 для ноутбука

Applications Menu, Separator, Launcher, Window Buttons, Separator, Notification Area, Indicator Plugin, Show Desktop.

The item options for Xfce’s panel are nice and simple.

Add as many launchers (read: shortcuts) as you like to the launcher section and think of them as your new quick launch bar. Unfortunately, Xfce can’t group applications and open windows the same way Windows 7’s taskbar can, so it’s a bit more old school.

To configure an item, select it in the list and click the Gear button. You’ll also want to disable the ‘Show button title’ option in the Applications Menu item’s settings.

Theming Xfce to look like Windows

Now we just have to make Xfce look more like Windows 7. If you didn’t run any of the commands in the Unity section above, run the commands below in a terminal. (Right-click the desktop and select ‘Open terminal here’ to open a terminal in Xfce.)

sudo add-apt-repository ppa:upubuntu-com/gtk3

sudo apt-get update

sudo apt-get install win2-7

gsettings set org.gnome.desktop.wm.preferences theme ‘Win2-7-theme’

gsettings set org.gnome.desktop.wm.preferences button-layout ‘menu:minimize,maximize,close’

Open the Settings Manager from the applications menu and click the Appearance icon. Select Win2-7-theme in the Style list and select Win2-7 in the Icons list.

Press Alt+F2 and run the following command to get Windows 7-style window borders. If you’re typing this out rather than copying and pasting, note that the command includes a double-dash, not a long em dash.

Go into the Session and Startup panel in the Settings Manager, select the Application Autostarttab, and click the Add button. Enter Metacity as the application’s name and metacity —replace as its command. Now Windows 7-style window borders will automatically start with your desktop.

To make your panel look more like Windows 7’s panel, right-click it, point to Panel, and select Panel Preferences. On the Appearance tab, select Background image and browse to the \usr\share\themes\Win2-7-theme\gtk-2.0\Panel\ directory on your computer. Select a background image like Panel_Win2-7Basic800.png. The theme pack we installed includes a variety of panel backgrounds, so feel free to experiment.

You can also change the applications menu’s graphic and make it use a Windows 7-style start orb. First, find a Windows 7 start orb image—you can find several on Google Images, but make sure you get a transparent PNG image. Once you’ve found a good image, right-click the Applications menu button, select Properties, and use the Icon button to select your start orb.

Here it is: A Linux OS in Windows clothing, perfect for those afraid of change.

Phew, that took a lot of tweaking (and a lot of text)—but we now have a Windows 7-style desktop on Ubuntu. It lacks a Windows 7-style Start menu and taskbar, but Windows users that prefer the classic Start menu and taskbar behavior will find it immediately familiar.

Undoing your changes

Want to undo your changes? If you followed the first method, just run these commands. Remember to log out and log back in after running the commands to restore the global menu bar.

gsettings reset org.gnome.desktop.interface gtk-theme

gsettings reset org.gnome.desktop.wm.preferences theme

gsettings reset org.gnome.desktop.interface icon-theme

gsettings reset org.gnome.desktop.wm.preferences button-layout

gsettings reset org.gnome.desktop.background picture-uri

sudo apt-get install appmenu-gtk appmenu-gtk3 appmenu-qt indicator-appmenu

If you followed the second method, log out and select Ubuntu’s default desktop environment from the login screen. You can toggle between the two whenever you like. If you’d like to uninstall Xfce, use this command:

sudo apt-get autoremove xubuntu-desktop

These processes are a good demonstration of just how configurable Linux is. You can rip out software from the default desktop, use all sorts of themes, install a completely different desktop environment, or even build your own desktop environment by cobbling together pieces from different desktop environments—that’s what we did in the last section.

Still not sold on Linux? If you’d just like to use the Windows 8 desktop without all of the operating system’s funky design and interface changes, check out our guide on banishing the Metro UI from Windows 8.

When freelance writer Chris Hoffman isn’t writing about gadgets and software, he’s probably using them in his spare time.

Оцените статью