Jump to content

isadmin - not working in win 8


 Share

Recommended Posts

dunno if this will help cos i dont have win 8, either way i do think its interesting to read

Remarks
It returns 1 under Windows Vista only if running with a full administrator token (i.e. #RequireAdmin has been used, or has already been elevated by UAC).

http://stackoverflow.com/a/12043768

http://www.computerperformance.co.uk/win8/windows8-uac-disable.htm

TCP server and client - Learning about TCP servers and clients connection
Au3 oIrrlicht - Irrlicht project
Au3impact - Another 3D DLL game engine for autoit. (3impact 3Drad related)



460px-Thief-4-temp-banner.jpg
There are those that believe that the perfect heist lies in the preparation.
Some say that it’s all in the timing, seizing the right opportunity. Others even say it’s the ability to leave no trace behind, be a ghost.

 
Link to comment
Share on other sites

isadmin - not working in win 8

"Not working" are forbidden words when reporting an error. Read How to Report Bugs Effectively (at least the summary).

You must explain yourself. Post a reproducer. Tell us what you expect to happen and what really happens.

For example, I compiled and ran the following scripts on Win8 using an Administrator user account with UAC on.

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseX64=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

MsgBox(0, "", IsAdmin())

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Res_requestedExecutionLevel=requireAdministrator
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

MsgBox(0, "", IsAdmin())

They showed 0 and 1 respectively, as expected. So either you think it's broken even though it isn't, or there is an actual problem hidden somewhere in the bucket loads of information you conveniently excluded.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...