Skip to content

Instantly share code, notes, and snippets.

@hainh
Created June 13, 2020 10:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hainh/5f4524f4f6609aef5a883816c30bd4d7 to your computer and use it in GitHub Desktop.
Save hainh/5f4524f4f6609aef5a883816c30bd4d7 to your computer and use it in GitHub Desktop.
foreach ($ext in $args) {
if ($ext.startswith(".")) {
$path = "HKLM\SOFTWARE\Classes\" + $ext;
reg add $path /v PerceivedType /t REG_SZ /d text
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment