Questions tagged [administrative]
22 questions
2
votes
2 answers
Code to check for Administrator privileges not working on some servers
I have a line of code in a small script I wrote that checks if Powershell has administrative privileges before executing. The snippet with the administrative check below:
If (-NOT ([Security.Principal.WindowsPrincipal]…

Dax
- 35
- 6
1
vote
2 answers
best MySql administrator program for performing administrative operations?
what's the best MySql administrator program (free) for performing administrative operations, such as configuring MySQL server, monitoring its status and performance, starting and stopping it and...?

Saleh Rahimzadeh
- 289
- 3
- 7
1
vote
0 answers
Nominatim API (OSM) administrative informations
How can I get administrative informations via Nominatim API?
API serves final page with all details here (I need boundary:administrative data):
https://nominatim.openstreetmap.org/details.php?osmtype=W&osmid=650507914&class=highway
…but if I want…

chudy91
- 408
- 3
- 18
1
vote
0 answers
UAC Elevation vs. Impersonation
(Skip to the bottom for the TLDR version.)
OK - so I have searched (really!) and all other UAC articles I have found seem to center on enabling, disabling, detecting or hiding UAC. My issue is not one of those, so here goes:
My user used to have…

James R. Twine
- 39
- 5
1
vote
3 answers
setting UAC settings of a file in C#
i want to give a file(already present on the client computer .exe) permissions to always execute with administrative permissions.
please note that the file i wants to give permissions is already on target machine. and i want to change permissions…

Inam Jameel
- 237
- 1
- 7
- 13
1
vote
3 answers
Need an explanation of this scripting command
What does the command export PATH=$PATH:~/bin accomplish?
I would like to understand this more than I already do; please assist!

QuestionQuestion
- 37
- 1
- 9
0
votes
0 answers
Installation failed. Nearby Better Together needs administrator privileges to install
I can't install near by share.
I pc is windows 10 ,64 bit
I selected run as administrator but not working.
I also use cmd and I on the active status but not working.
I also searched about in various types of source but i can't found solution.
0
votes
0 answers
Administrative units using Nestjs
I am newbie. I have been assigned to build an API that returns information about administrative units using Nestjs. I am currently undecided whether I should use MongoDB to store and retrieve data, or simply place the existing JSON file in the…

Quoc Duong
- 11
- 1
0
votes
0 answers
SQL Server Administrative Templates
I am trying to setup group policy to exclude SQL Server updates from being installed automatically. I found information pointing to a SQL Server administrative template that would be useful in this instance. I tried the below URL that I was able…

sroslev
- 1
0
votes
0 answers
How to fix "can not find script file .vbs" error?
I formatted the PC. After formatted, I installed obs-studio and uninstalled it. Then I got this error can not find the script file error. I checked its task manager and it was from a Windows/System32/wscript.exe file. Should I delete that file or…
0
votes
0 answers
Visibility administrative in some page gravity form
I want some unnecessary fields to be filter on some pages where I show my form so that the form will be light and loaded faster, not through display:none css, but basically not loaded. And on some other pages, the same fields will be displayed.
Is…

ali
- 13
- 2
0
votes
0 answers
application privileges of an installation
I have developed an application (e.g example.exe). If I double click on this executable, it starts and all is ok. Instead, If I create a setup to install this application, this application installed starts only if it has administrative privileges.…

doxdici
- 49
- 4
0
votes
0 answers
Where can I find data with cities, districts, towns of each country?
Where can I find data with cities, districts, towns of each country?
It can be paid service. It must include latitude and longitude.
I checked a few websites and they don't have precise information.

Ibraim Veliiev
- 41
- 5
0
votes
1 answer
[rails5.1/devise/administrative]NameError in Admin::AdminUsers#index
I'm struggling with error (NameError in Admin::AdminUsers#index)
I'm using devise and administrate.
I have to costom devise controller,so set a controller option.
My routes file is here.
Rails.application.routes.draw do
devise_for :admin_users,…

yn1043
- 528
- 2
- 11
- 24
0
votes
1 answer
.Net Windows Installer Custom Interface - Diff between Install and Administrative Install
I am creating a .msi file using visual studio. I would like to know the difference between Install and Administrative install in the custom interface.

Sidharth
- 1,251
- 1
- 25
- 40