python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Block an exe from opening and open only if
I wana block an exe from opening if user double clicks on it or right click and open it.
I wana make the exe open only through code like Fplatformprocess:createproc() or something similiar.
Is this po...

sandy
Votes: 0
Answers: 1
CreateProcess with lower privileges than the caller
We have an application that is run with admin privileges, where (apart from other operations that actually require admin privileges) the user can send emails.
Our email system works like this: admin-r...
Marina Finetti
Votes: 0
Answers: 1
CreateProcess works differently on x64 and x86 platform
I am trying to install a driver using inf file through c++ program. The below program works fine in x64 platform and where as fails in x86 platform with GetLastError 2.
What could be the difference he...
Arun
Votes: 0
Answers: 0
Call SetTokenInformation always returns False
I'm trying to create a new process using CreateProcessWithTokenEx on Session 1 using the following code (Powershell which runs C#):
Add-Type -TypeDefinition @"
using System;
using System.Diagnost...
MonEr
Votes: 0
Answers: 0