Script.ps1

This piece of code clears the console, says hello, and lists the top 5 most memory-intensive processes currently running. powershell

: By default, Windows may block scripts for security. To allow them, open PowerShell as an Administrator and run: Set-ExecutionPolicy RemoteSigned script.ps1

: Open a text editor like Notepad or Visual Studio Code , paste the code above, and save it as script.ps1 . This piece of code clears the console, says