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

check for sources of failure #3

Open
ericlaw1979 opened this issue Nov 16, 2021 · 2 comments
Open

check for sources of failure #3

ericlaw1979 opened this issue Nov 16, 2021 · 2 comments

Comments

@ericlaw1979
Copy link
Owner

if (RegOpenKeyEx (HKEY_CURRENT_USER, TEXT("Software\Policies\Microsoft\Windows\System"),
0, KEY_READ, &hKey) == ERROR_SUCCESS) {
dwSize = sizeof(INT);
RegQueryValueEx (hKey, TEXT("DisableCMD"

@ericlaw1979
Copy link
Owner Author

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers] Add the REG_SZ value: Name: c:\windows\system32\cmd.exe Value: RUNASADMIN

@ericlaw1979
Copy link
Owner Author

Software\Policies\Google\Chrome\NativeMessagingUserLevelHosts
Software\Policies\Google\Chrome\NativeMessagingAllowlist
Software\Policies\Google\Chrome\NativeMessagingBlocklist
https://chromeenterprise.google/policies/atomic-groups/#NativeMessaging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant