this post was submitted on 12 Aug 2023
41 points (100.0% liked)

Technology

37609 readers
341 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Sorry if this is against community guidelines, but I couldn't find any rule that prohibits this. If there is any, please tell me, I'm open to remove the post.


Just randomly came across this one and it looked so good that I formatted my laptop (which runs windows, unfortunately for battery reasons) and did the set-up with this script. It is FOSS and very easy to use.

It can remove edge, cortana and other microsoft junk software, while being able to quickly install stuff, set-up profiles, etc.

you are viewing a single comment's thread
view the rest of the comments
[–] yote_zip@pawb.social 37 points 1 year ago (2 children)

I know people have mostly gotten over it at this point but it still irks me when I see an installer that's just "pipe this random script from the internet directly into an admin terminal". They should at least put a note like "hey this is potentially a dangerous action. you should ideally download this locally and inspect it first before you run it" even if most people aren't gonna do it.

[–] azerial@lemmy.dbzer0.com 6 points 1 year ago* (last edited 1 year ago)

Here's the GitHub for it. I agree that I'm not one to just run a script blindly. https://github.com/ChrisTitusTech/winutil

edit: I'm such an idiot. My God. So i ran a different os hardening script. Guess what my dumbass forgot to do? Confirm the local admin username and password. Guess who's locked out. Me. Woooow lol don't be dumb like me. Create a checklist before hand. I guess i learned a fucking lesson lol.

[–] alvanrahimli@lemmy.ml 1 points 1 year ago (2 children)

The developer is quite transparent about all the possible effects of this script. It tweaks to a point that you'll still receive security updates, and feature updates are a bit delayed.

[–] yote_zip@pawb.social 5 points 1 year ago

I'm sure it's not a malicious script, but it's not a good idea to pipe an internet resource into an admin terminal. What if his website gets hacked?