nil@piefed.ca to Technology@lemmy.worldEnglish · 4 days agoMicrosoft wants Edge to automatically open by default every time you turn on your Windows 11 PCwww.windowscentral.comexternal-linkmessage-square279linkfedilinkarrow-up1872arrow-down112file-textcross-posted to: windows@sopuli.xyz
arrow-up1860arrow-down1external-linkMicrosoft wants Edge to automatically open by default every time you turn on your Windows 11 PCwww.windowscentral.comnil@piefed.ca to Technology@lemmy.worldEnglish · 4 days agomessage-square279linkfedilinkfile-textcross-posted to: windows@sopuli.xyz
minus-squareAgent641@lemmy.worldlinkfedilinkEnglisharrow-up15·3 days ago@echo off timeout /t 60 /nobreak >nul tasklist /fi "imagename eq msedge.exe" | find /i "msedge.exe" >nul if not errorlevel 1 ( taskkill /f /im msedge.exe >nul 2>&1 ) exit
@echo off timeout /t 60 /nobreak >nul tasklist /fi "imagename eq msedge.exe" | find /i "msedge.exe" >nul if not errorlevel 1 ( taskkill /f /im msedge.exe >nul 2>&1 ) exit