added PDF24
This commit is contained in:
parent
5646054a46
commit
ecf951280e
@ -3,6 +3,8 @@
|
||||
|
||||
$ViewMode=1
|
||||
|
||||
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||||
|
||||
# Paths for PowerShell commands use the registry Get-PSDrives, hence the ':'
|
||||
$src = 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes'
|
||||
$dst = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\FolderTypes'
|
||||
@ -38,3 +40,5 @@ Get-ChildItem $topViews | % {
|
||||
# restart explorer ...
|
||||
Get-Process Explorer | Stop-Process
|
||||
|
||||
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# set recyclebin size to 100 MB for all drives and THIS logged on user ...
|
||||
|
||||
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||||
|
||||
$drives=(Get-PSDrive).Name -match '^[a-z]$'
|
||||
|
||||
foreach ($Drive in $drives) {
|
||||
@ -18,3 +20,5 @@ foreach ($Drive in $drives) {
|
||||
|
||||
}
|
||||
|
||||
write-host '#######',(split-path $PSCommandPath -Leaf),'#######'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user