michelgentile / Symbolic Link in Windows
0 likes
0 forks
1 files
Last active 2 months ago
| 1 | pwsh -command "New-Item -ItemType SymbolicLink -Target 'c:\i\am\the\classic\folder' -Path 'c:\this\is\a\symbolic\link'" |
michelgentile / Compute Hash with PowerShell
0 likes
0 forks
1 files
Last active 2 months ago
| 1 | pwsh -command "( Get-FileHash -Algorithm SHA256 c:\folder\file ).Hash.ToLower()" |
Newer
Older