Nakkoush Posted May 30, 2005 Posted May 30, 2005 I don't want a quick launch for yahoo after an unattended silent installation and here is my runoncex and it's not deleting itREG ADD %KEY%\iAdd /VE /D "Yahoo Messenger 6.0.0.1750" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\Install\Yahoo\Yahoo.exe /s" /fREG ADD %KEY%\iAdd /V Inum /D "pskill YPager.exe" /fREG ADD %KEY%\iAdd /V Inum /D "CMD /C REG DELETE HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v \"Yahoo! Pager\" /f" /f""REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Yahoo! Messenger.lnk\"" /f
enuffsaid Posted May 30, 2005 Posted May 30, 2005 I don't want a quick launch for yahoo after an unattended silent installation and here is my runoncex and it's not deleting itREG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Yahoo! Messenger.lnk\"" /f<{POST_SNAPBACK}>Well, the %userprofile% is not going to work for you. I don't use Yahoo! Messenger, but is it stored in the "default user profile" of "all user profile"? Delete it from there.HTH
Nakkoush Posted May 30, 2005 Author Posted May 30, 2005 (edited) it's saved here:C:\Documents and Settings\Nakkoush\Application Data\Microsoft\Internet Explorer\Quick Launch\Yahoo! Messenger.lnkany help would be appreciated! Edited May 30, 2005 by Nakkoush
enuffsaid Posted May 30, 2005 Posted May 30, 2005 Well, perhaps that's where its saved AFTER you logon for the first time as "Nakkoush", but if you're installing all your stuff unattended, its more likely saved in the Default User. You should delete it there, and THEN login for the first time as Nakkoush.Search here for more info about user profiles. Its been discussed endlessly.
Martin Zugec Posted June 2, 2005 Posted June 2, 2005 Well, there are two locations where it could be - Default user or in registry StubPath...
Yzöwl Posted June 2, 2005 Posted June 2, 2005 To find out its current location(s), open the command prompt (Start > Run > cmd > OK) and paste in the followingdir "%UserProfile%\.." /s/a/b|findstr "\\*.Launch\\Yahoo.*lnk$" 2>nul
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now