; ----------------------------------------------- #include #include ; ----------------------------------------------- Opt("MustDeclareVars", 1) ; ------------------------------------------------ _DelLnks() ; ------------------------------------------------ Func _DelLnks() ; Source data Local $_sSrcPath = "C:\Users\Dell\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\*.lnk" ; ------------------------------------------------ FileDelete($_sSrcPath) EndFunc ;==>_DelLnks ; ------------------------------------------------