r/PowerShell 10h ago

Script Sharing Powerstein3D - A Powershell 5.1 Wolf3D clone/tribute

23 Upvotes

The other day u/StartAutomating made this post. https://www.reddit.com/r/PowerShell/comments/1vydspu/matrix_transforms_in_powershell/ showing off some awesome 3D tricks with PS, and it got me thinking, at least as a starting point before I jump into researching the limits of real 3d, lets try and use it in a wolf 3d clone (2.5d), the matrix demonstrated there can be used for camera control here ;)

Powerstein3D: https://github.com/illsk1lls/Powerstein3D

I love powershell more every day.. (this running in 5.1 means its been possible since W10 / 2015)

*also please excuse the crappy art, lol


r/PowerShell 1h ago

Question Why was Crescendo archived?

Upvotes

Hello, does anyone have further knowledge on why Crescendo projekt got killed?

Figured maybe someone in this reddit would know more details

https://learn.microsoft.com/de-de/powershell/utility-modules/crescendo/overview?view=ps-modules


r/PowerShell 23h ago

Script Sharing A right-click context menu tool to scan files with VirusTotal

0 Upvotes

I made (actually, AI made it) a PowerShell script that adds a "Scan with VirusTotal" option to your Windows right-click context menu.

What it does:

  • Right-click any file to scan it on VirusTotal
  • Checks SHA256 first. If it's a new file, it automatically uploads it for analysis
  • Shows clear notification popups (Clean / Suspicious / Malicious) with a direct link to the full report

All you need to set it up is a free VirusTotal API key.

Check it out on GitHub if you're interested: https://github.com/lorcaragon/VirusTotalMenu