Questions tagged [windows-users]

Agents, either human or software, which use a Windows computer or network service.

Windows users are agents, either human or software, which use a Windows computer or network service.

Related tags:

59 questions
0
votes
1 answer

Shortcut in a System Startup is not starting up for other users but only for administrator

I have Programatically created a shortcut of my tray application in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup. But my tray application is not launching when i login for any user. It is only starting for the administrator. Can…
meriaz
  • 65
  • 1
  • 11
0
votes
1 answer

C# How to get Read/Write permissions of another user?

I need to check the Read/Write permissions on a certain path. But the big problem is, I don't want to check my own instead I want to check them for another user. This checks the user who runs the program. System.Security.Principal.NTAccount How am I…
user4628051
0
votes
1 answer

Create New Windows 8 / 8.1 User with Windows Store App

Good morning, Using C# we are trying to create a new windows 8 / 8.1 user on windows store application. But the code using below is not working, because the namespace "System.DirectoryServices.AccountManagement" is not available. public…
0
votes
3 answers

Trying to find the MSI product code for Java 8 Update 25 in to work with WSUS Package Publisher

I'm trying to create a 3rd party custom update through WSUS Package Publisher however I can't manage to get the MSI code for Java as there is no MSI installer to use MSIReader on. If anyone knows how I can find this code then it would be much…
0
votes
2 answers

UnauthorizedAccessException while accessing registry key in domain network

I want to set value for a registry key. When I try to use SetValue method it throws UnauthorizedAccessException exception, that says: Attempted to perform an unauthorized operation. This is my code: var key =…
Saeed Hamed
  • 732
  • 2
  • 10
  • 28
0
votes
1 answer

Pull NT user ID from powershell

get-wmiobject -class win32_computersystem -computername c73118 | format-table username Will output something similar to: username -------- GHS_NTDOMAIN\amacor Is it possible to only output the amacor part only?
Aaron
  • 3,135
  • 20
  • 51
  • 78
0
votes
1 answer

Will Windows wait for my service on startup?

I've written a service that is to be started automatically. It does some initialization stuff in its OnStart method, including setting up SENS watchers for who logs in. Will Windows wait until my OnStart method is complete before it allows uers to…
Mike Pateras
  • 14,715
  • 30
  • 97
  • 137
0
votes
0 answers

How to check impersonation level used in SSAS connection string?

I set the “Impersonation Level” to four possible values in SSAS connection string and like to test whether it impersonate the windows user. I made changes in "Data Source Impersonation Info" to “ImpersonateAccount” in SQL Server Management Studio as…
0
votes
1 answer

How do I get Citrix Xendesktop to treat every client login as a unique Windows session?

I work at a moderately sized company and we currently have Citrix Xendesktop 7 tied in with our AD and domain. We have 25 clients we're having employees test right now via the Web Storefront. Everyone can log in with their domain credentials fine…
0
votes
1 answer

XMLHttpRequest issue with Windows Standard User

I have an HTML page with the following JS script on it. The script sends the request (in Firefox) when logged in as an Admin User but not as a Standard User: var req = new XMLHttpRequest(); req.open("POST",…
Mossi
  • 997
  • 5
  • 15
  • 28
0
votes
0 answers

Unable to create user on windows server 2008 due to access permission

I am getting below error while trying to create user on remote computer. System.UnauthorizedAccessException: General access denied error at System.DirectoryServices.Interop.UnsafeNativeMethods.IAds.GetInfo() at…
Jitendra Pancholi
  • 7,897
  • 12
  • 51
  • 84
-1
votes
1 answer

Difference between WSUS and SCCM

What is the difference between WSUS and SCCM ? What is the cost involved for licensing ? Planning to deploy for around 300 clients in 3 different countries.
-2
votes
1 answer

Powershell List of Service Accounts

How can I get a list of Windows service accounts in Powershell? I've seen many scripts online which attempt to accomplish this. However, they all simply query the list of Windows services, and look at their respective StartName to see which…
as9876
  • 934
  • 1
  • 13
  • 38
-2
votes
1 answer

Client username for JSF application

I am building an webapp in JSF-2. I want to know the username of person who is viewing the website. Client Backend Bean public void setUserID(){ userID =…
Sudhik
  • 119
  • 8
1 2 3
4