Welcome to MSDN Blogs Sign in | Join | Help

jaredpar's WebLog

Code, rants and ramblings of a programmer.

Syndication

News

Now Reading

Expert F#

What's a better book to read when learning F#?

Essential WPF

Thus far the best book I've read on WPF. Gets right down to working with WPF and the goals/history.

Purely Functional Data Structures

Reading this book makes me feel like I'm back in college. It will really get your mind going and is best read with a whiteboard handy.


Browse by Tags

All Tags » LUA   (RSS)
Detecting if you are an Admin
This came up on an internal alias. A customer wanted to know how to determine if there were running as an admin in a tool. Below is a sample program that will print out whether or not you are the machine admin or a member of the machine administrators Read More...

Posted Wednesday, August 01, 2007 11:56 AM by Jared Parsons | 0 Comments

Filed under: , ,

Determining if you're an Administrator from Powershell
Here's a handy PowerShell function I used to determine if I'm currently running as an Administrator in PowerShell # Determine if I am running as an Admin function AmIAdmin() { $ident = [Security.Principal.WindowsIdentity]::GetCurrent() foreach ( $groupIdent Read More...

Posted Friday, January 19, 2007 2:34 PM by Jared Parsons | 0 Comments

Filed under: ,

LUA + MSI + Luanch program now on Vista
I'm a huge fan of the LUA support in Vista. It has it's quirks but it's a major step forward for Windows programming. As a former *nix guy I've had to run LUA the hard way before Vista. The support in Vista is tons better than it used to be. There are Read More...

Posted Wednesday, December 06, 2006 6:36 PM by Jared Parsons | 0 Comments

Filed under:

Page view tracker