Jump to content

Recommended Posts

Posted

I don't want a quick launch for yahoo after an unattended silent installation and here is my runoncex and it's not deleting it

REG ADD %KEY%\iAdd /VE /D "Yahoo Messenger 6.0.0.1750" /f

REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\Install\Yahoo\Yahoo.exe /s" /f

REG ADD %KEY%\iAdd /V Inum /D "pskill YPager.exe" /f

REG 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


Posted
I don't want a quick launch for yahoo after an unattended silent installation and here is my runoncex and it's not deleting it

REG ADD %KEY%\iAdd /V Inum /D "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Yahoo! Messenger.lnk\"" /f

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

Posted (edited)

it's saved here:

C:\Documents and Settings\Nakkoush\Application Data\Microsoft\Internet Explorer\Quick Launch\Yahoo! Messenger.lnk

any help would be appreciated!

Edited by Nakkoush
Posted

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.

Posted

To find out its current location(s), open the command prompt (Start > Run > cmd > OK) and paste in the following

dir "%UserProfile%\.." /s/a/b|findstr "\\*.Launch\\Yahoo.*lnk$" 2>nul

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...