User Tools

Site Tools


software:microsoft:windows:windows10

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:microsoft:windows:windows10 [2024/02/03 03:30] – [sfc and dsim] superwizardsoftware:microsoft:windows:windows10 [2024/03/22 22:37] (current) – [PsExec: Logon failure: the user has not been granted the requested logon type at this computer.] superwizard
Line 2: Line 2:
  
 ------------------------------------------------------------------------------------------------------------------------------------------------\\ ------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +====== PsExec: Logon failure: the user has not been granted the requested logon type at this computer. ======
 +
 +
 +    "F:\1. Utilities\SysInternals\PSTools\psexec64.exe" ^
 +     \\computer -i -u domain\username -p passwordforuser  ^
 +     /accepteula -h cmd /c "c:\Users\Public\Downloads\backup.cmd"
 +    
 +
 +The solution for 2.30+ is to add the -i flag for interactive session.
 +
 +    
 +https://learn.microsoft.com/en-us/answers/questions/233240/psexec-logon-failure-the-user-has-not-been-granted
 +
 +
 +When logging in as Admin you also need the -h flag if you want full admin privileges.
 +
 +So from my previous example: 
 +
 +
 +https://learn.microsoft.com/en-us/answers/questions/280976/(psexec)-logon-failure-the-user-has-not-been-grant
 ====== Steps to create Hibernate shortcut in Windows 10: ====== ====== Steps to create Hibernate shortcut in Windows 10: ======
  
software/microsoft/windows/windows10.1706931012.txt.gz · Last modified: 2024/02/03 03:30 by superwizard