Questions tagged [elevated-privileges]

Elevated privileges are higher privileges, offered by an operating system, usually higher than normal user's privileges.

Elevated privileges are higher privileges, offered by an operating system. They are usually higher than normal user's privileges (for example, administrator privileges are regarded as elevated privileges).

398 questions
0
votes
1 answer

Help with error creating SharePoint list (probably due to privilege issues)

I'm getting an error when trying to activate a webpart. It activates fine in one setup , but fails in a different one. Administrator in both. Seems like it fails because it's not able to create the list. The error is: Message: Value cannot be…
Prabhu
  • 12,995
  • 33
  • 127
  • 210
0
votes
0 answers

Elevated batch script causing firefox to crash

I was using Matt's idea over here. The only changes I made was adding the two netstat commands at the bottom and removed cmd /k since that seemed to make the script freeze. This script is causing firefox to crash. Can I please get some ideas on how…
cokedude
  • 379
  • 1
  • 11
  • 21
0
votes
0 answers

running VS 2013 Ultimate as administrator in windows 8.1

I'm attempting to run VS Ultimate 2013 in elevated privileges so that I can use IIS8 to host and debug web projects. When I follow the steps in Can you force Visual Studio to always run as an Administrator in Windows 8? I still get the same error…
innov83r
  • 443
  • 1
  • 4
  • 12
0
votes
1 answer

How to broadcast window message from elevated installer process to user windows?

There is an InstallShield installer it writes new environment variables HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment and calls SendMessageTimeout(HWND_BROADCAST, WM_SETTINGCHANGE,... also it creates shortcuts in…
bdimych
  • 291
  • 2
  • 8
0
votes
1 answer

How to set wix msi to run advertised by admin

I have a program that auto-updates itself when it finds a newer version MSI. I used to create the MSI with a VS2008 Setup project. I migrated the development to VS2013, lost the Setup project, tried IS and got extremely frustrated and finally landed…
Aznarepse
  • 71
  • 1
  • 9
0
votes
3 answers

Elevated Privilege in XP

Does anyone know how to do this on xp using tha batch command, this will be tested in the limited user. I have found something and it works fine in W7 but when I tried it on XP it does not work.
0
votes
3 answers

How to change system date and time with vb.net on windows 7

So I was trying to create a tiny program to rapidly change time on a windows 7. Following the "SetSystemTime(ByRef theDateTime As SYSTEMTIME)" like everyone does on the internet I did the same. But nothing happened. Here's the code: Imports…
Moondoggie
  • 61
  • 1
  • 2
  • 9
0
votes
1 answer

Run Priviliged Code in a Java Applet

I am calling a Java applet from Javascript. The Java code needs to run in privileged mode (eventually it is going to display a file chooser which will display files from the local hard disk). The Javascript call returns…
Russel Dirks
  • 907
  • 7
  • 8
0
votes
2 answers

How do I check if my program is running under admin privileges via C++?

How do I check if my C++ program is running with admin privileges? I did it in this manner for batch set fold=%random% mkdir "C:\Windows\%fold%" if errorlevel 1 ( goto Tag1 ) goto Tag2 But I cannot use the same thing for C++ because I do not…
Dragon121
  • 25
  • 1
  • 1
  • 3
0
votes
0 answers

Does an app have the privilege to turn off all notifications in OSX?

Can app have the privilege to turn off all (visual and sound) notifications in OSX. Im talking about all notifications...... native and non-native notifications. Im looking to create a distraction-free environment for the user. Also is this…
Ignat
  • 3
  • 1
0
votes
1 answer

Sharepoint 2010 fails to run elevated code as IIS pool identity account

I changed the IIS pool identity service account for my Sharepoint 2010 web application thus replacing the default "Network Service" account (using Sharepoint Administrator.) The pool service account permissions are now as documented by MS here in…
user584572
  • 459
  • 4
  • 9
0
votes
0 answers

How to execute commands or functions with increased privileges for sudousers

In my client and server model, only root and sudousers has permissions to talk each other. Firstly, server authenticate client user(users on server), if any user other than root or sudousers then "permission denied message" is given backup to the…
Yogesh R.L
  • 609
  • 7
  • 17
0
votes
1 answer

Unable to supply password to runas from commandline

I am unable to supply password to runas from commandline I have tried the following cmd /C echo my_admin_password | runas /user:DOMAIN\my_admin_login c:\test.bat and echo my_admin_password | runas /user:DOMAIN\my_admin_login c:\test.bat And the…
Glowie
  • 2,271
  • 21
  • 60
  • 104
0
votes
2 answers

Script cannot read password

Python script is designed to run with elevated credentials, unfortunately it still prompts me for password when I enter the correct password it doesn't work Here is script1, which calls script2 with elevated credentials import os import sys,…
Glowie
  • 2,271
  • 21
  • 60
  • 104
0
votes
1 answer

Write file in C:\ drive permission issue

i have developed a win application with c# which generate file in a folder in c:\ drive. when try to generate file there then problem occur for permission issue but when the application generate file in other drive than C:\ then no problem occur. so…
Mou
  • 15,673
  • 43
  • 156
  • 275