For inquiries, check out the About page.

Deals expire left & right - Be sure to grab one on time!
Buy from my links, I get a commission. We both win. You dig?
Shopping King of Real Tangible Deals! Shop Smarter, Cheaper, Better
As an Amazon/eBay/AliExpress Associate, I earn from qualifying purchases

Wednesday, November 19, 2025

Windows 11 - Find hidden URIs

Many people are using my method to install a local account instead of an MS online/cloud account by using the URI   ms-cxh://  

During OOBE, press Shift+F10 to open CMD and type: start ms-cxh://localonly to create a local user account and continue the installation from there. Note however, this method is known to Microsoft, and will be blocked in future builds.

You won't find the parameters that the URI ms-cxh:// can use anywhere online or in the Windows registry, as MS does not publish them - they're hidden inside files.

The URI command ms-cxh://localonly , for example, can be found in the file: C:\Windows\SystemApps\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy\js\errorHandler.js

This file was found using the Super God Mode script , which runs a Powershell script to search within files for hidden URIs.

BTW, you can run a similar search using Notepad++ :

Open Notepad++ as admin > Search > Find in files > Enter the search string, for example ms-cxh:  and directory, for example C:\Windows > CHECK "In all subfolders, CHECK "in hidden folders".

Add a filter if you like, for example: *.* !*.dmp !*.msi !*.msp !*.etl !*.log !*.jpg !*.png !*.wim !*.sys
and click "Find all". Wait for the results, they will appear at the bottom pane.

There are other ways to perform a deep search, such as using MS Sysinternals stringsGeoff McDonald's strings2 or Mandiant's floss.

Wednesday, October 29, 2025

Windows 11 - All the known ways to skip & bypass OOBE MS online account

Here are all the known ways and methods to skip & bypass Windows 11's OOBE MS online account requirement and use a local account instead.

 1st Method

Start the Windows 11 installation. When in OOBE and Win11 requires you to connect to the network,

press SHIFT+F10 to open a CMD window and type: OOBE\bypassNRO

The PC will restart, OOBE will start again, but this time it will offer the option "I don't have an internet connection". Continue for there.


2nd method

* By accessing the Developer Console, users can trigger a local account setup screen. 

1. Start Windows 11 Setup > Select region and keyboard layout.

2. Press CTRL + SHIFT + J to open the Developer Console.

3. Type: WinJS.Application.restart("ms-cxh://LOCALONLY")

This opens a GUI to add a local user account.   

   * Note: This command is case-sensitive. 

   * You can use Tab-completion to help you type it quickly & accurately.

 Press Escape to exit the Developer Console and return to the OOBE screen.


3rd method (similar to method 2)

1. Start Windows 11 Setup > Select region and keyboard layout.

2. Press SHIFT+F10 to open CMD and type: start ms-cxh://LOCALONLY

This opens a GUI to add a local user account.

  

4th method

If you're upgrading from a previous installation of Windows (or booted from WinPE):

1. Mount the Windows 11 ISO file: Right-click it and select Mount (or select open with > Windows Explorer)

   It should receive a drive letter, let's say E:\ .

2. Open CMD and type: 

   cd /d E:/Sources

   setupprep.exe/product server

3. Continue installation as usual (you can ignore the "Server" label, it will install Windows 11).


5th method (similar to method 4)

If you're upgrading from a previous installation of Windows (or booted from WinPE):

1. Mount the Windows 11 ISO file: Right-click it and select Mount (or select open with > Windows Explorer)

   It should receive a drive letter, let's say E:\ .

2. Open CMD and type: 

    cd /d E:

   setup.exe /product server

3. Continue installation as usual (you can ignore the "Server" label, it will install Windows 11).


6th method

Start the Windows 11 installation. When in OOBE and Win11 requires you to connect to the network, press SHIFT+F10 to open CMD and type the following commands:

:: This creates a standard limited user. 

:: The asterisk * tells the system to ask for a password (for security, the input is hidden)

:: If you prefer, you can type the password directly in the command: net user "YOUR_USERNAME" "YOUR_PASSWORD" /add

net user "YOUR_USERNAME" * /add

:: This adds the user to the local Administrators group

net localgroup Administrators "YOUR_USERNAME" /add

:: Make the user account active/enabled

net user "YOUR_USERNAME" /active:yes

:: Make sure the password never expires

net user "YOUR_USERNAME" /expires:never

:: Optional - Deactivate the built-in Administrator account

net user "Administrator" /active:no

:: Delete the temporary setup account, it's no longer needed

net user "defaultUser0" /delete

:: To check/verify that all the steps we've done so far were performed OK

net user

:: Next, we need to adjust a few registry settings

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /f /v DefaultAccountAction

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /f /v DefaultAccountSAMName

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /f /v DefaultAccountSID

reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /f /v LaunchUserOOBE

reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /f /v SkipMachineOOBE /t REG_DWORD /d 1

:: If you want, you can bypass the BitLocker auto enforcement

reg add "HKLM\SYSTEM\CurrentControlSet\Control\BitLocker" /f /v PreventDeviceEncryption /t REG_DWORD /d 1

:: Reboot the PC

shutdown /r /t 0

:: You should now be able to continue setting up Windows


NOT TESTED YET, BUT MAY WORK:

control userpasswords2

netplwiz

start ms-settings:otherusers

lusrmgr.msc

start ms-cxh://SETADDNEWUSER > I don't have this person's sign-in information > Add a user without a Microsoft account

WD Red Pro 3.5" NAS HDD - Deal at Amazon ✈

The 20TB WD Red Pro 3.5" NAS HDD recorded at Amazon USA priced at $319.99. Just $15.99 per TB. Lowest ever! [PRIME DEAL]

EDIT: The 14TB version recorded at Amazon USA priced at $229.99. Just $16.43 / TB.

EDIT: The 18TB version recorded at Amazon USA priced at $229.99. Just $13.23 / TB.

EDIT: The 22TB version recorded at Amazon USA priced at $369.99. Just $16.82 / TB.

EDIT: The 24TB version recorded at Amazon USA priced at $449.99. Just $18.75 / TB.

EDIT: The 26TB version recorded at Amazon USA priced at $501.99. Just $19.30 / TB.

🔻 PRICE DECREASE 🔻


This is a great solution for archival and long-term storage purposes.
20TB is plenty for most households for years. And it's designed to handle up to 300TB of reads & writes per year.

Main features include 7200rpm rotation speed, 512MB cache, SATA3 6Gbps interface & 5 Year limited warranty.
*  ✈ International Global shipping available.

Monday, October 6, 2025

Crucial T700 PCIe Gen5 NVMe SSD - Deal at Amazon ✈

The 4TB Crucial T700 PCIe Gen5 NVMe SSD with heatsink recorded at Amazon USA priced at $322.89. Lowest ever!

EDIT: The 2TB version recorded at Amazon USA priced at $181.99. Lowest ever!

🔻 PRICE DECREASE 🔻


  • Includes heatsink
  • DirectStorage enabled
  • Read speed up to 12400 MB/s
  • Write speed up to 11800 MB/s

* ✈ International Global shipping available

Monday, September 8, 2025

Seagate IronWolf Pro HDD - Deal at Amazon ✈

The 16TB Seagate IronWolf Pro Hard Drive recorded at Amazon USA priced at $249.99. That's $15.62/TB. Lowest ever!

🔻 PRICE DECREASE 🔻

EDIT: The 20TB version recorded at Amazon USA priced at $318.04. That's $15.90/TB. Lowest ever! 

EDIT: The 20TB NEW version recorded at Amazon USA priced at $329.99. That's $16.49/TB. Lowest ever! 

EDIT: The 22TB version (with 512MB cache) recorded at Amazon USA priced at $362.99. That's $16.49/TB.

EDIT: The 28TB version (with 512MB cache) recorded at Amazon USA priced at $479.99. That's $17.14/TB.

 

  • 18TB unformatted capacity.
  • 3.5" 7200rpm SATA3 CMR HDD with 256MB cache.
  • Rated for up to 300 TB/year.
  • Model # ST16000NE000   

* ✈ International Global shipping available.

Monday, August 11, 2025

Windows 11 - Disable the controversial Recall feature

If you wish to stop the Recall feature from getting installed:

Step 1: Get PowerRun. This gives us TrustedInstaller privileges to basically do whatever we want.

Get VoidTools Everything - Best free search app for Windows.

Get RegCool - Best free Registry editor.

Get the Take-Own script - Install the reg script. This will add "Take Ownership" to the Context Menu in Windows 11. 


Step 2: Open CMD from PowerRun and paste:
schtasks /End /TN "\Microsoft\Windows\WindowsAI\Recall\PolicyConfiguration"
schtasks /Change /TN "\Microsoft\Windows\WindowsAI\Recall\PolicyConfiguration" /Disable
schtasks /End /TN "\Microsoft\Windows\WindowsAI\Settings\InitialConfiguration"
schtasks /Change /TN "\Microsoft\Windows\WindowsAI\Settings\InitialConfiguration" /Disable

Or, if you prefer - Open Powershell from PowerRun and paste: :

Stop-ScheduledTask -TaskPath "\Microsoft\Windows\WindowsAI\Recall\" -TaskName "PolicyConfiguration"
Disable-ScheduledTask -TaskPath "\Microsoft\Windows\WindowsAI\Recall\" -TaskName "PolicyConfiguration"
Stop-ScheduledTask -TaskPath "\Microsoft\Windows\WindowsAI\Settings\" -TaskName "InitialConfiguration"
Disable-ScheduledTask -TaskPath "\Microsoft\Windows\WindowsAI\Settings\" -TaskName "InitialConfiguration"

NOTE: If you have the Scheduled Tasks window open, refresh it (press F5) to see the change.


Step 3 (Optional - for advanced users): Use Everything from VoidTools, and search for %windir%\ UserExperience-Recall | userexperience-aix

It will list CAT and MUM files. They should be located under C:\Windows\servicing\Packages\ , under C:\Windows\System32\CatRoot\ and under C:\Windows\WinSxS\ .

Right-click and take ownership of these files (NOTE: taking ownership is limited to 15 items at a time)

Now you can actually delete these files. 


Step 4 (Optional - for advanced users): If you've deleted the files, you must also delete any reference to those files in the registry. Open RegCool, search for UserExperience-Recall-Package . Wait until the search is finished, the results should be in the bottom window. Delete all the keys that contain reference to those CAT and MUM files. Do the same for UserExperience-AIX-Package


You are now Recall-free. Cheers :-)

Friday, August 1, 2025

Toshiba X300 PRO HDD - Deal at Amazon ✈

The 18TB Toshiba X300 Pro HDD recorded at Amazon USA priced at $299.97. Lowest ever!

EDIT: The 22TB version recorded at Amazon USA priced at $428.99. Lowest ever!

 ðŸ”» PRICE DECREASE 🔻

 

That's $16.66 /TB.

Specs:

3.5" HDD, CMR, SATA3, 7200rpm, 512MB cache .

Rated for up to 300 TB/year.

* ✈ International Global shipping available.

Tuesday, July 29, 2025

Corsair Vengeance DDR5 Desktop RAM kit - Deal at Amazon ✈

The 64GB (2x 32GB) Corsair Vengeance 6200MHz C32 DDR5 Desktop RAM kit recorded on Amazon USA priced at $211.28. Lowest ever!

 ðŸ”» PRICE DECREASE 🔻

EDIT: The 32GB (2x 16GB) Corsair Vengeance 6000MHz C36 DDR5 Desktop RAM kit recorded at Amazon USA priced at $79.11. Lowest ever!

EDIT: The 64GB (2x 32GB) Corsair Vengeance 6000MHz C40 DDR5 Desktop RAM kit recorded at Amazon USA priced at $172.99. Lowest ever!

EDIT:  The 32GB (2x 16GB) Corsair Vengeance 6200MHz C36 DDR5 Desktop RAM kit recorded at Amazon USA priced at $119.99. Lowest ever!

EDIT:  The 96GB (2x 48GB) Corsair Vengeance 6000MHz C36 DDR5 Desktop RAM kit recorded at Amazon USA priced at $169.99 (after seller coupon). Lowest ever!


DDR5 Desktop PC RAM kit, optimized for Intel CPUs.

With CORSAIR's iCUE software, fine-tuned overclocking can be achieved, including real-time frequency readings, onboard voltage regulation, and saving custom XMP profiles.

* ✈ International Global shipping available.

Wednesday, July 9, 2025

SanDisk Extreme Pro E61 Portable External SSD - Deal on Amazon ✈

The 2TB SanDisk Extreme Pro E61 Portable External SSD recorded at Amazon USA priced at $109.99. Lowest ever!

1050 MB/s

EDIT: The 4TB Black version recorded at Amazon priced at $199.99. Lowest ever!

EDIT: The 4TB Sky Blue version recorded at Amazon priced at $229.99. Lowest ever! 

EDIT: The 4TB Dark Blue version recorded at Amazon priced at $219.99. Lowest ever! 

EDIT: The 8TB Black version recorded at Amazon priced at $449.99. Lowest ever! 

 

🔻 PRICE DECREASE 🔻
 

This is the "Pro" version, with an Aluminum enclosure instead of plastic, and twice the speed - takes full advantage of the 10Gbps USB Type-C interface and can reach up to 1050MB/s reads/writes !!

* ✈ International shipping available.

Amazon USA 🇺🇸 Tommy Hilfiger clothing & apparel deals

Tommy Hilfiger clothing & apparel deals on Amazon USA:

Men's Fleece Full Zip Up Hoodie
Men's Essential Small Messenger Bag
Men's Fleece Hoodie Sweatshirt with Embroidered Logo
Women's Layla High Rise Slim Straight Jeans
Men's Short Sleeve Moisture Wicking Stretch Polo Shirt
Men's Short Sleeve Casual Polo Shirt 2-tone design
Men's Short Sleeve Cotton Pique Flag Graphic Polo Shirt
Men's Casual Fleece Lined Jogger Sweatpants
Women's Relaxed Script Logo Jogger Sweatpants

Saturday, June 7, 2025

GoMoWorld - Another great eSIM provider!

Experience seamless connectivity with GoMoWorld eSIM, providing affordable data plans in 200+ destinations. Stay connected wherever your travels take you.


Check out some of their eSIM plans:


 

Tuesday, June 3, 2025

Crucial X10 Pro Portable External SSD - Deal at Amazon ✈

The 4TB Crucial X10 Pro Portable SSD recorded at Amazon USA priced at $209.99. Lowest ever!

EDIT: The 4TB Crucial X10 Pro Portable SSD recorded at Amazon UK priced at £267.99 GBP. Lowest ever!

EDIT: The 8TB Crucial X10 Pro Portable SSD recorded at Amazon USA priced at $439.99. Lowest ever! 

🔻 PRICE DECREASE 🔻


  • Read speed up to 2100 MB/s
  • Write speed up to 2000 MB/s
  • IP55 water and dust resistance
  • Drop-proof up to 7.5 ft / 2 meters
  • 256-bit AES hardware encryption

* ✈ International Global shipping available.

Friday, May 23, 2025

Delkin Power CFexpress Type B Memory Card - Deal at Amazon ✈

The 2TB Delkin Power CFexpress Type B Memory Card recorded at Amazon USA priced at $379.44. Lowest ever!

🔻 PRICE DECREASE 🔻



  • Reads up to 1730 MB/s
  • Writes up to 1540 MB/s

* ✈ Global International shipping available.

Corsair Vengeance DDR5 SODIMM RAM Kit - Deal at Amazon ✈

 The 64GB Corsair Vengeance DDR5 5200MHz SODIMM RAM Kit (2x 32GB) recorded at Amazon USA priced at $167.99. Lowest ever!

🔻 PRICE DECREASE 🔻

 



Very good option for laptops and miniPCs.

  • DDR5-5200, CL44
  • Compatible with nearly any Intel/AMD system
  • Model # CMSX64GX5M2A5200C44

* ✈ International Global shipping available.

Crucial DDR5 SODIMM RAM Kit - Deal at Amazon ✈

The Crucial 64GB (2x 32GB) DDR5-5600MHz SODIMM RAM kit recorded at Amazon USA priced at 156.57. Lowest ever!

  🔻 PRICE DECREASE 🔻


Very good option for laptops and miniPCs.

 * ✈ International Global shipping available.

Friday, May 2, 2025

Crucial T705 PCIe Gen5 NVMe SSD - Deal at Amazon ✈

The 4TB Crucial T705 PCIe Gen5 NVMe SSD with heatsink recorded at Amazon USA priced at $368.99. Lowest ever!

 


  • Includes heatsink
  • DirectStorage enabled
  • Read speed up to 14,100 MB/s
  • Write speed up to 12,600 MB/s

* ✈ International Global shipping available.

Wednesday, April 30, 2025

Corsair MP700 PRO M.2 PCIe Gen5 x4 NVMe 2.0 SSD with Air Cooler - Deal at Amazon ✈

The 2TB Corsair MP700 PRO M.2 PCIe Gen5 x4 NVMe 2.0 SSD with Air Cooler recorded at Amazon USA priced at $228.05. Lowest ever!

EDIT: The 4TB version recorded at Amazon USA priced at $511.69

EDIT: The 2TB Corsair MP700 Elite recorded at Amazon USA priced at $209.99


Unprecedented speed, reaching up to 12,400 MB/s sequential read and 11,800 MB/sec sequential write.

* ✈ International Global shipping available.

Tuesday, April 8, 2025

Homatics Home Click Smart Home Theater - Review [UPDATED] ✈

I've received the Homatics Home Click smart wireless home theater surround sound system for review (the white version).

*Update: Video review is now available on YouTube.

"Let's get something clear right away - you probably won't get a better sound system, with such features, at such an affordable price."

 

My review unit includes a wireless 100W 6-inch (15cm) subwoofer and a 4-meter Ambient LED Light strip - both are optional extras.

*Currently Homatics have product placements for a 100W sub and a 40W sub.

This Home Click set is advertised as having some unique features, and everything is controlled by an Android TV box with Google TV OS 14 - The Homatics Box R 4K Plus.

The basic set includes 4x satellite speakers, 1x center speaker and 1x Android TV box. Each piece comes with its own power adapter. The satellites are powered via a USB Type-C port located at the bottom, and have a label so it's easy to know where to place each one. The speakers connect using a private 5.8GHz wireless protocol, which really does a good job as I couldn't detect any latency.

The subwoofer has a regular 2-pin power connector and an on/off switch, right next to the down-firing 6" woofer. I have made a short video to illustrate its usable frequency range. The dimensions of the subwoofer unit are 24Dx23Wx38H cm, and it weighs 6.67 Kg.

The satellites are rather unique. They feature a down-firing 2.8" woofer, two side elements and an angled up-firing top element encased in a clear acrylic, specifically designed for Dolby Atmos. There's also a square LED light just under the top speaker, adding soft ambient lighting.

The center speaker is also quite special - The TV box sits neatly flush atop the center speaker and powers the center speaker via a USB Type-C port located at the bottom of the TV box. The center speaker also features a 4-character screen which is mostly used to indicate the listening mode. 

The FFM switch under the buttons enables or disables the far-field microphones (much like Amazon Alexa). When FFM is on, it allows the device to respond to voice commands even from a distance. When FFM is off it disables the far-field microphones for privacy or when you don't want the device to actively listen for voice commands. Could come in handy if you intend to use the Google Assistant a lot, and don't want to reach for the remote every time. However, I must note that this feature did not seem to work - setting FFM to ON and trying to speak directly to the center speaker did not pick up my voice. I'd suggest using the remote.

The (M)ode button displays the HummingEQ Pro menu for a brief few seconds, so you should really do that from the remote by long-pressing the Mute button.

Homatics Dongle G 4K - Product Review [Coupon Inside] ✈

I've received the Homatics Dongle G 4K for review.


It is a small Google TV certified media streaming device running Android 11, which is meant to be hooked up behind the TV to an HDMI port. The Dongle G 4K receives power via its 5W microUSB port. The USB cable can be connected to the TV as well if your TV has a 5W USB port (most modern TVs do). Otherwise, you can connect it to a wall power adapter (included in the box). A small white LED indicates that it is powered on.

The Dongle G 4K specs include 2GB LPDDR4 RAM and 8GB eMMC built-in storage. The 2GHz quad-core CPU with the Mali-G31 GPU give it ample power to stream 4Kp60 content easily.

It is currently priced at $59.99 USD (less with discount code - see below). You can select which power adapter will be included (US / EU / UK).

* EDIT 2025-04-08: There's an upgraded model with 32GB storage, with a list price of $79.99.

Setup is quite easy and straight-forward. If you have the Google Home app installed on your phone, you just add a new device, scan the QR code that's displayed on the screen, and follow the procedure on your phone.

You'll see this screen when setup is finished

In the box you get the dongle, remote, power adapter, microUSB to USB Type-A cable, and 2x AAA batteries for the remote. The remote is Homatics' standard remote which features the Google Assistant button for voice instructions.


The dongle itself features the following: microUSB 5V DC port, RJ45 LAN port, USB Type-C port, HDMI 2.1 port and a Recovery button.


Wireless connectivity includes WiFi5 802.11ac and Bluetooth 5.0.

The Dongle G 4K supports Google's Widevine L1 and Microsoft's PlayReady SL3000 DRM, which means it can stream up to UHD 4K in all the major streaming services (Netflix, Disney+, Amazon Prime, etc..).

Everything works as expected, and it plays YouTube and Netflix videos without any issue.

You can of course download games from the Google Play Store, and play them on the Dongle G 4K, but don't expect high-end gaming. For gaming, I recommend purchasing the Homatics Gamepad.

You can connect a storage device to the USB Type-C port, and transfer files from it. You can also play movies and audio directly from the USB device, using a media player such as MX Player (you'll need to download it from the Play Store).

All in all, the Dongle G 4K is a very nice discrete, inexpensive and low-power media streaming solution. Especially recommended for a kid's or guest's room. Thumbs up!

* If you use my special coupon discount code 1HDBIZ, you'll get a 10% discount.

* ✈ International Global shipping available.

Saturday, March 22, 2025

SanDisk Professional G-RAID Mirror - Deal at Amazon ✈

The 36TB SanDisk Professional G-RAID Mirror External HDD recorded at Amazon USA priced at $1109.04. Lowest ever!

 


  • 40Gbps Thunderbolt 3 , 10Gbps USB Type-C interfaces
  • 2x 7200RPM Ultrastar Hard Drives
  • Includes PRO-BLADE SSD Mag slot to easily add SSD capacity and performance for fast transfers
  • Up to 260 MB/s Read in RAID 1 (Redundancy)
  • Up to 510 MB/s read in RAID 0

*  ✈ International Global shipping available

Wednesday, March 19, 2025

Kingston Fury Beast RGB DDR5 Desktop RAM Sticks - Deal at Amazon ✈

The 64GB Kingston Fury Beast RGB DDR5 Desktop RAM kit recorded at Amazon USA priced at $169.99. Lowest ever!

 

  • 2x 32GB 5600 MT/s sticks
  • RGB Lighting 
  • Intel XMP 3.0 Certified

* ✈ International Global shipping available. 

 

Saturday, March 1, 2025

Toshiba N300 NAS HDD - Deal at Amazon ✈

The Toshiba N300 10TB NAS HDD recorded at Amazon USA priced at $184.99. Lowest ever!

EDIT: The 22TB Pro version recorded at Amazon USA priced at $389.99. Lowest ever!

🔻 PRICE DECREASE 🔻





That's $18.49 per TB.
This is a 3.5" 7200rpm SATA3 HDD with higher reliability & durability than regular HDDs.
Great option for NAS devices, and for archiving your digital assets in general.
* ✈ International shipping available.

Tuesday, January 28, 2025

CORSAIR MP600 PRO NVMe SSD - Deal at Amazon ✈

The 4TB CORSAIR MP600 PRO XT PCIe Gen4 x4 NVMe M.2 SSD recorded at Amazon USA priced at $282.19. Lowest ever!

🔻 PRICE DECREASE 🔻

EDIT: The 2TB MP600 PRO XT recorded at Amazon USA priced at $119.99.  Lowest ever!

EDIT: The 2TB MP600 Pro (with Aluminum heatspreader) recorded at Amazon USA priced at $129.99.  Lowest ever! 

EDIT: The 2TB MP600 Pro LPX (with Low-profile Aluminum heatspreader) recorded at Amazon USA priced at $129.99.  Lowest ever! 

EDIT: The 4TB MP600 Pro NH (No Heatspreader) recorded at Amazon USA priced at $339.99. Lowest ever! 

EDIT: The 4TB MP600 Pro LPX with White slim heatsink recorded at Amazon USA priced at $259.99. Lowest ever!  

EDIT: The 8TB MP600 Pro XT with heatsink recorded at Amazon USA priced at $682.49. Lowest ever! 


  • 3D TLC NAND
  • Up to 7,100MB/sec read
  • Up to 6,800MB/sec write
  • Endurance: up to 3,000TB Written
  • Includes Aluminum heatspreader

* ✈ International Global shipping available.

Friday, January 24, 2025

SanDisk PRO-G40 SSD - Deal at Amazon ✈

The 2TB SanDisk PRO-G40 SSD recorded at Amazon USA priced at $229.99. Lowest ever!

EDIT: The 4TB version recorded at Amazon USA priced at $305.75. Lowest ever!

  🔻 PRICE DECREASE 🔻 


  • Read speed up to 2700MB/s when connected via Thunderbolt3 or Thunderbolt4 port.
  • Read speed up to 2000MB/s when connected via USB3.2 Gen2x2 port.
  • Aluminum core for good heat dissipation
  • Ultra-rugged design with IP68 dust/water resistance
  • 4000 lb crush resistance
  • Up to 3 meter drop resistance

* ✈ International Global shipping available.