Page 36 of 37

Re: Intelligent standby list cleaner (ISLC) v1.0.2.9 Released

Posted: Tue Oct 10, 2023 9:54 am
by Wagnard
Per wrote: Mon Oct 09, 2023 2:15 am Hi, are there release notes for versions above 1.0.2.4?
Sadly my dog ate them. :lol:

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Thu Feb 01, 2024 9:05 pm
by crisky
Hi wagnard, could you add "Minimize to system tray on close" :D :D

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Thu Feb 01, 2024 9:09 pm
by Wagnard
crisky wrote: Thu Feb 01, 2024 9:05 pm Hi wagnard, could you add "Minimize to system tray on close" :D :D
I'll think about.

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Sat Feb 03, 2024 7:37 pm
by rasbe
I'm having an issue trying to set 0.50 as my timer resolution, it only lets me put it as 0.5000, it doesnt let me delete the extra zeros, does it matter, is it the same thing as 0.50 or is it fucked? Is there a fix for this? Other values are normal, Current timer at 1 and Max at 0,5.

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Sun Feb 04, 2024 10:19 am
by Wagnard
rasbe wrote: Sat Feb 03, 2024 7:37 pm I'm having an issue trying to set 0.50 as my timer resolution, it only lets me put it as 0.5000, it doesnt let me delete the extra zeros, does it matter, is it the same thing as 0.50 or is it fucked? Is there a fix for this? Other values are normal, Current timer at 1 and Max at 0,5.
Yeah its the same thing as 0.5 or 0.50
It's not a bug. you can ignore the extra 0s

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Sun Feb 04, 2024 10:33 am
by rasbe
Wagnard wrote: Sun Feb 04, 2024 10:19 am
rasbe wrote: Sat Feb 03, 2024 7:37 pm I'm having an issue trying to set 0.50 as my timer resolution, it only lets me put it as 0.5000, it doesnt let me delete the extra zeros, does it matter, is it the same thing as 0.50 or is it fucked? Is there a fix for this? Other values are normal, Current timer at 1 and Max at 0,5.
Yeah its the same thing as 0.5 or 0.50
It's not a bug. you can ignore the extra 0s
bet, thank u. And sorry for the multiple posts i would delete the other one but idk how xD im new here

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Sun Feb 25, 2024 7:37 pm
by FronteRBumpeR
"1.0.3.0 ChangeLog:
-Allowed 4 digits on the timer resolution
-Removed a process from the system ImpersonateLoggedOnUser
-Code enhancement with CancellationTokenSource."

default polling rate changed from 1000 to 4000 as well?

Re: Intelligent standby list cleaner (ISLC) v1.0.3.0 Released

Posted: Tue Feb 27, 2024 12:13 pm
by Wagnard
FronteRBumpeR wrote: Sun Feb 25, 2024 7:37 pm "1.0.3.0 ChangeLog:
-Allowed 4 digits on the timer resolution
-Removed a process from the system ImpersonateLoggedOnUser
-Code enhancement with CancellationTokenSource."

default polling rate changed from 1000 to 4000 as well?
It's was not intended but its not bad either. it all depends on user preferences. more polling (smaller numbers) mean more cpu usage checking the memory and other stuff.

Re: Intelligent standby list cleaner (ISLC) v1.0.3.2 Released (updated)

Posted: Sat Mar 16, 2024 2:48 am
by Ecclesia
What does GlobalTimerResolutionRequests do?

Re: Intelligent standby list cleaner (ISLC) v1.0.3.2 Released (updated)

Posted: Sat Mar 16, 2024 10:17 pm
by Wagnard
Ecclesia wrote: Sat Mar 16, 2024 2:48 am What does GlobalTimerResolutionRequests do?
The behavior of the timer resolution on Windows changed with the release of Windows 10 v2004 to be per-process instead of system-wide as previously.
Windows 11 received the ability to restore the previous behavior through a registry value.
This is what GlobalTimerResolutionRequests do.