1. Fix: Corrupt User Profile in Windows 10http://windowsreport.com/corrupt-us...Re-Create User Profile (Windows)https://community.spiceworks.com/ho...How to fix a corrupt user profile in Windows: The User Profile Service failed the logonhttp://www.pcadvisor.co.uk/how-to/w...

    Fix: Corrupt User Profile in Windows 10
    http://windowsreport.com/corrupt-us…
    Re-Create User Profile (Windows)
    https://community.spiceworks.com/ho…
    How to fix a corrupt user profile in Windows: The User Profile Service failed the logon
    http://www.pcadvisor.co.uk/how-to/w… See less
    • 0
  2. Can't you just use the Print Screen key (might be marked PrtSc) then paste it into Word or whatever Word Processor program you have onboard?

    Can’t you just use the Print Screen key (might be marked PrtSc) then paste it into Word or whatever Word Processor program you have onboard?

    See less
    • 0
  3. The Product Key you used to install Windows may have been "blacklisted" by Microsoft because it was either not issued by them (ie a fake key) or it's already been used by one or more other people. Microsoft keeps a database of Product Keys which have already been used but it can take a couple of dayRead more

    The Product Key you used to install Windows may have been “blacklisted” by Microsoft because it was either not issued by them (ie a fake key) or it’s already been used by one or more other people.
    Microsoft keeps a database of Product Keys which have already been used but it can take a couple of days for the warning message to appear in Windows.

    You must buy a genuine Product Key which has never been used, but that’s going to be impossible now because Microsoft stopped issuing XP Product Keys several years ago.

    I suggest you buy a more modern Windows version if your system supports it, or buy a new PC with Windows 10 pre-installed.

    Windows XP is no longer officially supported – it’s too old.

    See less
    • 0
  4. Have you got the most recent updates for Office? - I had an issue with this about 4 months ago and it disappeared after updating, but no idea which one fixed it I'm afraid.

    Have you got the most recent updates for Office? – I had an issue
    with this about 4 months ago and it disappeared after updating,
    but no idea which one fixed it I’m afraid.

    See less
    • 0
  5. After some time being MAD with this I discovered that the update works when you kill the explorer.exe process. I know it sounds odd.. but it works.

    After some time being MAD with this I discovered that the update works when you kill the explorer.exe process. I know it sounds odd.. but it works.

    See less
    • 0
  6. :: ===== script starts here ===============:: Rubal February 26, 2013 at 14:59:16:: mergecsv.bat 2013-02-26 15:06:35.15@echo off & setLocal enableDELAYedeXpansioNpushd myfilesif exist new.csv del new.csvfor /f "tokens=* delims= " %%a in ('dir/b *.csv') do (set N=%%~Nacall :sub1 %%a)goto :eof:subRead more

    :: ===== script starts here ===============
    :: Rubal February 26, 2013 at 14:59:16
    :: mergecsv.bat 2013-02-26 15:06:35.15
    @echo off & setLocal enableDELAYedeXpansioN

    pushd myfiles
    if exist new.csv del new.csv

    for /f “tokens=* delims= ” %%a in (‘dir/b *.csv’) do (
    set N=%%~Na
    call :sub1 %%a
    )
    goto :eof

    :sub1
    for /f “tokens=* delims= ” %%i in (%1) do (
    echo.!N!,%%i
    )>> new.csv
    goto :eof
    ::====== script ends here =================

    “I think error is from line pushd myfiles . What does this means?”

    You need to change myfiles to the drive and directory where your files ARE.

    =====================
    M2 Golden-Triangle

    See less
    • 0
  7. Here is the answer Go to System Preferences > Universal Access > Seeing tab > Zoom Zoom is a radio button with the choices On or Off. Choose the other one. The change will take place before you exit the screen so you will know immediately if this is the change you want. Take care --

    Here is the answer
    Go to System Preferences > Universal Access > Seeing tab > Zoom

    Zoom is a radio button with the choices On or Off. Choose the other one. The change will take place before you exit the screen so you will know immediately if this is the change you want.

    Take care —

    See less
    • 0
  8. Some viruses might have a name similar to that. Some protection software may have a protected folder similar to that. You should be able to go to safe mode and simply delete the folder if you feel it is bad or taking up too much space. When you run linux it also makes a similar folder. To be severeRead more

    Some viruses might have a name similar to that. Some protection software may have a protected folder similar to that. You should be able to go to safe mode and simply delete the folder if you feel it is bad or taking up too much space.

    When you run linux it also makes a similar folder.

    To be severe you can delete the partition and create a new one but all data will be lost on that drive.

    See less
    • 0
  9. Hi,Here is some code that will change the color of the text in a Textbox on a User Form, based on the difference in dates between Today and a date in a worksheet cell: If Worksheets("Sheet1").Range("A2").Value < Int(Now()) - 14 Then Me.TextBox1.ForeColor = RGB(255, 0, 0) Else Me.TextBox1.ForeColoRead more

    Hi,

    Here is some code that will change the color of the text in a Textbox on a User Form, based on the difference in dates between Today and a date in a worksheet cell:

    If Worksheets("Sheet1").Range("A2").Value < Int(Now()) - 14 Then
        Me.TextBox1.ForeColor = RGB(255, 0, 0)
        Else
        Me.TextBox1.ForeColor = RGB(0, 0, 0)
    End If
    Me.TextBox1.Value = Worksheets("Sheet1").Range("A2").Text

    You will need to change the worksheet name and cell reference and the name of the Textbox on the user form.

    The code could go in the user form Activate section.

    Hope this was what you were looking for.

    Regards

    See less
    • 0
  10. Frontier Mail is a web-based email service, so if you had an icon for it on your Desktop, it's just an internet shortcut which you can easily re-create: Right-click Desktop and choose New > Shortcut. In the location bar, type https://login.frontier.com/webmail/ Click Next. For the name of the shoRead more

    Frontier Mail is a web-based email service, so if you had an icon for it on your Desktop, it’s just an internet shortcut which you can easily re-create:
    Right-click Desktop and choose New > Shortcut.
    In the location bar, type https://login.frontier.com/webmail/
    Click Next.
    For the name of the shortcut, type Frontier Mail
    Click “Finish”
    There should now be a world icon on the Desktop.
    Double-click it & sign-in page for Frontier Mail should open.

    To restore the Google Bar, just re-install it like you did the first time.

    See less
    • 0