Disable Microsoft Defender Antivirus real-time protection permanently

First disable Tamper Protection in the Microsoft Defender settings itself. Then using Windows Powershell (admin) disable the real-time protection with the below cmdlet.

Set-MpPreference -DisableRealtimeMonitoring $true

Alternative method is using the Group Policy Editor.

Turning off real-time protection permanently even after restarting.

OPTION FIVETurn On or Off Real-time Protection for Microsoft Defender Antivirus | Tutorials
https://www.tenforums.com/tutorials/3569-turn-off-real-time-protection-microsoft-defender-antivirus.html

This link should also provide you with other useful things to switch off/on. Like disabling telemetry.

Microsoft has slightly changed some things so they may be worded differently. Such as Windows Defender is now called Microsoft Defender so older guides may not reflect that. Tamper protection needs to be also disabled.

Links & References

Accessing Local Group Policy Editor and Local Security Policy for Windows 10 Home editions

Simply to upsell Microsoft feels the need to basically switch off components within its Windows OS (Operating System). Annoyingly the real-time protection feature keeps enabling itself every time Windows is restarted. You have a few ways to switch this off, but my personal preference has always been the group policy method, however using Home editions this is missing.

You can use this method to enable it:

Local Group Policy Editor

How to Enable the Group Policy Editor on Windows Home Editions | TechSpot
https://www.techspot.com/guides/1719-group-policy-editor-windows-home/

Or slightly different way:

How to Access the Group Policy Editor in Windows Home
https://www.makeuseof.com/tag/access-group-policy-editor-even-windows-home-settings-try/

Local Security Policy

How to Enable Local Security Policy (secpol.msc) in Windows 10 Home – MajorGeeks
https://www.majorgeeks.com/content/page/how_to_enable_local_security_policy_in_windows_10_home.html

Simply right click on the start button (bottom left) and launch ‘Run’ then type:

%SystemRoot%/System32/secpol.msc

Alternatively simply search in the Start menu for secpol.msc and that should give the best result as the Local Security Policy.

There does seem to be an alternative method to Group Policy called Policy Plus, but I have not tried it out completely to comment. You can find it linked below.

GitHub – Fleex255/PolicyPlus: Local Group Policy Editor plus more, for all Windows editions
https://github.com/Fleex255/PolicyPlus

Sav’s guide to USB flash memory & Micro SD card testing

You just bought a new USB flash drive or Micro SD card, nice! But is it fake? Does it meet the advertised capacity and speeds? These things should be tested right away, giving you enough time to go back to where you bought it from if needed.

One of the most important things is how fast is the read and write speed of the port you’re using to test the drive. If you’re testing out an SD card, make sure the reader/writer is capable of going beyond the speeds the card is capable of.

If you’re unsure, just be aware that if your tests reach this number constantly then maybe it is your port and not the SD card. Assuming you’re not sure of the capable maximum speed, lets start off with:

CrystalDiskMark

Most cases drives come already formatted, so before making any changes, doing a quick test with CrystalDiskMark allows you to assess if your port that you’ve connected to is holding you back. Use another drive to compare it to.

I recommend making a folder on your desktop, with the folders nicely named of each drive you’re testing.

If you do not have a spare drive or SD card to compare to, then just be aware that if you just purchased a drive that claims to read and write 100MB/s and you’re only getting 30MB/s well that may be the maximum the port can go. You may need to try another device as an alternative method. This doesn’t mean it can’t possibly be that bad. It actually can, but this is all about getting a baseline for your tests.

Disk Management

See what you’re dealing with. Press Start (Windows 10) and run “diskmgmt.msc”, this will open up Disk Management and will show you what the partitions look like on the drive. If there’s two partitions, with one being very small I wouldn’t touch it for now, but simply make a mental note. You’ll start to get a better understanding of the drive as you go.

H2testw

Once you’ve done a baseline and checked the size, the main thing to do is a data integrity test. This will save you the bother of continuing if the size (capacity) is false. It will also give you a average read and write speed, but this test is the longest.

If H2testw managed to successfully write every byte on the disk without issue then the capacity is real. It should have also given you a average write & verify (read) speed result while it was doing the test. Take screenshots and move onto the next steps.

SD Card Formatter

If you’re using an SD card, it’s definitely worth formatting using the SD Card Formatter tool from SD Association website. If the drive needs a format, this is reliable way to do it. I also like to run diskpart and clean the drive before doing a format.

diskpart

Press Start (Windows 10) and type cmd which should result to Command Prompt. Right click and run as an administrator. Step 1) Type “diskpart” in the terminal and it should run. I’ll be basic with the instructions on this, but I recommend looking at a few YouTube videos of this command line tool if this is the first time you’re using it. Any wrong move and you might format important drives.

Step 2) list disk

You’ll get a nice list of all the disks connected to the system. Look for the one that is your drive you’re dealing with. Usually you can tell as it’s the last connected drive and matches the capacity.

Step 3) “select disk x(where x is your USB key)

Step 4) “clean”

HD Tune Pro

This program basically does what CrystalDiskMark does but gives some more information. I like to do a read/write tests without the drive being mounted (first tab). Take screenshots of both the read and write test.

Format the drive using SD Card Formatter / diskpart / Disk Management console.

If you’re formatting an SD card; use SD Card Formatter above. If it’s a normal disk or USB drive, you can use Disk Management to create preferred partitions or use diskpart again, repeat the steps above, but continue below.

Step 5) “create part primary”

Step 6) “select part 1”

step 7) “active”

Miscellaneous

Storage manufactures are basically falsely advertising by using a different form of measurement of bytes thus resulting in different outcome for what is the true capacity of the drive. To be as simple as possible. 1 GB to them is 0.9313 GB.

So an advertised 1TB would be 931.32GB on your computer as available storage. If you’re getting even less than this then the capacity is basically missing.

Here’s some useful information:

Why a hard drive has less storage space than promised?
https://www.tweakandtrick.com/2013/07/lost-storage-space.html

Convert byte to gigabyte – Conversion of Measurement Units
https://www.convertunits.com/from/byte/to/gigabyte

SSD is 256 gb but only showing 238 gb? | Tom’s Hardware Forum
https://forums.tomshardware.com/threads/ssd-is-256-gb-but-only-showing-238-gb.1998324/

Summary

Using various software and tools mentioned above you can collect enough results to determine the true capacity and speed. There are more tools. There is more things to know, but for now this is it.

How to download the latest Windows 11 (any version) directly from Microsoft

It’s always best to make sure you’re downloading a legit and untampered version of your operating system you want to use. Here’s a simple three step guide to download a copy of Windows 11 directly from the Microsoft website.

Step 1) Go to: https://www.microsoft.com/en-us/software-download/windows11

Step 2) Scroll down till you Download Windows 11 Disk Image (ISO), select your language, it should then simply generate you a download link that lasts for 24 hours.

Now, you could just load that onto a USB and be on your way (using rufus to create a bootable USB drive), but maybe you want to actually verify what you’ve downloaded? Here’s how:

Download IgorWare Hasher, which basically verifies the files SHA-1, MD5 and CRC32 hashes. Using that you compare it to a known list of verified ISO’s. This time Microsoft provides these hashes right after selecting your preferred language.

Oh and for your information, “English International” is the British English version, supposedly.

See also

https://www.microsoft.com/en-us/windows/windows-11-specifications

Edit, extract, create, merge Matroska files

So you have a .mkv file and want to maybe remove or add subtitles to your video. Back in the way you were out of luck and if you did not have the original files to re-encode again, however now with Matroska it’s a lot simpler. It’s essentially a container.

Using MKVToolNix you can simply open the container, add or remove what you like and then reproduce the container again. No need for codecs, or long rendering times. It’s GUI (graphical utility interface) based, but there are purely command-line methods as well, but I found MKVToolNix to be very simple and gets the job done.

MKVToolNix GUI
MKVToolNix

You can download it here. https://mkvtoolnix.download/

Simply scroll down to your preferred operating system (Windows is down below).

Buying your perfect Torch/Flashlight

  1. Flashlight LED (look for the best LED out there that a flashlight uses and filter flashlights using that specific LED)
  2. Power source (I recommend 18650 batteries)
    1. Does it come with a battery?
    2. Can you charge your battery without taking it out or does it come with a charger?
  3. Features useful to you (Water resistant, Impact proof, Other features such as clips, carry bags, or holders, depending on your needs.)

To get you started on understanding flashlights, LED’s and lumens. Here’s some videos.

[embedyt] https://www.youtube.com/watch?v=Y8JLKdZs_WA[/embedyt]

https://budgetlightforum.com/node/77565

18650 Flashlight Reviews | BudgetLightForum.com
https://budgetlightforum.com/forum/flashlights/18650/reviews

How to create a bootable USB drive with Rufus (2021)

I previously wrote a guide to download Windows 10 directly from Microsoft and also check the hashes to confirm they are original/legit copies of Windows. With Rufus you are able to do pretty much the same step, but quicker so I’ve always been thinking of writing it up. Having issues with legacy and UEFI systems not reading the bootable USB drive, I thought I can combine the two.

There are other guides out there so I think I do not need to go into deep detail, you can always go check them out if you get stuck (links down below), however I simply wanted to point out the key things that may cause issues.

Once you start Rufus rather than selecting an ISO file (windows you’ve already got downloaded) instead use the drop down menu and click “DOWNLOAD” then literally click the “DOWNLOAD” button again so it pops up the menu to download your preferred version. Do this with the latest version of Rufus or make sure to update Rufus using the cog settings at the very bottom of the program.

After that I prefer to download via the link and save the ISO for another time. I then repeat usual process of selecting an ISO and the important parts here are now loading up the Partition scheme as “MBR” pressing ALT+E to ensure the target system is BIOS or UEFI.

I have seen people select the file system as FAT32, but if you do that with the latest windows with file sizes larger than 4gb you will have issues, because I can confirm for example in Windows 11 and also Windows 10 21H1 you will have files larger than 4 GB’s within the installation so stick to NTFS.

Other guides

https://rufus.ie/en/
https://www.windowscentral.com/how-create-windows-10-usb-bootable-media-uefi-support

Update 2021/11/21: Typo corrected.

Backing up your music CD’s

Started noticing scratches on some of my music CD’s and thus the question formed as to how I can backup these CD’s up in case of eventual complete failure. Yes I still have CD’s, but weirdly I don’t have a CD player anymore, just an external drive I use now and again.

Method #1 – Windows Media Player

Simply open Windows Media Player, press Alt to get the standard menu to appear and go to Tools > Options. This should bring up the Options window with various tabs of settings to go through. Look for “Rip Music”. Select your preferences, location of where the output files go and you’re done. Press Apply & OK.

After that you should see the option appear just above the track lists.

It might be greyed out due to not selecting any tracks, so after selecting the tracks you want to rip, press “Rip CD” and you’re all done.

Method #2 – Copy the Audio Disk for a 1:1, like for like copy

This method is just after one thing, exact copy of the disk. Using software such as CloneCD or ImgBurn to clone the disk and store that as a backup or clone the disk and store that as a backup, pure and simple. I have yet to fully explore and learn exact details and whether these software are indeed exact copies, however my disks still are fine so I have a bit more time, in the mean time I use the first method above and prefer to hide away the disk.

There are probably more methods I am not thinking of, if I come across any or find better software that I am satisfied with I’ll update this post. Good luck.

Browser Extension: Tab-Snap (Chromium)

Tab-Snap – Chrome Web Store
https://chrome.google.com/webstore/detail/tab-snap/ajjloplcjllkammemhenacfjcccockde

This browser extension quite simply generates a list of all of your open tabs in your current window with nicely formatted lines for you to copy paste to note somewhere, email or share.

Screenshot of first clicking the extension shortcut on the browser, then viewing site list.

All of this is in text format so you can just adjust or create the list manually and as you go. Another benefit of this is you could copy paste this to any messaging application and not worry about compatibility.

Also included in the copy paste is the timestamp at the top, useful to know when the list was created.

You may be wondering, ok so I copied the list, it’s large so it’s going to be a pain to reopen, well the restore function is there too. Paste exactly what you copied and the extension will automatically open every page in the list.

My thoughts

You may find this browser extension useful if you much prefer getting a simple, raw list and saving it to say your email or notes. No need to sync or require the extension. It does exactly what is needed without making it dependant.

However some people may prefer to use their mouse and hit a button rather than selecting all (CTRL+A and then CTRL+C) to copy/paste the list. Plus having that text in your list is a bit annoying. I’d ditch that, include that out of the frame and include a button, of course thus having both ways still available.

Finally I would improve the look and add a local save option so one could save the lists in named folders similar to bookmarking. Being able to open them up quickly and edit the list would literally mean I would no longer need other tab saving extensions. You could then make another extended extension of this with sync support, for those who prefer it. I personally would replace my tab bookmarking extensions I have for this.