How To: Wipe a Computer
Joshua Arnone • November 18, 2023

We get it. You don't want to bring your computer to a shop, but you want a fresh new experience with your computer.

Don't worry. You probably already have everything you need.

Nine times out of ten, every now and again, your computer gets bloated with a bunch of programs that you don't remember installing, or have used so long ago that you forgot about it, and next thing you know, BOOM. Your drive is rich with all sorts of programs that you remember using once or twice. And you don't want to go through the trouble of sorting through them all, and it's probably better wiping than going through the trouble.


Before you remove everything (because that's what wiping does!) though,

- If you have any saved data, such as cookies, passwords, users, etcetera, it WILL be lost.

- If you have any saved games, such as installed via Steam, or maybe some other websites, it WILL be lost.

- If you have any documents, presentations, anything office related, it WILL be lost.


If you're okay with losing everything, or you have it backed up into some platform like Google Drive, or Dropbox, then you're prepared to get started.


What you need:


- At mininum a 8GB USB. Preferably with USB 3.0 or higher. USBs like that are the best way to get data across, and quickly.

- A good USB flasher. We recommend Rufus, although we aren't sponsored by them, they're an open source flasher. Rather than being closed source, where a dedicated group of people work on it with no-one able to fully able to look into the code without dedicated tools for reverse engineering, an open source program allows even you, the reader, to look into the code! Though, if you don't know the C programming language, this won't particularly be helpful. Anyhow; Rufus is the way to go with any amount of flashing, whether you're looking at a Windows installation, or a go in a Linux distribution!


What to do:


First, double check that your Windows partition has a form of "recovery mode". Worst case scenario, the partition that holds your recovery utility is totally done for, which means no internal resets. What's an internal reset? Well...


The recovery partition is basically kicked into action whenever Windows detects that it's having troubles booting, usually if it BSODs on boot, or just can't get to the sign-in portion of booting into the computer after enough times. The recovery mode has an option for, after going into "Advanced Options", "Reset This PC". This tells Windows to basically refer to an internal segment of the drive that, hopefully, hasn't been damaged, to then flash into the Windows folder, and allows the computer to boot normally again. This usually works rather well, even without a Wi-Fi connection.


If that didn't work;


Either the recovery partition is damaged, or the internal portion is corrupted, your best course of action is to flash a USB stick using Rufus with a new Windows ISO. You can find these ISOs on the Microsoft website, both for Windows 10 and Windows 11. Once you have the ISO downloaded, open up Rufus, insert the ISO into the Boot Selection, and then flash it once it's ready. After you're done, reboot.


This is where the fun part begins.


Booting into the setup:


Depending on the model of your computer, your motherboard has a BIOS, or Basic Input-Output System, where it has a temporary start-up menu. Any of the function keys can be your guide onto where to find this start-up menu, or even if you entire the BIOS yourself, you can boot into the USB stick, provided the flashing is done successfully.


After it's booted into the setup utility, begin the setup and follow the steps that Windows lays down for you. At this stage, any data that you have on your drives is likely unrecoverable without a dedicated repair shop to recover that data for you, or if you have another USB stick that you can use to store files to, with another USB flash, typically a form of Ubuntu installation for a temporary way to store your media that you want to recover. Either way, begin the installation, and with a little bit of sailing, your computer should be fresh and clean with a new install of Windows, or an installation of your choosing!


Congratulations! You saved yourself a bit of cash, and got a faster installation with it, nine times out of ten. Still encountering a bit of slowness? It may be a good idea to, if you're on a desktop, upgrade certain parts of your computer, or, if you're on a laptop, get a new one. Both of which can be very costly and risky, so it's suggested you bring them to knowledgeable computer technicians like us to take care of that for you.

By Joshua Arnone November 3, 2025
The year of desktop Linux is a joke among experienced computer users. But, is it really still not the year? First of all, welcome to the very first post in the "Tech Talks w/ Josh" series. I'm your blogger, Joshua Arnone, and let's get to talking about a penguin-oriented operating system. What is Linux? Linux is a free-as-in-freedom kernel , created by Linus Torvalds, in 1991, as a personal project while studying in Finland. A kernel is a foundational level in software that ties together your hardware (physical computer) to your software (applications, like Firefox and whatnot) that takes care of drivers and running the operating system. If you're in the Mac ecosystem and heard of a " kernel panic ", that means that the computer ran into something so irrecoverable that even the kernel was forced to shutdown and restart. When people talk about "using Linux", they really mean that they are using a distro , or distribution, of Linux. What are Linux distros? Distros are essentially the "operating system" that Linux boots up. When you hear "Ubuntu", "Arch", or "Debian", those could be considered the operating system behind Linux. It all loads the same Linux, however, what differs is normally the package system (i.e., Ubuntu and Debian use apt , or "advanced package tool", while Arch and derivatives use pacman , or "package manager"), update cycle (Debian releases stable update cycles very cautiously and barely "occasionally", to promote system stability, Ubuntu releases stable updates more frequently, and Arch has no concept of stability beyond "it just works" nearly daily, depending on the developer), and general community. However, distros don't equal how it appears. Two computers running the same distro could look very differently from another, and that's thanks to one of two possible GUIs, or graphical user interfaces: Desktop Environments , (DE) or Window Managers (WM). What's the difference between a Desktop Environment and a Window Manager? Statistically speaking , you're running Windows. Windows could be considered a desktop environment , as you have windows, with bars for you to click on and move around with your mouse. If you're a mobile user, i.e., Android, iOS, and the like, it could be considered a window manager . Unlike a desktop environment, window managers manage their windows (which are managed by the window manager) by the user using certain keybinds and combinations of characters to move them around, close them, and duplicate them, rather than using the mouse. Generally, if you're looking to enter the Linux ecosystem, it is highly recommended you use a distro designed for a desktop environment , such as Manjaro with KDE, or Ubuntu with XFCE. This is because many skills you may have acquired using Windows, even at an intermediate level, will transition nicely over to Linux, except for when it comes to getting applications. Fundamentally, why Windows, Mac, or Linux? When it comes to using your computer, you have a certain lifestyle and suite of applications you use regularly. For example, the average Windows user likely simply browses the internet using an internet browser like Firefox, Chrome, Opera, or Edge . These are the most popular and most used internet browsers, and if you're not using these, you are using a variant of the browser, such as Chromium-based browsers, which run off of a similar engine that runs Google Chrome. Whenever you want to use an application (such as Discord), you normally go to the website, download an installer, tell UAC (User Account Control) to permit your system to be modified, and agree to whatever terms and conditions the installer displays, tell it where to install, usually just by clicking "Continue" over and over until it gets done. When you do, you often get a little icon on your Desktop that leads to your application, it's in your start menu, it's everywhere you need it to be to access it, and you double-click it to open it. The average Mac user also browses the internet, but often uses just Safari , and very rarely ever has to install applications, but when they do, it's normally through the App Store. Now, the average Linux user may also be using the same kinds of browser as the Windows user, however, they have to get the packages for it via the command line, with apt or pacman , then, when they want to use it, they may run it from the command line, or through the Desktop Environment's equivalent to a Start menu, or any general "meta" menu. Installing applications, whether they be games or browsers, editors or system management tools, is all done through the command line. Very few desktop environments or distros are designed to be used exclusively with the mouse , and this is where the arguments for "year of the Linux desktop takeover" fall apart. How does it fall apart? The average Windows or Mac user will have to undergo a life-style change, not to mention possibly losing their data to install a Linux-based distro, and understand how to use the command line, even if it's just to the extent of getting the same things they already have on Windows or Mac. Because of this, it becomes a question of "why bother changing", if what they have is working? The Windows user may answer "I don't bother, because what I have is so easy, works everywhere, and is perfectly fine." The Mac user may answer "I don't bother, because what I have is part of an ecosystem. Everyone I know has a Mac, and it works fine for them, and it works fine for me." And the Linux user may answer "I bother, because I care about my privacy, know what I'm doing with my data and my everything, and it all works fine, until someone updates something improperly, and I have to roll-back an update. That's annoying, but I care about my computer, so I use Linux." And I answer "there should be no point in arguing, because what everyone has works, until big corporations come to try and tear it away for the sake of more money. When the paid stuff breaks and nobody fixes it, then you switch to Linux, because then, you trade your time for saving money, and stability, if you make the right choice." But that's just me, and it's a case-by-case basis, which is why if you worry for the future of your computer and want to learn more about Linux, we can help by setting you up with a Linux distro that fits you, and help you learn how to use it.
By Joshua Arnone October 27, 2025
We get it. Replacing your phone sucks.
By Joshua Arnone November 22, 2023
Hoo boy. You never want to see the Apple for longer than thirty seconds. But if you do, here's what to do.
By Joshua Arnone November 19, 2023
As fun as that would be, no, this isn't a tutorial on how to get ghosts to touch your phone for selfies. Disappointing, I know, but you really don't want your phone doing stuff on it's own.