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
0
votes
1 answer

WDAC Publisher or Hash rule without a reference file

Does anyone know of a way to create a Windows Defender Application Control Rule (WDAC) without a reference file? We have a situation where remote users, on laptops, sometimes need to run executables that are blocked by WDAC. Once we review the…
Evan01
  • 1
0
votes
1 answer

Python packages blocked by group policy

I'm a new python developer and I'm trying to set it up on my work computer. I'm able to install packages via pip after getting it unblocked. That was easy since it's just a .exe file for them to unblock. I'm trying to use pandas/numpy and I get the…
acausedelle
  • 11
  • 1
  • 2
0
votes
1 answer

How to create sign own exe/ps1 files to use with applocker

Since 2 days I try to create a VisualStudio application, which should be trusted inside of applocker rule. Unfortunatelly if I sign my exe with own created signature, it cannot be used within applocker wizard, there is a error message that the…
borecki
  • 1
  • 2
0
votes
1 answer

Create App Locker rules/policy for all files in a folder using PowerShell

How do you create an AppLocker policy using PowerShell (running under Windows 10) to allow all files within a folder to be run by all 'Users'? I've only seen how you can do it for individual files, not for a wildcard specification. For example,…
Dan
  • 1,215
  • 1
  • 10
  • 22
0
votes
0 answers

Get applocker status of .exe file

I have developed a launcher that updates/run our software in other companies enviroment. Most of the time the company approves the launcher but forgets about the actual application. Currently im using Process.Start(procStart) to start the…
EKS
  • 5,543
  • 6
  • 44
  • 60
0
votes
1 answer

Android app lock app return after authentication

I'm trying to build an app lock application. I have created a service to monitor current running apps. And checking which app is opened, I redirects to my app lock. When I open the app, it is guided to lock app. Till that it's ok. After successful…
Hari
  • 77
  • 1
  • 10
0
votes
0 answers

How to show lock screen over user blocked app using app lock

I am working on an app lock android project. After seeing many sources, I was able to write a service which detects whenever an app is launched and check whether it is in the blocked list of apps which user want to lock and show a lock screen above…
Susmith
  • 11
0
votes
1 answer

App locker is not getting the current App package name in sdk >= 20 (Lollipop)

I am working on application locker in this regard I build code which can see here below. My question is my code is running below version 20 (Lollipop) and not working with above version 20. I have been applied almost all solutions printed at this…
0
votes
3 answers

Java:System cannot execute the specified program

The javac -version gives the proper version of javac. But, java -version gives the error as "System cannot execute the specified program" The PATH variable is set properly as "C:\Program Files\Java\jdk1.8.0_102\bin"
0
votes
1 answer

Only let the user run programs with specified certificate (Windows)

I want to allow the user on a Windows 7 PC only to run programs which are certificated by me (I used openSSL to create a self-made pem/cer resp. pfx file) I sign the files with Microsoft SignTool.exe. This works like a charm, all my exe files show…
Max R.
  • 811
  • 1
  • 13
  • 31
0
votes
0 answers

How to lock settings in applock lock application without locking bluetooth and wifi options?

I am developing an applock type app in android, where there is a requirement to lock settings without locking the bluetooth-wifi options from quick menu. For eg when i lock the settings and enebale bluetooth or wifi from quick menu,it shows lock…
0
votes
1 answer

App lock not working in android 5.1

I clone this url to check app lock. ToolWizAppLock https://github.com/Toolwiz/ToolWizAppLock But Its working only for below 19 Api(Android version 4.4.4) and Not working in Above 20 API. What Should i do to make work on all Android version above…
0
votes
1 answer

Does AppLocker support CSP in Windows 7 and 8, 8.1 like Windows 10?

My use case is pretty simple i.e. - "Blacklisting Apps(including Store Apps) and URLs on a device". You can think of it like a MDM Scenario where I want to do various stuff on the device enrolled e.g. Blacklisting, etc... I could figure out that…
Saurabh Rai
  • 361
  • 2
  • 18
0
votes
1 answer

How to run a code repetitively after two seconds in background in android?

I want to run the given below piece of code repetitively after two seconds, I searched for the solutions many times and find this one. The code given below is working only for sometime because Timer is destroyed by system after sometime. I also…
Ruag
  • 189
  • 1
  • 2
  • 15
0
votes
2 answers

Get Selected Items from ListView

I am developing a AppLock that locks specific apps. For this I have a screen that contains a ListView, and the ListView has multiple Switches, one for every app installed. I need to know which Switches the user has turned on so and extract the text…
Sanket B
  • 1,070
  • 1
  • 9
  • 23