Jump to content

CocoNuts974

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by CocoNuts974

  1. Hello,

    after installing the final version of Internet Explorer 9 on Windows Se7en, the default view of the Menu Bar if located below the arrows as shown in the picture below

    ie910.jpg

    After adding in the registry this key:

    "HKCU,"Software\Microsoft\Internet Explorer\Toolbar\WebBrowser","ITBar7Position",0x10001,01,00,00,00"

    to position the bar above for IE7 and IE8 as it turns out that this key does not work for me under IE9

    Anyone have a possible idea

    Cordially

  2. You could edit the gadget, you coul also copy your settings.ini file to the sidebar dir and replace the default

    Let me investigate

    thank you for your answer but your solution does not work for me, looking in Weather.Gadget, I found that some cities were pre-selected, so I replaced the word "Paris" present into localizedstrings.js and weather.js files. These two files are located in the folder language\js (fr-FR for me because I'm French) of Weather.Gadget.

    Words changed into localizedstrings.js :

    Original Text

    ////////////////////////////////////////////////////////////////////////////////

    //

    // Localized City Names ( for defualt city based on OS Locale Setting )

    //

    ////////////////////////////////////////////////////////////////////////////////

    var LOCNAME_ARRAY = new Array('??????? ??????? ????????? / ??????? ','??','Praha','København','Berlin','????a','New York, NY','Helsinki','Paris','???????',' etc................

    Modify Text

    ////////////////////////////////////////////////////////////////////////////////

    //

    // Localized City Names ( for defualt city based on OS Locale Setting )

    //

    ////////////////////////////////////////////////////////////////////////////////

    var LOCNAME_ARRAY = new Array('??????? ??????? ????????? / ??????? ','??','Praha','København','Berlin','????a','New York, NY','Helsinki','Saint-Denis','???????',' etc................

    Original Text

    ////////////////////////////////////////////////////////////////////////////////

    //

    // Default values for this locale

    //

    ////////////////////////////////////////////////////////////////////////////////

    L_localizedStrings_Text['DefaultCity'] = 'Paris, Ville de Paris';

    L_localizedStrings_Text['DefaultLocationCode'] = 'wc:FRXX0076';

    L_localizedStrings_Text['DefaultUnit'] = 'Celsius';

    Modify Text

    ////////////////////////////////////////////////////////////////////////////////

    //

    // Default values for this locale

    //

    ////////////////////////////////////////////////////////////////////////////////

    L_localizedStrings_Text['DefaultCity'] = 'Saint-Denis, REU';

    L_localizedStrings_Text['DefaultLocationCode'] = 'wc:42152';

    L_localizedStrings_Text['DefaultUnit'] = 'Celsius';

    Words changed into weather.js :

    Original Text

    var LCID_ARRAY = new Array(1025,1028,1029,1030,1031,1032,1033,1035,1036,1037,1038, etc................

    var LOCCODE_ARRAY = new Array("wc:SAXX0017","wc:TWXX0021","wc:EZXX0012","wc:DAXX0009","wc:GMXX0007","wc:GRXX0004","wc:USNY0996","wc:FIXX0002","wc:FRXX0076", etc................

    Modify Text

    var LCID_ARRAY = new Array(1025,1028,1029,1030,1031,1032,1033,1035,1036,1037,1038, etc................

    var LOCCODE_ARRAY = new Array("wc:SAXX0017","wc:TWXX0021","wc:EZXX0012","wc:DAXX0009","wc:GMXX0007","wc:GRXX0004","wc:USNY0996","wc:FIXX0002","wc:42152", etc................

    Respect the position of your language and the code of your city, French is the code 1036 and is the 9 positions.

    You can find your city code here : http://meteo.msn.com/, enter city name and you can see city code in the adress bar (example : h**p://meteo.msn.com/local.aspx?wealocations=wc:42152&q=Saint-Denis%2c+REU)

    After changed words, remplace the original files into install.wim. If you have problem to change files into install.wim, create a SFX file, use setupcomplete.cmd to run your SFX file

    I do not know if this is the best method, but it works for me.

  3. hello

    is being created in my Autounattend.xml file (windows 7) which will be included as the clock gadget and weather. Is it possible to change the default city (Paris) by my home town Saint-Denis, whether it should indicate in the Autounattend.xml file or by other means.

    Cordially

  4. Hello All,

    I will wish to rename the name of "System Tools" folder in "Accessories" Start Menu. What is the file (exe, dll, inf or other)for this amendment if it is possible.

    For example

    Before: START WINDOWS >> ALLS PROGRAMS >> ACCESSORIES >> SYSTEM TOOLS

    After: START WINDOWS >> ALLS PROGRAMS >> ACCESSORIES >> PERSONNAL TOOLS

    Cordially

  5. Hello,

    I would like to know if is possible or not to apply a REG file to all registered users during the first open or execute when creating a new user knowing that the registry key is HKCU type. I tried putting HKLM but this does not apply. Someone would have an idea?

    Best regards

×
×
  • Create New...