1. Sunflower is some software you've installed or it may have been pre-installed at the factory, and it's not compatible with Windows 8. What this Sunflower is actually used for I've no idea, I've never heard of it and Google doesn't come up with anything helpful. It's definitely not part of Windows thRead more

    Sunflower is some software you’ve installed or it may have been pre-installed at the factory, and it’s not compatible with Windows 8.

    What this Sunflower is actually used for I’ve no idea, I’ve never heard of it and Google doesn’t come up with anything helpful.

    It’s definitely not part of Windows though, so it isn’t required for Windows to work properly. To get rid of the error message you will need to uninstall Sunflower.

    You should see it listed in Programs & Features, from here you can uninstall it. How to remove software in Windows 8:
    http://www.wikihow.com/Uninstall-a-…

    message edited by phil22

    See less
    • 0
  2. Ummm, isn't it Shift + 2, just like any other keyboard?

    Ummm, isn’t it Shift + 2, just like any other keyboard? See less
    • 0
  3. As it mentions, put vistaprint in google and then click on the link it gives. That gets you to the same place but by a different route. I also found this:http://answers.microsoft.com/en-us/...

    As it mentions, put vistaprint in google and then click on the link it gives. That gets you to the same place but by a different route. I also found this:

    http://answers.microsoft.com/en-us/…

    See less
    • 0
  4. You don't have to use FDISK cause, during Win7 installation, you have the option, to customize hard drive partitions.Here you can delete and create partitions, and let Win7 do the format for you.Then you can continue the normal installation of Win7.

    You don’t have to use FDISK cause, during Win7 installation, you have the option, to customize hard drive partitions.
    Here you can delete and create partitions, and let Win7 do the format for you.
    Then you can continue the normal installation of Win7. See less
    • 0
  5. If you did'nt do the below, they are gone.http://support.hubris.net/configura...Right-click on the account in the left panel and select "Properties" > General tab > Advanced tab. Check the "Leave a copy of messages on server"

    If you did’nt do the below, they are gone.
    http://support.hubris.net/configura…
    Right-click on the account in the left panel and select “Properties” > General tab > Advanced tab. Check the “Leave a copy of messages on server” See less
    • 0
  6. As someone with Win7, I'm going to jump in here to speed things along:IVO: post what displayedNote: \n denotes CR/LF.SerialNumber \n System Serial Number \n Basically, there's a blank line at the end:C:\>for /F "delims=" %j in ('wmic bios get serialnumber') do @echo set SERIAL=%j set SERIAL=SeriaRead more

    As someone with Win7, I’m going to jump in here to speed things along:

    IVO: post what displayed
    Note: \n denotes CR/LF.

    SerialNumber          \n
    System Serial Number  \n
    

    Basically, there’s a blank line at the end:

    C:\>for /F "delims=" %j in ('wmic bios get serialnumber') do @echo set SERIAL=%j
    set SERIAL=SerialNumber
    set SERIAL=System Serial Number
    set SERIAL=

    How To Ask Questions The Smart Way

    See less
    • 0
  7. ::------ edit ------- edit ----- fixed goofs!@echo off & setlocalif exist exl.vbs goto :alrdydon:: might need to change this lineset xls=c:\excel\mycalendar.xls:: change the following to suit your preference:: (ie: where you want the exported text to go)set outp=c:\doc\test.txt> exl.vbs echoRead more

    ::—— edit ——- edit —– fixed goofs!
    @echo off & setlocal
    if exist exl.vbs goto :alrdydon
    :: might need to change this line
    set xls=c:\excel\mycalendar.xls
    :: change the following to suit your preference
    :: (ie: where you want the exported text to go)
    set outp=c:\doc\test.txt
    > exl.vbs echo Dim xl
    >> exl.vbs echo Set xl = WScript.CreateObject(“Excel.Application”)
    :: change to false if you want it running in stealth-mode
    >> exl.vbs echo xl.application.Visible = TRUE
    :: this disables the overwrite-safety dialogue
    >> exl.vbs echo xl.application.displayalerts=false
    >> exl.vbs echo set ac=xl.WorkBooks.open(“%xls%”)
    >> exl.vbs echo ac.SaveAs “%outp%”,-4158
    >> exl.vbs echo xl.application.quit
    :alrdydon
    wscript exl.vbs See less
    • 0
  8. for /f "tokens=*" %%j in ('type settings.txt ^| find "value"') do echo %%jThis is in a batchfile, if you want run this at the command prompt replace the double '%%' with a single one.So: for /f "tokens=*" %j in ('type settings.txt ^| find "value"') do echo %jHappy is ONE who says I am an OttoMAN.

    for /f “tokens=*” %%j in (‘type settings.txt ^| find “value”‘) do echo %%j

    This is in a batchfile, if you want run this at the command prompt replace the double ‘%%’ with a single one.

    So:
    for /f “tokens=*” %j in (‘type settings.txt ^| find “value”‘) do echo %j

    Happy is ONE who says I am an OttoMAN.

    See less
    • 0
  9. The structure of a =SUMIF() is:=SUMIF(RangeOfThingsToBeExamined,CriteriaToBeMatched,RangeOfValuesToTotal)The structure of a =MID() is:=MID(OriginalText,PositionToStartPicking,NumberOfCharactersToPick)Can a =MID() statement be a Range?Try this:=SUMIF(A2:A4,"*Z*",C2:C4)MIKEhttp://www.skeptic.com/

    The structure of a =SUMIF() is:

    =SUMIF(RangeOfThingsToBeExamined,CriteriaToBeMatched,RangeOfValuesToTotal)

    The structure of a =MID() is:

    =MID(OriginalText,PositionToStartPicking,NumberOfCharactersToPick)

    Can a =MID() statement be a Range?

    Try this:

    =SUMIF(A2:A4,”*Z*”,C2:C4)

    MIKE

    http://www.skeptic.com/

    See less
    • 0
  10. You can normally find this by "About this Mac": http://support.apple.com/kb/HT1529How to find Macbook serial: http://support.apple.com/kb/HT1366How to find Macbook Pro serial: http://support.apple.com/kb/ht1559?...www.standby-it.com

    You can normally find this by “About this Mac”: http://support.apple.com/kb/HT1529
    How to find Macbook serial: http://support.apple.com/kb/HT1366
    How to find Macbook Pro serial: http://support.apple.com/kb/ht1559?…

    www.standby-it.com

    See less
    • 0