I'm trying t develop a batch file that closes all the user processes in Windows 8, by using Powershell.
I use the code: Taskkill /f /fi "USERNAME eq Dave"
But when i run the batch file, it does not work. I just want to close all apps in Windows 8, that is...help?