Page 2 of 39
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 1:54 pm
by DonCrime
Windows 10 1809 Build 17763.55
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 2:15 pm
by Wagnard
DonCrime wrote: ↑Fri Oct 19, 2018 1:54 pm
Windows 10 1809 Build 17763.55
Try this:
Ensure that the counters are not disabled in the registry
The counters may be disabled via registry settings. Please check the following registry locations to ensure that the counters have not been disabled.
HKLM\System\CurrentControlSet\Services\%servicename%\Performance
%servicename% represents any service with a performance counter. For example: PerfDisk, PerfOS, etc.
There may be registry keys for "DisablePerformanceCounters" in any of these locations. As per the following TechNet article, this value should be set to 0. If the value is anything other than 0 the counter may be disabled.
To rebuild all Performance counters including extensible and third-party counters, type the following commands at an Administrative command prompt. Press ENTER after each command.
Rebuilding the counters:
cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
Resyncing the counters with Windows Management Instrumentation (WMI):
WINMGMT.EXE /RESYNCPERF
Stop and restart the Performance Logs and Alerts service.
Stop and restart the Windows Management Instrumentation service.
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 2:26 pm
by DonCrime
I have these steps running the program starts and then works synonymous ... but when I close the program or reboot the situation is as before
Rebuilding the counters:
cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
Resyncing the counters with Windows Management Instrumentation (WMI):
WINMGMT.EXE /RESYNCPERF
Stop and restart the Performance Logs and Alerts service.
Stop and restart the Windows Management Instrumentation service.
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 2:30 pm
by Wagnard
DonCrime wrote: ↑Fri Oct 19, 2018 2:26 pm
I have these steps running the program starts and then works synonymous ... but when I close the program or reboot the situation is as before
Rebuilding the counters:
cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
Resyncing the counters with Windows Management Instrumentation (WMI):
WINMGMT.EXE /RESYNCPERF
Stop and restart the Performance Logs and Alerts service.
Stop and restart the Windows Management Instrumentation service.
If it's working correctly after doing the previous procedure, than something is breaking the counters when you are rebooting. This can be anything, anti-virus, some applications that start with your system.
Can't tell, you will have to check what program. Is causing this as ISLC required theses and cannot be fixed by me.
The reason it worked for you on older versions is because I was using different and imprecise way to get memory information.
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 2:35 pm
by DonCrime
yesterday it still worked without problems today no longer (then I have to look what it is

Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 3:02 pm
by Wagnard
DonCrime wrote: ↑Fri Oct 19, 2018 2:35 pm
yesterday it still worked without problems today no longer (then I have to look what it is
In a future version, I'll add some more error handling so it won't crash silently and instead pop a box with some error / reasons of why it crashed
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 3:55 pm
by avrion
Hi,
thank you very much for the program, it works great.
I do however have a little bug-report.
With W10 1809 you can specifically increase the font size of windows (not overall dpi) and well the picture below shows what that looks like.

- Annotation.png (40.87 KiB) Viewed 37689 times
Re: Intelligent standby list cleaner (ISLC) v1.0.0.8 Released
Posted: Fri Oct 19, 2018 4:13 pm
by Wagnard
avrion wrote: ↑Fri Oct 19, 2018 3:55 pm
Hi,
thank you very much for the program, it works great.
I do however have a little bug-report.
With W10 1809 you can specifically increase the font size of windows (not overall dpi) and well the picture below shows what that looks like.
Annotation.png
Thanks, I'll see what I can do.
Re: Intelligent standby list cleaner (ISLC) v1.0.0.9 Released
Posted: Sat Oct 20, 2018 4:29 pm
by DonCrime
Hey Wagnard the Programm in the new Version is working now
Thank You

Re: Intelligent standby list cleaner (ISLC) v1.0.0.9 Released
Posted: Sat Oct 20, 2018 4:36 pm
by Wagnard
DonCrime wrote: ↑Sat Oct 20, 2018 4:29 pm
Hey Wagnard the Programm in the new Version is working now
Thank You
Honestly, nothing is really changed to fix your issue there, so maybe you are just lucky or the x64 executable maybe did the trick for you , who knows...