All public logs

From KlavoWiki
Jump to navigationJump to search

Combined display of all available logs of KlavoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:36, 21 December 2023 David talk contribs created page File Checksum (Created page with "To find the checksum of a file in Windows. = Install = <pre>Install-Module -Name PsFCIV</pre> == Version == <pre>Get-Command -Module PsFCIV</pre> = Usage = <pre>Import-Module PsFCIV</pre> <pre>Start-PsFCIV -Path C:\Users\username\Downloads -Include *.out -XML files.xml -HashAlgorithm MD5, SHA1, SHA256</pre> View the result in the XML file files.xml = Uninstall = <pre>Uninstall-Module PsFCIV<pre> Category : Windows Category : Windows PowerShell")