Forum Discussion
AB21805
Nov 25, 2022Bronze Contributor
Removing start up websites on log in
Hi all, I was wondering if you can help me I have set up a website to start up on log in via script Script: param( [string]$ShortcutName = "Bromcom", [string]$ShortcutUrl = "https://...
- Nov 26, 2022
AB21805
This should be the solution:$ShortcutName = "Bromcom" Remove-Item -Path "$($env:ALLUSERSPROFILE)\Microsoft\Windows\Start Menu\Programs\Startup\$ShortcutName.lnk"
Jannik_Reinhard
Iron Contributor
AB21805
This should be the solution:
$ShortcutName = "Bromcom"
Remove-Item -Path "$($env:ALLUSERSPROFILE)\Microsoft\Windows\Start Menu\Programs\Startup\$ShortcutName.lnk"
AB21805
Nov 29, 2022Bronze Contributor
Hi,
Just out of curiosity, why would I use Powershell script over endpoint analytics remediation scrip or vice versa?
Just out of curiosity, why would I use Powershell script over endpoint analytics remediation scrip or vice versa?