Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel does not work anymore #8

Open
teamreidtech opened this issue Jan 17, 2024 · 1 comment
Open

Channel does not work anymore #8

teamreidtech opened this issue Jan 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@teamreidtech
Copy link

I think the $chan used to work with older versions of Edge Stable, but now the folder is just \edge. I am hoping you can take a look at this and make a quick update. This is the only script I have found that will clear out the cache which is HUGE. Thank you for all your efforts!

@mardahl
Copy link
Collaborator

mardahl commented Jan 18, 2024

Thanks for taking time to write this issue.

Please give me more info as I have just installed DEV, Canary, and Beta on a test machine, and the folders and registry are just where they used to be.

The "Stable" channel does not use a folder called "stable" it just defaults to the folder called "Edge" only.

    if ($chan -eq "stable") {
        $EdgeProfilesPath = (Join-Path -Path $env:LOCALAPPDATA -ChildPath "**\Microsoft\Edge**")
        $EdgeProfilesRegistry = "HKCU\Software\Microsoft\**Edge**\PreferenceMACs"
        
    }
    else {
        $EdgeProfilesPath = (Join-Path -Path $env:LOCALAPPDATA -ChildPath "\Microsoft\Edge $chan")
        $EdgeProfilesRegistry = "HKCU\Software\Microsoft\Edge $chan\PreferenceMACs"            
        
    }

@mardahl mardahl self-assigned this Jan 18, 2024
@mardahl mardahl added bug Something isn't working invalid This doesn't seem right labels Jan 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants