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

UWP-based Apps broke after removed Windows Security #54

Closed
unknowtherwise67 opened this issue May 23, 2023 · 10 comments
Closed

UWP-based Apps broke after removed Windows Security #54

unknowtherwise67 opened this issue May 23, 2023 · 10 comments
Labels
bug Something isn't working

Comments

@unknowtherwise67
Copy link

Photo and other UWP-related app doesn't work anymore after remove Security from Windows, applied hotfix1_uwp. exe DOES NOT fix the issues either.

@ionuttbara
Copy link
Owner

i'm looking deeper for this issue. In Windows 11 22H2 and lastest Insider Builds (Dev & Canary) this are worked fine.

@Smok1e
Copy link

Smok1e commented May 26, 2023

Same here

@Smok1e
Copy link

Smok1e commented May 26, 2023

Updates and store are also broke

@stimpy81
Copy link

Still an ongoing issue. It just broke my fresh install of Win11 build 23466.1001
image

@ionuttbara
Copy link
Owner

create a reg file with following values


[HKEY_CLASSES_ROOT\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_CLASSES_ROOT\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

Apply with PowerRun or run as TrustedInstaller.

@stimpy81
Copy link

stimpy81 commented May 29, 2023

create a reg file with following values


[HKEY_CLASSES_ROOT\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_CLASSES_ROOT\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_CLASSES_ROOT\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}]
@="SmartScreen"
"AppID"="{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\InProcServer32]
@="C:\\Windows\\System32\\smartscreenps.dll"
"ThreadingModel"="Both"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\WOW6432Node\CLSID\{a463fcb9-6b1c-4e0d-a80b-a2ca7999e25d}\LocalServer32]
@="C:\\Windows\\System32\\smartscreen.exe"

Apply with PowerRun or run as TrustedInstaller.

I created a .reg file after copy and pasting this into a reg file. However after downloading PowerRun v1.6 after adding the .reg file to PowerRun when I run it I get an error...

Screenshot 2023-05-29 114629

@ionuttbara
Copy link
Owner

put
Windows Registry Editor Version 5.00 in first line

@ionuttbara
Copy link
Owner

this is the listed key

@stimpy81
Copy link

stimpy81 commented May 29, 2023

OK, many thanks! Adding that line got rid of the error.

I notice that even after a restart that SmartScreen.exe is still running, is this normal, what exactly are those registry keys doing?

@ionuttbara
Copy link
Owner

re-register smartscreen classes in Windows

@ionuttbara ionuttbara added the bug Something isn't working label Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants