Open Powershell
$env:MyVariable = “HelloWorld”
Done
Open Powershell
$env:MyVariable = “HelloWorld”
Done
A Hind-D?!
I don’t get how this is a thing for Americans. How are you not destroyed by anxiety and paranoia if you go get stoned before having dinner with all your relatives?
The benefit of Windows is the vast amount of ready made tooling, primarily Intune these days. I don’t think Linux has anything equivalent.
When sharpening knives, with practice you can tell when you are done by sliding your fingertips along (not across) the sharpened bevel. It’s possible to feel imperfections measured in micrometers this way.
I also started with Powershell, and not by reading guides/books. I got pretty good with using the pipeline, loops, etc. but my code was terrible soup with no re-usability. Later I learned JavaScript and realized how important it is to think about functions first when writing scripts. Makes everything easier and smoother.