Compare commits

...

2 Commits

Author SHA1 Message Date
EonaCat 14ba42b981 Initial version 2022-12-18 10:32:49 +01:00
EonaCat 5d5072d9fe Initial version 2022-12-18 10:32:07 +01:00
11 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Get-ChildItem C:\Users\jeroe\Desktop\weg -recurse | Unblock-File
Get-ChildItem -Recurse | % { Rename-Item -Path $_.PSPath -NewName $_.Name.replace("FirstWord","SecondWord") }

Binary file not shown.

Binary file not shown.

BIN
Registry/AddMoreOptions.reg Normal file

Binary file not shown.

BIN
Registry/DisableVerbose.reg Normal file

Binary file not shown.

BIN
Registry/EnableVerbose.reg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.