hi all, i want to develop a program that will process images and show all esxisting images with details like "picasa photo viewer",also i have a windows service that gathering new images,it will run under "Local System Account",but in limited user account my program don't work,how i can run my program from limited user account ? thx for ur time
+2
A:
Well, if the program breaks in limited account, it is asking for something it cannot get. I'd start with Process Monitor - it shows you what files/registry entries/etc your program is accessing, and whether it's successful or fails. Many times, the issue is something quite trivial - e.g. trying to write to the HKLM registry hive and failing to recover from "Permission denied".
Also, check out Aaron Margosis' page, the "LUA Buglight" program can help you find more issues that can crop up in limited mode.
Piskvor
2010-05-26 16:33:17