The scenerio is such that I have a windows service running that is connected to hardware and evertime a person shows a tag it should beep.
This was not a problem in Windows XP , however the 'beep' sound doesnt play in Windows Vista.
Also I have a strange requirement that the end user should not be able to disable the service - hence I cannot run this as an interactive service as well.
My 1st doubt is that can a service in session 0 play sounds as opposed to showing an UI? [Even if allow interaction's in enabled?]
My 2nd doubt is that is there a way to remediate this issue when I want the service to run the service in session 0? I would prefer a quick fix instead a long workaround due to time constraints of the project.
C# Fan!
ananda84(at)gmail(dot)com