python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Are admin rights required for installing an app for all users?
I was arguing with my colleague about this topic.
There are two main question:
Can user (not admin) install a desktop app for all users in windows (7, 8.1, 10)?
Can user update this app without admin...

Noisy88
Votes: 0
Answers: 1
How to bring the electron app on the foreground after a successful google oauth2 callback from the browser on Windows OS?
I have created a simple app that uses google oauth2 authentication. I have used the open() method to load the google auth page on the default browser instead of creating a secondary window on an app i...

Vhndaree
Votes: 0
Answers: 1
Electron: Sending app.getPath data from the main process to the renderer process
Given:
webPreferences: {
nodeIntegration: false,
contextIsolation: true,
sandbox: true,
}
I need to access the result of app.getPath("appData") in my renderer process.
app.getPath(&qu...
Molten Ice
Votes: 0
Answers: 1
IronPython Desktop Application Template in Visual Studio 2022
I can't seem to find any recent info on this. I have recently downloaded VS 2022 Community. When creating a new project, I'm looking for a template for desktop application to write in Python, but no t...
MarcusPaul
Votes: 0
Answers: 0