- Install asar tools
 - Copy the app.asar from cricut (
C:\Users\USERNAME\AppData\Local\Programs\Cricut Design Space\resources) out to a folder - Unpack the asar with the command 
asar e app.asar app - Open 
app/cricut-ele-design-space/main.jsin a actual text editor - I use VSCode - Add the following code to the top of the file:
 
const electron = require('electron');
electron.app.on('ready', () => {
	 electron.protocol.handle('https', async (originalRequest) => {