Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

I wish to run a http site from an icon on my desktop, using a defined profile of firefox, but I don't know the format of the script to put into the particulahtp

  • 4 ответа
  • 1 имеет эту проблему
  • 1 просмотр
  • Последний ответ от FredMcD

more options

I wish to run a http site from an icon on my desktop, using a defined profile of firefox, but I don't know the format of the script to put into the properties box of the icon. It just seems to default to a standard Firefox, not my profile of Firefox. Thanks

I wish to run a http site from an icon on my desktop, using a defined profile of firefox, but I don't know the format of the script to put into the properties box of the icon. It just seems to default to a standard Firefox, not my profile of Firefox. Thanks

Выбранное решение

Hi carman, In the target box of the shortcut, enter:

"C:\Program Files\Mozilla Firefox\firefox.exe" -profile "%AppData%\Mozilla\Firefox\Profiles\MYPROFILE" https://www.ghacks.net/

where: MYPROFILE is the name of your defined Profile and, of course, the website is of your choice.

Be sure to use the quotation marks and spaces as they are written into the sample line.

Прочитайте этот ответ в контексте 👍 2

Все ответы (4)

more options

Выбранное решение

Hi carman, In the target box of the shortcut, enter:

"C:\Program Files\Mozilla Firefox\firefox.exe" -profile "%AppData%\Mozilla\Firefox\Profiles\MYPROFILE" https://www.ghacks.net/

where: MYPROFILE is the name of your defined Profile and, of course, the website is of your choice.

Be sure to use the quotation marks and spaces as they are written into the sample line.

more options

Well said.

more options

carman said

I wish to run a http site from an icon on my desktop, using a defined profile of firefox, but I don't know the format of the script to put into the properties box of the icon. It just seems to default to a standard Firefox, not my profile of Firefox. Thanks

Thanks Fred. I have now found that the line:

"C:\Program Files\Mozilla Firefox\firefox.exe" -P MYPROFILE https://www.xxxx.co.uk

seems to work alright.

more options

My_Cheese_Is_Slippin' gave you the answer. I just recommended it. Safe surfing.