Initial version
This commit is contained in:
BIN
Add Notepad to Context.reg
Normal file
BIN
Add Notepad to Context.reg
Normal file
Binary file not shown.
BIN
Add UnblockFiles To Context.reg
Normal file
BIN
Add UnblockFiles To Context.reg
Normal file
Binary file not shown.
BIN
AddMoreOptions.reg
Normal file
BIN
AddMoreOptions.reg
Normal file
Binary file not shown.
BIN
DisableVerbose.reg
Normal file
BIN
DisableVerbose.reg
Normal file
Binary file not shown.
BIN
EnableVerbose.reg
Normal file
BIN
EnableVerbose.reg
Normal file
Binary file not shown.
BIN
Remove Notepad from Context.reg
Normal file
BIN
Remove Notepad from Context.reg
Normal file
Binary file not shown.
BIN
Remove Shortcut icon.reg
Normal file
BIN
Remove Shortcut icon.reg
Normal file
Binary file not shown.
BIN
Remove UnblockFiles To Context.reg
Normal file
BIN
Remove UnblockFiles To Context.reg
Normal file
Binary file not shown.
BIN
RemoveMoreOptions.reg
Normal file
BIN
RemoveMoreOptions.reg
Normal file
Binary file not shown.
BIN
Restore Shortcut icon.reg
Normal file
BIN
Restore Shortcut icon.reg
Normal file
Binary file not shown.
6
unblockFiles.txt
Normal file
6
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") }
|
Reference in New Issue
Block a user