Compare commits
2 Commits
bc99aecbbf
...
14ba42b981
| Author | SHA1 | Date | |
|---|---|---|---|
| 14ba42b981 | |||
| 5d5072d9fe |
6
Powershell/unblockFiles.txt
Normal file
6
Powershell/unblockFiles.txt
Normal 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") }
|
||||
BIN
Registry/Add Notepad to Context.reg
Normal file
BIN
Registry/Add Notepad to Context.reg
Normal file
Binary file not shown.
BIN
Registry/Add UnblockFiles To Context.reg
Normal file
BIN
Registry/Add UnblockFiles To Context.reg
Normal file
Binary file not shown.
BIN
Registry/AddMoreOptions.reg
Normal file
BIN
Registry/AddMoreOptions.reg
Normal file
Binary file not shown.
BIN
Registry/DisableVerbose.reg
Normal file
BIN
Registry/DisableVerbose.reg
Normal file
Binary file not shown.
BIN
Registry/EnableVerbose.reg
Normal file
BIN
Registry/EnableVerbose.reg
Normal file
Binary file not shown.
BIN
Registry/Remove Notepad from Context.reg
Normal file
BIN
Registry/Remove Notepad from Context.reg
Normal file
Binary file not shown.
BIN
Registry/Remove Shortcut icon.reg
Normal file
BIN
Registry/Remove Shortcut icon.reg
Normal file
Binary file not shown.
BIN
Registry/Remove UnblockFiles To Context.reg
Normal file
BIN
Registry/Remove UnblockFiles To Context.reg
Normal file
Binary file not shown.
BIN
Registry/RemoveMoreOptions.reg
Normal file
BIN
Registry/RemoveMoreOptions.reg
Normal file
Binary file not shown.
BIN
Registry/Restore Shortcut icon.reg
Normal file
BIN
Registry/Restore Shortcut icon.reg
Normal file
Binary file not shown.
Reference in New Issue
Block a user