How to change the initial page without open safari

Hi everybody,
I have problems opening my safari because of the plugin silverlight. I defined a tvair.swisscom.ch page as initial and it makes an error open it. it means that my safari doesn't work at all.
i want to know if somebody knows how to change the initial page from safari without open safari and solve this problem.
thx
cheers
nun

Back up all data before proceeding.
Triple-click anywhere in the line below on this page to select it:
~/Library/Preferences/com.apple.Safari.plist
Right-click or control-click the line and select
          Services ▹ Reveal in Finder (or just Reveal)
from the contextual menu.* A folder should open with an item selected. Quit the application if it's running. Move the selected item to the Trash. Relaunch the application and test. Optionally, restore the file from a backup that predates the problem.
*If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
          Go ▹ Go to Folder...
from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

Similar Messages

  • HT1918 Created an apple I'd using a wrong e-mail address. Can't access the e-mail to varify the Apple ID in order to be able to change the account settings. Any idea how can change the account information without having to varify the account through the e

    Created an apple I'd using a wrong e-mail address. Can't access the e-mail to varify the Apple ID in order to be able to change the account settings. Any idea how can change the account information without having to varify the account through the e-mail?

    You are trying to find a loophole to circumvent a basic rule that prohibits the transfer of purchased content from one Apple ID to another.
    Content tied to an Apple ID are bound to that Apple ID forever. You can not merge or trade accounts. Well, not (officially) anyway...

  • How to change the web page title of a web dynpro app?

    Hello,
    I would like to change the HTML page title of a web dynpro application without renaming the application component itself - but how?
    Thanks for your comments!

    Hi M Walter,
    Assuming you are using Web Dynpro Java, you can change the title of the Web Page for Web Dynpro App by adding the title to the main window of your app.
    Go to Windows and open the properties. There will be a field called 'title'. Give the title you want, save, build, DC->Build and deploy.
    The title you gave to this Window will be displayed as the title of your Web page.
    Regards,
    Ajay

  • How to change the master page and theme dynamically in sharepoint2013 anonymous site

    hi
    I have to change the master page and theme dynamically in sharepoint2013 anonymous site. i have to show one master page to authenticated user  another master page to anonymous user through code
    Srinivas

    Hi Srinivas,
    According to your description, my understanding is that you want to change the master page and theme dynamically based on the anonymous users or authenticated users.
    Per my knowledge, there is not an OOB way to change the master page and theme dynamically.
    SharePoint is based on Asp.net, as we know Asp.Net request processing is based on pipeline model, so we can delevlop a custom HttpModule to dynamic change the master page based on current logon user profile(using SP Object Model to get).
    Another solution could be to use the SecurityTrimmed control that injects the CSS depending on global user permissions, more information, please refer to
    it.
    Some similar posts for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/c2b2d0da-c752-4aea-9c2d-e31a5b1a2988/sharepoint-2010-dynamic-masterpage-based-on-userprofile-property
    http://johanleino.wordpress.com/2011/10/20/using-a-different-master-page-for-authenticated-users-in-sharepoint/
    http://sharepoint.stackexchange.com/questions/21679/how-can-we-use-a-different-masterpage-for-annoymous-and-authenticated-users
    http://sivarajan.me/post/How-to-customize-the-SharePoint-2013-Master-Page-for-Anonymous-Users
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to change the code page on windows 2008 r2 ?

    How do I configure a specific code page on windows 2008 r2 ?
    I understand that I can go into control panel and change regional settings but if  want to change the code page from one codege to say CP850 how do i do that ?.
    There is no option in the control panel to select  code page ?
    Thanks

    Hi,
    I have followed the below steps which did not cause any issue to my server. Have a full latest backup and then follow the below steps.
    Create a start up batch file that includes all the commands you want.
    Then edit the registry to point to your start up file.
    http://technet.microsoft.com/en-us/library/cc779439%28WS.10%29.aspx
    c:\startup.cmd
    @echo off
    chcp 437
    HKLM\SOFTWARE\Microsoft\Command Processor
    AUTORUN="C:\startup.cmd"
    Thanks,
    Umesh.S.K

  • Change the initial page

    Hi, i create a new smart project... and the first page is: overview_syncboinstances.jsp
    I want change the first page by another that i have... How can i do it?
    Thanks,

    Hi Victor,
    as you create the WAR file in MDK you are asked for a url pattern. This is set to /start at default value. If you then have a look into WEB.XML file in the WEB-INF folder, you foind:
    <servlet-mapping>
       <servlet-name>start</servlet-name>
       <url-pattern>/start.jsp</url-pattern>
    </servlet-mapping>
    change it to
    <servlet-mapping>
      <servlet-name>start</servlet-name>
      <url-pattern>/ownPage.jsp</url-pattern>
    </servlet-mapping>
    and it will use ownpage intead of start.jsp
    Hope this helps!
    Regards,
    Oliver

  • How to change the print page setup in IE using javascript

    dear all,
    I want to take print out envelope paper size, so i want to chnage the page setup in IE
    i want to change the print page setup in IE using javascript

    I think, you can do this using CSS.
    http://support.sas.com/rnd/base/ods/templateFAQ/Template_csstyle.html

  • How to change the logon page text colour?

    Hi experts,
       I need to do 4 changes in the logon screeen
    1.the "user name" and "password " to "User Id" and "Pass".I have changed this in "umelogonbase.jar".
    2.Change the colour of the two texts(white colour)
    3.with black as background for the userid and pass label and textfield in the left side of the page
    4.Also the background of the screen of the logon page with a company pic ;
    I am following the below
    http://wiki.sdn.sap.com/wiki/display/EP/ModifyingtheLogon+Page
    Kindly help in this
    Naga

    When you follow the steps outlined at the Wiki page, what exactly is where you receive an error? You'll have to change the JSP page of the logon to insert your changes. Have you done this and the changes are not reflected?
    br,
    Tobias

  • How to change the initial value of the list.

    Hi,
    I have to change the initial value of the list.In the 'When-new-block instance' trigger, i wrote the following:
    set_item_property(list_id,initial_value,
    '2000');
    But when I run the form, it says this property is not recognised.
    I need to change the initial value.
    Please help me out.
    Thanks
    Viji.

    Do you mean the default value ?
    Set_item_property('list_item_name', default_value,2000);

  • How to change the default "Safe" files in Safari?

    I would really appreciate if anybody could teach me how to change the default "Safe" files using AppleScripts, Folder Actions or .plist files. I really would like to have some files to open automatically after download, specially .pps files, and safari doesn't recognize such files as "safe". I tried to find out reading the help files but got lost.
    I posted a reply in an old topic for somebody who seemed to know, but it was not related to that topic, so I decided to open a new one.
    I'll be gratefull for any help. Thanks.

    Hi MDRC,
    Have a read of [this topic|http://discussions.apple.com/thread.jspa?threadID=1237961] to see if that helps.

  • How do I change the home page that opens with firefox?

    when I start firefox a web page opens up I do not want. How do I change it?

    http://support.mozilla.com/en-US/kb/How+to+set+the+home+page

  • How to change users' initial page based on a condition

    I'm using SSO on my application, and have two types of users who will be logging on - I want one set (admins) to go straight to one page, and the other set (users) to go to a another page after logging in. These two sets of users are stored in the database, so I can want to use that to check against.
    I get the impression this would be easy enough if my users went via the 101-login page, but as I'm using SSO I don't think they do. I can change the default starting page, with the home link setting in the application's security attributes, but you can only set one of those.
    I don't mind having it all default to one page, and then redirect away from that if the username meets a particular condition, but can't see how I can do that.
    Can anyone suggest how I can work this to achieve what I need?

    Tim,
    First I would create a HOME_PAGE application item. Then I would create an application computation on new instance that sets that item accordingly. something like this:
    with user_table as(
        select 'TIM' user_name, 'ADMIN' user_role from dual
    select case
               when exists(select *
                             from user_table
                            where user_name = :APP_USER
                              and user_role = 'ADMIN')
               then
                  102
               else
                  103
          end
      from user_tableI would make a landing page all people go to. Page 150. On that page i would make a branch before header which references your HOME_PAGE application item.
    Cheers,
    Tyson Jouglet

  • How to change the index page of tomcat to a specific page in a  web app.

    hi all
    i am trying to figure out a way to change default application to a specific web application deployed in tomcat, so that when you type localhost:8080, it will start with the web app. basically i want to get ride of the context or map the context to the default page. i.e. map this http://localhost:8080/example/ to http://localhost:8080/. thanks.

    maybe i didn't explain myself clearly as to what i needed to do.
    i have created a web application and deployed into tomcat 5.5 with a context of "example". the path looks something like this: $catalina_home/webapps/example. in order to access the application, i need to type http://localhost:8080/example in the browser. is there any way to change it so that when i type http://localhost:8080, it will take me to my web application without accessing the tomcat index page.
    thanks.

  • How to change the primary harddisk without reinstall

    Hi,
    I want to solve the following task:
    Change the primary SATA harddisk to an new SSD in Small Business Server 2003.
    What I did:
    I installed the SSD in to the system and made a software mirror. The two harddisk showed full synch.
    The problem:
    When I removed the original harddisk to let the mirrored start, it didn’t. It says: “Ntldr is missing”
    What I tried:
    I wanted to use fixboot; however Recovery console (nor from SBS neither from XP) didn’t recognize the partition fully. It recognized the Dynamic partition, but without letter and also didn’t find Windows installation.
    I am looking for an advice how I can transfer the OS to the new disk without reinstall.
    Thanks in advance
    Péter Fischer

    Server 2003 software mirror requires that you break the mirror if you wish to revert to a single disk.  Then, because the boot.ini refers to drive1/partition1, you will need to edit that.  The easiest way to test is to boot from a floppy with the
    boot.ini altered, while keeping your original drive safe from harm. 
    Can you confirm that you don't need to load storage drives unique to that mobo or controller.... I'm guessing not since you used software raid.
    How to make a boot floppy for Server 2003:
    http://support.microsoft.com/kb/325879/en-us
    Having said all that, you will gain little by having the system partition on an SSD drive, and SBS 2003 is out of support in April, so if you haven't made plans to migrate to something newer you might want to start those plans soon.
    Larry Struckmeyer[MVP] If your question is answered please mark the response as the answer so that others can benefit.

  • How to change the Network Location without admin right?

    How to allow an normal user to change their network location without adminstrator rights? Thanks

    You can't, unless you change your user rights to Admin.  Now, you can reset all the passwords and admin through a reset process, but if this is a corporate owned Mac, you could get in trouble.  Even fired.  If it's your parent's Mac, then just get them to give you admin rights.

Maybe you are looking for

  • IMac keeps restarting itself/quitting apps, help required

    Hi Folks! For a few weeks now i've been having issues with my iMac (Late 2013), it started occasionally quitting certain apps, safari mainly. With the message "safari web content quit unexpectedly" I've included a diagnosis for this below. It's recen

  • Mail is linking unrelated emails into conversation threads - is there a fix for this?

    Mail is putting unrelated email messages into conversation threads. This is making it hard for me to find emails relating to different projects. The emails don't have anything in common apart from being addressed to me - different senders, subject li

  • Using Apple remote to control Youtube playback

    I was watching a Youtube guitar video and trying to rewind and fast forward with the Apple remote. At one point I accidentally made the video move in slow motion but I've been unable to do it again. Anyone understand exactly how combinations of click

  • How to add Business area  in t code S_ALR_87012082 for dynamic selection.

    Hi Gurus, I need  to add Business area field in T-code S_ALR_87012082. On choosing  dynamic selection, i found that Business area is not there.  Can any one please tell me how can i add Business area field  over there. Thanks in advance.

  • Help with creating a price list

    I'm just wondering if anybody could possibly help me when creating a price list?. I'm new to SAP so don't have a great knowledge of it. Our company needs to send out a wholesale price list to customers, however some of the items we stock do not inclu