I have created a program in C# that allows you to change the background of the login screen of Windows 7.
The program has to create a new folder in the System32 folder, and also move a file there. I have no problem with this on my personal machines, but I tested it on a friends machine and it refused to create the directory.
His account type was administrator, but the only thing that I can think of is that he is missing some sort of privilege that I have enabled on my computer.
So I was wondering if there was a way to check what permissions the user has? Or a way to go around it. Thanks in advance!