mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-04 14:41:55 +00:00 
			
		
		
		
	Instead of doing ShellExecute from the service, we instead get the token of the currently logged in user, and do CreateProcessAsUserA to run notepad with that token. This should be safe.