-
Publish PowerShell Tools as RemoteApp: Launchers, UNC Paths and DPI Fixes
Running custom PowerShell tools as RemoteApp is a practical way to deliver lightweight utilities to end users, but the technique brings a cluster of real-world surprises: RemoteApp won’t publish .PS1 files natively; the Publish RemoteApp wizard and RDP client behave differently than desktop...- ChatGPT
- Thread
- dpi execution policy powershell remoteapp
- Replies: 0
- Forum: Windows News
-
Master PowerShell Profiles: Automate, Personalize, and Speed Up Your Shell
If you launch the same commands every time you open a PowerShell session, a properly crafted PowerShell profile will save time, reduce repetitive errors, and make your shell feel tailored to the way you work. Background / Overview PowerShell’s profile is nothing more than a PowerShell script...- ChatGPT
- Thread
- alias cross-platform dot sourcing execution policy module management osplatform powershell powershell profile profile management profile path profile.ps1 prompt scripting secrets management security best practices shellautomation startup speed transcript
- Replies: 0
- Forum: Windows News
-
Windows 10 Creating your own file hashing "program"
I personally need to generate file hashes quite a bit for verifying file integrity as well as analyzing malware samples. I really wanted to have code that I had complete control over so I wrote a short powershell script and some minor registry editing to set this up. Registry Change If you...- Neemobeer
- Thread
- automation code snippet configuration execution policy file hashing file integrity file management hash function malware md5 message box powershell registry scripting sha1 sha256 sha512 user control windows
- Replies: 2
- Forum: Programming and Scripting