PowerShell 3.0 for Win 7 now available

Page 4 of 5 FirstFirst ... 2345 LastLast

  1. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #30

    If it helps my Net Framework 4 Client Profile is dated 5/16/2011 version 4.0.303 19
      My Computer


  2. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
    Thread Starter
       #31

    You got past me there.

    Did you run the script in post #27?
      My Computer


  3. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #32

    I most certainly did. Sorry I didn't mention it.
      My Computer


  4. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
    Thread Starter
       #33

    Something went wrong on running the script which would have placed
    CRITICALandERROREVENTS.TXT on your desktop.

    Here is the procedure for running a ps script:
    # **********************INSTRUCTIONS**************************
    # STEP 1 ** RUN POWERSHELL AS ADMINISTRATOR ******************
    # ************************************************************
    #
    # WIN key | type POWERSHELL | do NOT hit ENTER |
    # in the PROGRAMS list, right-click on WINDOWS POWERSHELL |
    # choose "Run as administrator" |
    # Click on the YES button (if such appears)
    #
    # WIN key = key with Microsoft log on top
    #
    # for the guru:
    # WIN | type POWERSHELL | CTRL+SHIFT+ENTER key combo | ALT+Y keycombo
    # ************************************************************
    # STEP 2 ** COPY AND PASTE ***********************************
    # ************************************************************
    #
    # COPY the script using CTRL+C,
    # COPY every line of script down thru both EXIT statements
    #
    # PASTE into Powershell
    #----Right-Click at the PowerShell Prompt
    #----(Ctrl+V does not work)
    #
    # Start copying with first script line without a # at start of the line
    # Note: Actually, you can paste the entire file if you rather
    #-------Lines starting with a # are ignored by PowerShell
    # ************************************************************
    # STEP 3 ** SCRIPT OUTPUT & SCRIPT PURPOSE *******************
    # ************************************************************
    # --The script output and purpose is given at the very front of the script
    #
    # --The script output and purpose is given at the very front of the script
    #
    # ************************************************************
    # ***************** NOTE - POWERSHELL VERSION*****************
    # if you receive this error msg:
    #--The system can not find the path specified
    # you may need to update your PowerShell
    # you must be using Powershell 2.0 or later.
    #
    # To determine your Powershell version:
    #---Run PowerShell
    #---enter $host.version
    #---you should see at least:
    # Major Minor Build Revision
    # ----- ----- ----- --------
    # 2......0......-1.....-1
    #
    # If you do not see the above, update your Vista/Win 7.
    # ************************************************************
    # *************** NOTE - EXECUTION POLICY*********************
    # If you haven't set the execution policy, you may need to:
    #---Run PowerShell
    #---enter SET-EXECUTIONPOLICY -EXECUTIONPOLICY REMOTESIGNED
    # ************************************************************
      My Computer


  5. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #34

    Level TimeCreated Id Message
    ----- ----------- -- -------
    Error 9/9/2012 6:52:09 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\syste
    m32\wusa.exe" "C:\Users\JACK\Downloads\WINDOW 7 BSOD\Windows6.1-KB2506143-x64.msu" ")
    Error 9/9/2012 6:51:47 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\syste
    m32\wusa.exe" "C:\Users\JACK\Downloads\WINDOW 7 BSOD\Windows6.1-KB2506143-x64.msu" ")
    Error 9/9/2012 6:51:01 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\syste
    m32\wusa.exe" "C:\Users\JACK\AppData\Local\Temp\Windows6.1-KB2506143-x64.msu" ")
    Error 9/9/2012 6:50:51 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\syste
    m32\wusa.exe" "C:\Users\JACK\AppData\Local\Temp\Windows6.1-KB2506143-x64.msu" ")
    Error 9/9/2012 6:50:37 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\syste
    m32\wusa.exe" "C:\Users\JACK\AppData\Local\Temp\Windows6.1-KB2506143-x64.msu" ")
    Error 9/9/2012 6:50:04 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\syste
    m32\wusa.exe" "C:\Users\JACK\AppData\Local\Temp\Windows6.1-KB2506143-x64.msu" ")
    Error 9/9/2012 6:49:50 PM 3 Windows update could not be installed because of error 2149842967 "" (Command line: ""C:\Windows\SysWO
    W64\wusa.exe" "C:\Users\JACK\AppData\Local\Temp\Windows6.1-KB2506143-x64.msu" ")

    Windows PowerShell
    Copyright (C) 2009 Microsoft Corporation. All rights reserved.

    PS C:\Windows\system32> #host.version
    PS C:\Windows\system32> $host.version

    Major Minor Build Revision
    ----- ----- ----- --------
    2 0 -1 -1


    PS C:\Windows\system32>

    You think this is hard to figure out. NA I trying to teach my cat how to make coffee. It's not going well.
    Last edited by Brink; 09 Sep 2012 at 23:46. Reason: merged consecutive posts
      My Computer


  6. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
    Thread Starter
       #35

    Layback Bear said:
    You think this is hard to figure out. NA I trying to teach my cat how to make coffee. It's not going well.
    I like your odds better than mine.

    Now how about attaching the file as an upload. Makes reading, studying much easier.
      My Computer


  7. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #36

    CRITICALandERROREVENTS.TXT

    Hope this works.
      My Computer


  8. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
    Thread Starter
       #37

    Exellent.

    Is "Jack" an administrator?

    Be sure to install using an administrator account and then as a further safety measure.
    Right-click on the downloaded MSU file and choose "Run as administrator"

    Another avenue, if that doesn't solve the problem is to google the message:
    Windows update could not be installed because of error 2149842967

    karl
      My Computer


  9. Posts : 25,847
    Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
       #38

    Yes Jack is admin and I'm Jack. I have been Googling but not doing anything with out instruction except I did run sfc /scannow and it's states no problem.
      My Computer


  10. Posts : 10,200
    MS Windows 7 Ultimate SP1 64-bit
    Thread Starter
       #39

    Have you had a chance to run the MSU by right-clicking and choosing Run as administrator?

    I hope your search on that error msg is fruitful because I don't have any other explanation.
      My Computer


 
Page 4 of 5 FirstFirst ... 2345 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:34.
Find Us