Re: Intelligent standby list cleaner (ISLC) v1.0.1.0 Released
Posted: Fri Jan 25, 2019 3:29 pm
Home of Display Driver Uninstaller (DDU)
https://www.wagnardsoft.com/forums/
Code: Select all
lodctr /q | find "Disabled"
2) in elevated command prompt run - in this example[Outlook] Performance Counters (Disabled)
[PerfDisk] Performance Counters (Disabled)
[PerfOS] Performance Counters (Disabled)
Code: Select all
lodctr /e:Outlook
lodctr /e:PerfDisk
lodctr /e:PerfOS
Code: Select all
lodctr /e:XXXXXXXX
Hey man, glad you were able to sort this out!jimmy_cr wrote: ↑Sun Jan 27, 2019 11:06 am Wagnard, finally I was able to run version 1.0.1.0!! Here's how:
1) in elevated command prompt runthis will return for example:Code: Select all
lodctr /q | find "Disabled"
2) in elevated command prompt run - in this example[Outlook] Performance Counters (Disabled)
[PerfDisk] Performance Counters (Disabled)
[PerfOS] Performance Counters (Disabled)so you have to runCode: Select all
lodctr /e:Outlook lodctr /e:PerfDisk lodctr /e:PerfOS
for every returned line where XXXXXXXX is word between square brackets [ ]Code: Select all
lodctr /e:XXXXXXXX
![]()
Thanks for the application!!
Edit: Outlook didnt changed to "enabled" in my enviroment, but doesn't matter![]()
There is one already, simply tick the tick box that say "start minimized" this will start activatedHack wrote: ↑Wed Jan 30, 2019 12:57 pm Thanks for the program, but I'm wondering, is there a way for me to start the program automatically? I have made a task to start the program but I always have to manually click start. I'm wondering if you could add an option to have the program start activated?
Awesome, thanks!Wagnard wrote: ↑Wed Jan 30, 2019 1:06 pmThere is one already, simply tick the tick box that say "start minimized" this will start activatedHack wrote: ↑Wed Jan 30, 2019 12:57 pm Thanks for the program, but I'm wondering, is there a way for me to start the program automatically? I have made a task to start the program but I always have to manually click start. I'm wondering if you could add an option to have the program start activated?
Take a picture of my app, at the moment you think it is suppose to work and post it herenotworking2344 wrote: ↑Thu Feb 21, 2019 11:40 am This does not appear to be working. I wanted to use this in replacement of scheduling EmptyStandbyList.exe for every 5 minutes so it would rather seek the RAM hitting 1024MB. I have this automatically running as admin and I scheduled a task for it. Even manually launching as admin it does not clear at 1024MB. I am on 1809. Thanks.