Questions tagged [applocker]

Windows 7 feature to create rules to allow or deny applications from running

AppLocker is a new feature in Windows 7 and Windows Server 2008 R2 that allows you to specify which users or groups can run particular applications in your organization based on unique identities of files. If you use AppLocker, you can create rules to allow or deny applications from running.

49 questions
1
vote
0 answers

Generating Windows AppLocker SHA256 Authenticode - PE256

I am trying to generate App Locker rules programmatically.As MSDN described it uses SHA2 Authenticode. I have tried using SHA256 Class from this answer but it only generates SHA256 and not Authenticode. For example Notepad++.exe SHA256 -…
Xnkr
  • 564
  • 5
  • 16
1
vote
1 answer

How can I give System password locking pattern to my Android app?

When users device has some locking pattern on android or password, can my application make use of it? Does android allow my application to have system locking enabled ? Which APIs of Android do that purpose?
Prashant
  • 4,474
  • 8
  • 34
  • 82
1
vote
1 answer

Xamarin Forms Universal Windows Platform app blocked by AppLocker

There is a question here about this already (though,short of re-installing Windows, which I'm obviously trying to avoid, the other solutions don't work for me), but I have some research to add, and a possible solution... which I don't understand,…
donaldp
  • 220
  • 1
  • 3
  • 15
1
vote
0 answers

Firefox 50 Applocker issue

Since the latest update of Firefox, all our Terminal Servers (2008 R2 and 2012 R2) with Applocker enabled are unable to use Firefox, either for admins or users. It works only if you specify everyone or a specific user in the Applocker rule, but not…
Philippe
  • 11
  • 2
1
vote
1 answer

AppLocker causes extremely slow load-times

We have an application consisting of a number of executables, spawned from a main menu executable. Each of our individual executables use a significant number of DLLs. All of our executables and DLLs are built using Visual Studio 2010. When…
1
vote
1 answer

How to Create Deny rules for Applocker using Powershell

When using a command such as ls 'C:\Program Files\*.exe' | Get-AppLockerFileInformation | New-AppLockerPolicy -RuleType Path -User everyone -xml -optimize I always see it emit "Allow" rule. How can I generate a "Deny" rule (i.e Action="Deny") in…
Antony Thomas
  • 3,576
  • 2
  • 34
  • 40
0
votes
0 answers

AppLocker Exceptions being Ignored

I am trying to block .exe's from running out of the AppData folder with some obvious exceptions. Testing it out, I have setup the default rules and a deny rule for C:\Users*\Appdata* with an single publisher exception (for now) for O=MICROSOFT…
NickPomroy
  • 65
  • 1
  • 8
0
votes
0 answers

WDAC Status checked via C++ and Windows API

So, I have been working on a project to make a Windows Service. While doing so, I set my target for the project to check on diffrent parts of the PC and its status. Windows Firewall, Antivirus and its health. Monitor use of folders and what not. All…
0
votes
0 answers

Using AppLocker without Constrained Language Mode

I would appreciate it if someone can assist me in making Constrained Language not be a pain on Win11 Pro 22H2. I prefer to use the terminal in non-admin mode, and despite my PowerShell profile being authenticode signed and an Applocker policy made…
0
votes
0 answers

Display PopUp Display Permission

In xiaomi phones, When giving permission to Display Pop-up windows how can we automatically give permission to Display Pop-up windows while running in the background. how can we achieve this.
0
votes
0 answers

Display a window (dialog) above a system app

I am developing an App Locker for android. Everything works except for when you try to delete an app, the popup does not appear. I tried to force the lock-screen dialog to appear manually from within the app, but the results were crashes and ANRs. I…
0
votes
2 answers

How to delete AppLocker rules with powrshell?

I need to remove AppLocker rules filtered by name. First of all i want to understand how i can delete rules. I can get current AppLocker rules and i can see, that RuleCollections has method "Delete" $local:Policy = Get-AppLockerPolicy…
Vovsla
  • 1
0
votes
1 answer

How do I request for the device lock or biometric authentication pin/password in AOSP?

I would like the device lock password to be used for including an app lock as part of the OS. I am unable to find the API that lets me request for the device password which when successfully authenticated would open the app. I am trying this in…
0
votes
0 answers

"npm run compile" is blocked by group policies

when developing for our vscode extension in typscript(e.g. starting "npm run compile") tsc -p ./client && tsc -p ./server or when our installer is installating prereqs.:(vscode,npm, npm packages (+ zowe cli)) or updating npm packages, we are having…
Klaus Raab
  • 31
  • 3
0
votes
0 answers

Add an Exception to Applocker Policy - Intune

My Client has an Applocker Policy in place to block Powershell I have an issue where we are unable to deploy Intune Apps, built using PSADT and deployed under the User Context. I believe this Policy is blocking the scripts from running. Is there a…
SJohn1986
  • 1
  • 1