ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
23.12k stars 1.4k forks source link

checking for profile updates ................. #2830

Open makkarankush68 opened 3 weeks ago

makkarankush68 commented 3 weeks ago

Is your feature request related to a problem? Please describe. Everytime opening a new pwsh window takes 3-4 seconds which is annoying now like i'm in vscode server is running in one terminal window want to quickly open another and install some dependency or do some stuff

Describe the solution you'd like the checking for update should only run once a day just keep a track if it was checked already today then skip it

Describe alternatives you've considered Nothing i still like the powershell profile will keep using it

Additional context just a QUICK video

https://github.com/user-attachments/assets/952410c0-8052-44a1-82da-87f5481c9fca

MyDrift-user commented 3 weeks ago

what we could do is creating a reg object that stores the date of the last check for updates. if it that date does not equal to the current date it should check for updates.

makkarankush68 commented 3 weeks ago

yes that should solve the issue