Skip to content

Instantly share code, notes, and snippets.

@TrevTV
Last active May 3, 2024 15:15
Show Gist options
  • Star 70 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TrevTV/2044e43666a8fa4bb581d4b0c8316e91 to your computer and use it in GitHub Desktop.
Save TrevTV/2044e43666a8fa4bb581d4b0c8316e91 to your computer and use it in GitHub Desktop.
Guide to installing Arc Browser on Windows 10

As this is not an official way of installing Arc, if you encounter any issues do NOT report them to the developers, they did not intend for people to be running Arc on Windows 10.

This guide is a bit more manual since I wanted to respect the developers' wishes and not directly link any downloads to the beta of Arc.

I don't know how this will work with updates, you may just need to redo the process to update it, but I'm not sure

  1. Install this font: https://aka.ms/SegoeFluentIcons (this fixes the icons since Windows 10 doesn't have this font installed by default)
  2. Download the Arc appinstaller and open it in notepad/some other text editor
  3. Copy everything inside and paste it into this website: https://codebeautify.org/xmlviewer (this is optional, but it makes reading and copying from the file easier)
  4. Find the mainpackage @Uri, it should end in Arc.x64.msix, and open that in a new tab. It should download that msix file.
  5. Scrolling down a bit more, there should be two dependencies with their own @Uris, download them both and install them as normal (double click, press install)
  6. Open the Arc msix with 7-Zip or WinRAR (others will probably work, but those are the two I've tested)
  7. Extract everything inside the folder to where you want the app to be installed

Technically, these next instructions aren't required, however it makes Windows actually recognize it as an app and probably prevents some weird bugs

  1. Open Settings, go into Update & Security, then For Developers, and toggle Developer Mode, you'll get a confirmation window, press Yes
  2. In the newly extracted files, find AppxManifest.xml and open it in notepad/some other text editor
  3. Open the Find and Replace menu (Ctrl + H or Edit->Replace for notepad), for Find what: put 10.0.22000.0, and for Replace with: put 10.0.10000.1000, then press Replace and save the file.
  4. Open Powershell (from the start menu usually), then type the following commands.
cd "[PATH TO YOUR ARC FILES HERE]"
Add-AppxPackage -Register ".\AppxManifest.xml"
  1. Optionally, disable Developer Mode using the same steps as step 8.

Now you should be able to see Arc in your start menu and have it function as normal

@duwie
Copy link

duwie commented Feb 1, 2024

image

I followed all the instructions listed above but I can't find any of the two things in the screenshot to uninstall :(

Anyone help me please? 😢

@LukaTV939
Copy link

image
I followed all the instructions listed above but I can't find any of the two things in the screenshot to uninstall :(

Anyone help me please? 😢

Why would you need an older version when you have a new one already installed?

@duwie
Copy link

duwie commented Feb 1, 2024

image
I followed all the instructions listed above but I can't find any of the two things in the screenshot to uninstall :(

Anyone help me please? 😢

Why would you need an older version when you have a new one already installed?

That's what I'm wondering... did I do something wrong?

@LukaTV939
Copy link

image
I followed all the instructions listed above but I can't find any of the two things in the screenshot to uninstall :(

Anyone help me please? 😢

Why would you need an older version when you have a new one already installed?

That's what I'm wondering... did I do something wrong?

nah ur fine, just don't forget to get 0.7.0 that just came out

@tacogy3
Copy link

tacogy3 commented Feb 5, 2024

I followed all of the steps, up until the part about Developer mode (I cant enable this setting as my work laptop is locked down). When I click on arc.exe in the folder that I extracted, nothing happens. Arc never opens, I am missing a step somewhere?

@OEMunlag
Copy link

OEMunlag commented Feb 6, 2024

I followed all of the steps, up until the part about Developer mode (I cant enable this setting as my work laptop is locked down). When I click on arc.exe in the folder that I extracted, nothing happens. Arc never opens, I am missing a step somewhere?

It's a contained app, running all the steps is required for it to be registered, then you can start it from the start menu afaik

@tacogy3
Copy link

tacogy3 commented Feb 7, 2024

Okay, got it. The instructions said the next steps werent required so I thought I was doing something wrong

"Technically, these next instructions aren't required"

@MrEnder0
Copy link

MrEnder0 commented Feb 8, 2024

My installer is not working could someone send a link

@LukaTV939
Copy link

My installer is not working could someone send a link

No. Install from the email again

@lianyanjiajia
Copy link

boot with error on win10 ltsc 2021.also lose data
屏幕截图 2024-02-12 110737
.

@atozuser0224
Copy link

where the arc installution?

@manjit-baishya-datascience

The icon is still missing!

@lawrencekcleung
Copy link

thanks for this guide! it worked for me.

the only thing that's different is that it needed to download an extra / more updated runtime, then the application starts up successfully.

it doesn't seem to be able to update itself thru the check for update option.

@GegaAbzianidze
Copy link

but when closing Arc one time, cannot open it back again. Should stay opened and never closed for me.

Check my reply up there, just delete the file that I mentioned every time you want to open the browser (might have to do it twice). It might be tedious, but you're using it without any win 10 support after all.

what file should I delete, I cannot find previous reply,

@LukaTV939
Copy link

but when closing Arc one time, cannot open it back again. Should stay opened and never closed for me.

Check my reply up there, just delete the file that I mentioned every time you want to open the browser (might have to do it twice). It might be tedious, but you're using it without any win 10 support after all.

what file should I delete, I cannot find previous reply,

It's CURRENT
You could also optionaly use this https://github.com/eligamii/ArcFix

@GegaAbzianidze
Copy link

but when closing Arc one time, cannot open it back again. Should stay opened and never closed for me.

Check my reply up there, just delete the file that I mentioned every time you want to open the browser (might have to do it twice). It might be tedious, but you're using it without any win 10 support after all.

what file should I delete, I cannot find previous reply,

It's CURRENT You could also optionaly use this https://github.com/eligamii/ArcFix

sorry to bother you but there is no firestore folder in my files.
image

@pedrorcm
Copy link

Nice, the tutorial worked fine! I was able to install it on W10 Build 19045.
Its stable, in general, but everytime i click on "Theme..." (or "Choose a theme") in any space, it instantly crashes, without giving any error messages or creating a crash log file.
I have 3 Arc dumps on AppData\Local\CrashDumps, but their timestamps doesn't seem to fit the "Theme-related" crashes.

Is someone else here experiencing this? Any ideas of what could i do?

@sssain
Copy link

sssain commented Feb 28, 2024

Nice, the tutorial worked fine! I was able to install it on W10 Build 19045. Its stable, in general, but everytime i click on "Theme..." (or "Choose a theme") in any space, it instantly crashes, without giving any error messages or creating a crash log file. I have 3 Arc dumps on AppData\Local\CrashDumps, but their timestamps doesn't seem to fit the "Theme-related" crashes.

Is someone else here experiencing this? Any ideas of what could i do?

same, how to fix this?

@jcarvalhaismatos
Copy link

jcarvalhaismatos commented Feb 29, 2024

If anyone wants to update to 0.11.0, it is simple, at least I am not facing any issue and I believe it worked, it is just hard to tell if everything is working as intended. Just redownload the .appinstaller file to get the new .msix file. Then I extracted everything and pasted it where I had the previous version (overwriting all pre-existing files). I replaced the AppManifest but I did not re-register the app, not really sure what should be done with it. Don't forget to backup the old folder first.
After that I checked and I have the option to import bookmarks and Spotify does not seem to skip songs saying "can't play this right now" anymore. "Choose a theme" still crashes the program if anyone is wondering.

@iaharish
Copy link

iaharish commented Mar 2, 2024

Hey, The screen is blank, but the website has loaded. any fix?
Screenshot (26)
Screenshot (27)

@Koshi11111111
Copy link

is there any way to bypass registration because the application automatically crashes for me

@trumad
Copy link

trumad commented Mar 3, 2024

I made a powershell script to automate updating Arc. You'll need to change the directory names to suit where you've put Arc, so that it backs up the existing installation properly and then overwrites the files afterwards.. https://gist.github.com/trumad/0196c04a0246727fc2413dabe3484da0

Edit: This guy did a better job, further down in the comments: https://github.com/devz3ro/Arc-Windows-10

@RazvanDWriter
Copy link

RazvanDWriter commented Mar 6, 2024

Hi, when I try to open the Arc.exe file in the folder it says this. Also, when I open Arc from start menu, it runs for a second and then crashes. Is there anyway to fix this?
image

I've also tried installing the runtime that I was redirected to, but it didn't do anything.

@Zwuiix-cmd
Copy link

Hmmm ? Could someone help me?
image

@dqrk0jeste
Copy link

every time i login, the app crashes. anyone had the same problem?

@LukaTV939
Copy link

every time i login, the app crashes. anyone had the same problem?

It's because of the firestore folder on %localappdata%/Packages/TheBrowserCompany.Arc_ttt1ap7aakyb4/LocalCache/
You could either delete it manualy every time you want to open Arc, or use this fix https://github.com/eligamii/ArcFix

@vlad264
Copy link

vlad264 commented Mar 11, 2024

I have the same problem with one of my PCs, a laptop, and another PC. Everything works without any issues.

@Eklip5e
Copy link

Eklip5e commented Mar 12, 2024

Wake up honey, a new Arc Update has just dropped.
(0.12.0.13667)

Yesterday I've finally received Arc's mail for joining beta on win11 but hey! I don't use win11 but win10 almost everywhere and I wanted to use arc on my main laptop.
I've followed your guide and after some attempts, I tought it was a successful try but it just.. didn't work? For me at least:

I've installed the required programs and received those "errors"
ApplicationFrameHost_IelDKQqiMa
ApplicationFrameHost_yDikKVlGFO

After that I tought it wouldn't be a problem since Arc has a minimum version requirement but not a maximum one.
I've then just followed the rest of the guide from 8 to 12 without any problems, the process took me less than a minute, which I hope it isn't a problem:
powershell_xt4csF7Mj8

Ta dah! Here's Arc;
But when I try to open it, it just don't.
T9390e53Gr

Here's what I've checked until now:
Opened Task Manager to see if something was going on, nothing.
I've looked for a crash dump on "AppData\Local\CrashDumps", the folder doesn't exist.
I've tried the guide again by deleting everything almost 3 times and tried to re-do the guide as fresh as possible; Same issue.
I've checked the the folder where Arc has been extracted, and for the sake of stupidity I've opened Arc.exe
It gave a similar error that @RazvanDWriter had:

Hi, when I try to open the Arc.exe file in the folder it says this. Also, when I open Arc from start menu, it runs for a second and then crashes. Is there anyway to fix this? image

I've also tried installing the runtime that I was redirected to, but it didn't do anything.

My error:
Arc_iKpmqgzSC6

If I press yes, it opens a url that redirected to the latest Windows App SDK version (1.5.X), pressed download and opened it.
If you see more than one copy of the same file, it's just the same app but ver. 1.5.X and 1.4.X just to see if something changes between the two.

dopus_d7mEL1CmlD

After that, I've checked if I had to update something, nothing.
Rebooted my pc, re-do the guide again and this time I've deleted [Content_Types].xml, AppxBlockMap.xml, AppxSignature.p7x and the AppxMetadata folder, crossed my fingers, still same issue.
I've then uninstalled the "newer" versions of Microsoft.VCLibs and WindowsAppRuntime just to make sure.
I've reinstalled then the required ones in this guide, same issue but no error when opening Arc.exe it just crashes the same way of opening it from Start Menu.
Is there something else I can do?

@himubey
Copy link

himubey commented Mar 15, 2024

Thanks Its working, but when I open settings It's close Settings not working in Windows 10

@sagul-09
Copy link

sagul-09 commented Mar 16, 2024

whenever i go the settings option in arc browser it automatically gets closed please help

@sagul-09
Copy link

Thanks Its working, but when I open settings It's close Settings not working in Windows 10

same problem man is it solved for u now?

@Meekua
Copy link

Meekua commented Mar 20, 2024

I followed all the instructions and managed to get it open, but when I enter my sign-in information, it simply shuts. I thought, "Well, maybe it will load," but nothing happened, so I tried again and it continued to close without doing anything. How should I proceed? (i got invited btw)

@Simayon
Copy link

Simayon commented Mar 21, 2024

whenever i go the settings option in arc browser it automatically gets closed please help

Did anyone find any fix for this issue ? 🙃

@HasibAlTawha
Copy link

I followed all of the steps, up until the part about Developer mode (I cant enable this setting as my work laptop is locked down). When I click on arc.exe in the folder that I extracted, nothing happens. Arc never opens, I am missing a step somewhere?

Same problem facing

@Eklip5e
Copy link

Eklip5e commented Mar 21, 2024

I followed all of the steps, up until the part about Developer mode (I cant enable this setting as my work laptop is locked down). When I click on arc.exe in the folder that I extracted, nothing happens. Arc never opens, I am missing a step somewhere?

Same problem facing

Same here

@Kaipicpic
Copy link

heyya, to all having issues with the runtime version!

what fixed it for me was installing this specific version Microsoft.WindowsAppRuntime.Redist.1.4.240211001.zip

i installed everything under both MSIX and Installer x64

image
image

@yuto0623
Copy link

yuto0623 commented Mar 22, 2024

heyya, to all having issues with the runtime version!

what fixed it for me was installing this specific version Microsoft.WindowsAppRuntime.Redist.1.4.240211001.zip

i installed everything under both MSIX and Installer x64

image image

This worked! But when I open the settings it crashes.

@Ora-ng3
Copy link

Ora-ng3 commented Mar 22, 2024

Hey, The screen is blank, but the website has loaded. any fix? Screenshot (26) Screenshot (27)

Having the same problem... Did someone succeeded to fix it ? (I've deleted the cache files in main)

@louann1812
Copy link

heyya, to all having issues with the runtime version!
what fixed it for me was installing this specific version Microsoft.WindowsAppRuntime.Redist.1.4.240211001.zip
i installed everything under both MSIX and Installer x64
image image

This worked! But when I open the settings it crashes.

Same issue

@nitives
Copy link

nitives commented Mar 23, 2024

every time i login, the app crashes. anyone had the same problem?

Did you fix your problem?

@Meekua
Copy link

Meekua commented Mar 23, 2024

every time i login, the app crashes. anyone had the same problem?

Did you fix your problem?

i used this method which was mentioned if u scroll a bit up but in the cmd paste this in

rmdir /s /q C:\Users\boom\AppData\Local\Packages\TheBrowserCompany.Arc_ttt1ap7aakyb4\LocalCache\Local\firestore\Arc

change the "boom" with ur users name and press enter. For further details heres the reddit https://www.reddit.com/r/ArcBrowser/comments/1ak6e59/comment/kqkmv78/

and if u want to automate this, use this link https://github.com/eligamii/ArcFix, but i just used it and idk if it worked from the app or that i already did it with the cmd one which u have to do it over and over when u want to use arc so maybe try the program first and see if it works but if it doesnt use the one from the reddit its the same thing in a nutshell lol :)

however the problem which i have is that it doesnt load the sites its just blank some1 also has the problem too :(

@Ahmad-Alqadiri
Copy link

Hmmm ? Could someone help me? image

Make sure you use email as your invitation

@alecbramham
Copy link

heyya, to all having issues with the runtime version!
what fixed it for me was installing this specific version Microsoft.WindowsAppRuntime.Redist.1.4.240211001.zip
i installed everything under both MSIX and Installer x64
image image

This worked! But when I open the settings it crashes.

Same issue

I too am having this issue, which is annoying since I want to try out Arc Sync. I can get to the Chromium settings by going via "View History" --> "Clear Browsing Data" but not Arc's other settings menu.

@ihersom
Copy link

ihersom commented Mar 26, 2024

Same issue, when I go to settings, the application crashes on Windows 10.

@StarZenno
Copy link

Any solutions for the browser crashing when settings are opened?

@Mstr0A
Copy link

Mstr0A commented Mar 28, 2024

it used to crash but now that its fixed, scrolling doent work

@LukaTV939
Copy link

it used to crash but now that its fixed, scrolling doent work

Yeah, firestore folder no more on 0.15

@Zerphanite
Copy link

Zerphanite commented Mar 28, 2024

I have been able to get it to run on Windows 10 (V 22H2 - OS Build 19045.4170)

Follow the original steps, but for the Windows App SDK install the latest here (v1.5.1). So far sync keeps to be working, however favorites is not syncing properly.

@amraj007
Copy link

amraj007 commented Apr 1, 2024

I installed but he gives me this error
image

@LukaTV939
Copy link

LukaTV939 commented Apr 1, 2024 via email

@amraj007
Copy link

amraj007 commented Apr 1, 2024

I don't have an invitation

@amraj007
Copy link

amraj007 commented Apr 1, 2024

Use the mail you got invited with You can't use any other mail other than the invited

On Mon, Apr 1, 2024, 23:09 amraj007 @.> wrote: @.* commented on this gist. ------------------------------ I installed but he gives me this error image.png (view on web) https://gist.github.com/assets/49940905/c9a759bb-d63a-4a41-bd0c-16b96a3b6803 — Reply to this email directly, view it on GitHub https://gist.github.com/TrevTV/2044e43666a8fa4bb581d4b0c8316e91#gistcomment-5008582 or unsubscribe https://github.com/notifications/unsubscribe-auth/ANFNYM46OQV4Y53PQ42OKKTY3HEKLBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTENZYGEZDEOJVU52HE2LHM5SXFJTDOJSWC5DF . You are receiving this email because you commented on the thread. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .

I don't have an invitation

@touficmamdouh
Copy link

fine im go using chrome or firefox thank you :)

@devz3ro
Copy link

devz3ro commented Apr 7, 2024

Simplified this process with PowerShell:

https://github.com/devz3ro/Arc-Windows-10

@Eklip5e
Copy link

Eklip5e commented Apr 12, 2024

Simplified this process with PowerShell:

https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

@devz3ro
Copy link

devz3ro commented Apr 12, 2024

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.

I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

@Demetr27
Copy link

it used to crash but now that its fixed, scrolling doent work

Yeah, firestore folder no more on 0.15

The firestore is now located here:
%localappdata%\firestore\Arc\bcny-arc-server\main

Removing the CURRENT file really helps

@pp03
Copy link

pp03 commented Apr 19, 2024

DO NOT turn off graphics acceleration

@pp03
Copy link

pp03 commented Apr 21, 2024

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.

I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

after delete "working" folder arc won't open

@devz3ro
Copy link

devz3ro commented Apr 23, 2024

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.
I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

after delete "working" folder arc won't open

Thanks for the information, if you see / find any other problems please post in the issues section.

Sorry for the oversight, I just replicated this and unfortunately it is the case. I will change the code and update the readme.

@GoGa-ZlOy
Copy link

Thanks a lot.

@devz3ro
Copy link

devz3ro commented Apr 23, 2024

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.
I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

after delete "working" folder arc won't open

Thanks for the information, if you see / find any other problems please post in the issues section.

Sorry for the oversight, I just replicated this and unfortunately it is the case. I will change the code and update the readme.

updated.

@enisbudancamanak
Copy link

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.

I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

amazing work @devz3ro, quick question: will i need to configure every setting/pinned tab again after updating Arc?

@VelikiySebas
Copy link

its just closing when im trying to create an account what i did wrong?

@EduardoStarZ
Copy link

EduardoStarZ commented Apr 24, 2024

Hey, The screen is blank, but the website has loaded. any fix? Screenshot (26) Screenshot (27)

Having the same problem... Did someone succeeded to fix it ? (I've deleted the cache files in main)

Installed Arc today and i'm having this exact issue as well, has anyone come to a fix or why this happens?

Edit: I completely unninstaled Arc and every single folder related to it, and then tried to install from Devz3ro's scripts, the error still happens either ways

@devz3ro
Copy link

devz3ro commented Apr 29, 2024

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.
I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

amazing work @devz3ro, quick question: will i need to configure every setting/pinned tab again after updating Arc?

i'll have to see if I can add logic to update and preserve user data

@devz3ro
Copy link

devz3ro commented Apr 29, 2024

Simplified this process with PowerShell:
https://github.com/devz3ro/Arc-Windows-10

I don't know how or why, but with this script Arc started without any problems now it works! thank you!

No problem, glad it was useful. The Arc auto updater doesn't work in Windows 10, and I couldn't see myself going through the steps manually just to update it every time.
I added a .bat file to make it easier to install / update. Just download the .bat to the same location as the .ps1 file, right click it and run it as Administrator (once Developer Mode is enabled + prerequisites installed), and it should handle the rest.

amazing work @devz3ro, quick question: will i need to configure every setting/pinned tab again after updating Arc?

Run taskkill /f /t /im arc.exe from the command line, delete the Arc directory, and then re-run the .bat file as administrator and wait for it to finish. This should update Arc and keep all of your settings / pins.

@T1ckbase
Copy link

T1ckbase commented Apr 30, 2024

I found another way to install

  1. Open Registry Editor
  2. Navigate to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
  3. Set UBR to ffffffff. (remember the original value and change it back after the installation is complete)
  4. Install arc with Arc.appinstaller (download link: https://releases.arc.net/windows/Arc.appinstaller)
  5. Set UBR to original value

@iansquenet
Copy link

@T1ckbase's solution seemed to work, thanks!

@devz3ro
Copy link

devz3ro commented Apr 30, 2024

@T1ckbase great find. I have confirmed this as well, and will be uploading a new version soon that I have 90% finished atm. Using this method doesn't seem to need developer mode enabled to work. You will however have to uninstall the unpackaged version first for it to work.

@devz3ro
Copy link

devz3ro commented Apr 30, 2024

Updated to use this method. I've tested as much as I can, let me know if there are any issues.

https://github.com/devz3ro/Arc-Windows-10

@devz3ro
Copy link

devz3ro commented May 3, 2024

i fuckin cannot do this damnit i am openin it in note pad dos error then copy em then still nothin cant u fuckin explain a lil more deeper

What are you having an issue with?, the whole process is automated with poweshell @ https://github.com/devz3ro/Arc-Windows-10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment