this post was submitted on 12 Jun 2023
15 points (100.0% liked)

You Should Know

276 readers
1 users here now

YSK - for all things that can make your life easier!

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules

1-All posts must begin with YSK. If you're a Mastodon user, then include YSK after @youshouldknow. This is a community to share tips and tricks that will help yourself improve on activities, skills and various other tasks in life.

YSKs are about self-improvement on how to do things, not for facts and figures.

2-In your post's text body, you must include the reason "Why YSK:"

3- Non-factual ideas or concepts based on conspiracy theories will be removed.

4-No self promotion or upvote-farming of any kind.

5-Any type of spamming will get you banned.

Partnered Communities:

Mental Health

No Stupid Questions

Jokes

Mildly Infuriating

Lemmy Review

Lemmy Be Wholesome

Lemmy Shitpost

To partner with our community and be included here, you are free to message me or comment on our pinned post.

Community Moderation

For inquiry on becoming a moderator of this community, you may comment on the pinned post of the time, or simply shoot a message to the current moderators.

founded 1 year ago
MODERATORS
 

Why YSK: One advantage of most Unix and Unix derived operating systems is their package managers. While new users might be scared at first, after trying them for a while many will find it easier, faster and more convenient to simple type and automatically install and update all their programs.

So it's a great thing there's a powerful, official, equivalent on Windows: Winget. Install winget and you get access to it via the Command Prompt or Windows Powershell (and terminal).

But that's not all! Winstall is a website where you can find pretty much any Windows software ever, and it will automatically create and copy the command for you to install. You can also create bundles that silently install multiple apps at once.

So formatted a new PC? Copy and paste your bundle and all your programs are installed, up to date, and without annoying install wizards. Don't remember where you downloaded that software from? Find it on Winstall. Want to update all your programs? One command and you're golden.

top 4 comments
sorted by: hot top controversial new old
[–] damn@lemmy.fmhy.ml 7 points 1 year ago

How does it compare to chocolatey?

[–] zinklog@lemmy.fmhy.ml 5 points 1 year ago (1 children)
[–] a_cup_of_rohan 1 points 1 year ago

Awesome thank you!

[–] teawrecks@sopuli.xyz 2 points 1 year ago

I tried using chocolatey when I was on windows. The problem you run into is that windows programs often want to update themselves, often automatically, and they don't tell the package manager about it so it gets out of sync (maybe winget has a reliable solution for that, don't know, I've never used it).

It's really useful for setting up a new system though, ex. installing a particular environment on a test machine.