$arguments = "import $PSScriptRoot\TaskbandCU.reg" Start-Process $env:windir\System32\reg.exe -ArgumentList $arguments -WindowStyle Hidden Remove-Item -Path $env:APPDATA'\Microsoft\Internet Explorer\Quick Launch\*' -Force -Recurse Copy-Item -Path $PSScriptRoot\Quicklaunch\* -Destination $env:APPDATA'\Microsoft\Internet Explorer\Quick Launch' -Recurse -Force Stop-Process -ProcessName explorer -Force