PowerShell host - window vRO 6.0.2

Hello

I try to configure the host powershell on vRO 6.0.2 installed on Windows 2012R2. When I run the workflow I get the error message "cannot locate the default domain (the name of the dynamic Script Module: addPowershellHost #).

I'm trying to locate the krb5.conf file but there is no path c:\Program Files VMware vCenter Server - Java Components\lib\security I only c:\Program Files\Common Files\VMware.

When I set up host using Basic authentication and Administrator local, everything is Ok.

Kind regards.

Pawel

Hi Pawel,

try to store the krb5.conf in this path: C:\Program Files\VMware\CIS\jre\lib\security

(This works fine for me)

Kind regards

Marc

Tags: VMware

Similar Questions

  • VSphere Orchestrator (vco) - problem to add a Powershell host

    Hello world

    I am currently set up a VSphere Orchestrator server and I have a few problems to add a new host via WinRM with Add a PowerShell host model.

    I followed this tutorial:

    http://blogs.technet.com/b/meamcs/archive/2012/02/25/how-to-force-WinRM-to-listen-interfaces-over-HTTPS.aspx

    I can connect with Powershell to a second server HTTPS but not with the vco...

    This is my setup:

    PS WSMan:\localhost\Client> winrm get winrm/config
    Config
        MaxEnvelopeSizekb = 500
        MaxTimeoutms = 60000
        MaxBatchItems = 32000
        MaxProviderRequests = 4294967295
        Client
            NetworkDelayms = 5000
            URLPrefix = wsman
            AllowUnencrypted = true
            Auth
                Basic = true
                Digest = true
                Kerberos = true
                Negotiate = true
                Certificate = true
                CredSSP = false
            DefaultPorts
                HTTP = 5985
                HTTPS = 5986
            TrustedHosts
        Service
            RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)(A;;GR;;;IU)S:P(AU;FA;GA;;;WD)(AU;SA;GXGW;;;WD)
            MaxConcurrentOperations = 4294967295
            MaxConcurrentOperationsPerUser = 1500
            EnumerationTimeoutms = 240000
            MaxConnections = 300
            MaxPacketRetrievalTimeSeconds = 120
            AllowUnencrypted = true
            Auth
                Basic = true
                Kerberos = true
                Negotiate = true
                Certificate = false
                CredSSP = false
                CbtHardeningLevel = Relaxed
            DefaultPorts
                HTTP = 5985
                HTTPS = 5986
            IPv4Filter = *
            IPv6Filter = *
            EnableCompatibilityHttpListener = false
            EnableCompatibilityHttpsListener = false
            CertificateThumbprint
            AllowRemoteAccess = true
        Winrs
            AllowRemoteShellAccess = true
            IdleTimeout = 7200000
            MaxConcurrentUsers = 10
            MaxShellRunTime = 2147483647
            MaxProcessesPerShell = 25
            MaxMemoryPerShellMB = 1024
            MaxShellsPerUser = 30
    
    

    PS WSMan:\localhost\Client> winrm enumerate winrm/config/listener
    Listener
        Address = *
        Transport = HTTP
        Port = 5985
        Hostname
        Enabled = true
        URLPrefix = wsman
        CertificateThumbprint
        ListeningOn = 127.0.0.1, 169.254.152.175, 192.168.1.139, ::1, 2001:0:5ef5:79fb:2087:3306:fde2:7302, fe80::5efe:192.168.1.139%14, fe80::2087:3306:fde2:7302%15, fe80::c19d:d401:ff68:98af%13, fe80::c407:cc5e:43dc:6909%18
    
    
    Listener
        Address = *
        Transport = HTTPS
        Port = 5986
        Hostname = host-vsphere.urbanvirtu.local
        Enabled = true
        URLPrefix = wsman
        CertificateThumbprint = 4f00d909810f619876bf5712a22e0fb21382d628
        ListeningOn = 127.0.0.1, 169.254.152.175, 192.168.1.139, ::1, 2001:0:5ef5:79fb:2087:3306:fde2:7302, fe80::5efe:192.168.1.139%14, fe80::2087:3306:fde2:7302%15, fe80::c19d:d401:ff68:98af%13, fe80::c407:cc5e:43dc:6909%18
    
    

    If I try to connect from a second server via Kerberos with HTTPS it works:

    PS C:\Users\Administrator> winrm identify -r:https://host-vsphere.urbanvirtu.local:5986 -a:Kerberos -u:administrator -p:password
    IdentifyResponse
        ProtocolVersion = http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd
        ProductVendor = Microsoft Corporation
        ProductVersion = OS: 6.3.9600 SP: 0.0 Stack: 3.0
        SecurityProfiles
            SecurityProfileName = http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/http/basic, http://schemas.dmtf.org/
    wbem/wsman/1/wsman/secprofile/https/basic, http://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/http/spnego-kerberos, h
    ttp://schemas.dmtf.org/wbem/wsman/1/wsman/secprofile/https/spnego-kerberos
    

    But with the vco I:

    Name: test

    The Host/IP: Home - vsphere.urbanvirtu.local

    Port: 5986

    Type remote PowerShell: WinRM

    Transport protocol: HTTPS

    Authentication: Kerberos

    Session mode: A shared Session

    User name: administrator

    Password: password

    cap1.JPG

    cap2.JPG

    Someone has had this problem before? What I did wrong?

    Thanks in advance for your help.

    Best regards

    Jean

    Based on the log, I see that "Connection refused:" error was connected to the kdc parameter in the krb5.conf file and you have already defeated it.

    Now, if I understand 'Add a PowerShell host' the workflow remains in working condition and does not end.

    This behavior I observed in the case of PowerShell plugin 1.0.3 is trying to connect to PowerShell host running PowerShell 4.0.

    Would you please provide version of

    the PowerShell vCO plugin version

    PowerShell host - Windows Version

    PowerShell host - PowerShell version

  • Problem - add in plugin PowerShell PowerShell host

    Hello world.

    I want to run PS scripts locally on a host of the vCO.

    I have installed the components on it:

    1 WS 2008 R2

    2 vCO V5.1.0 build 2725

    3 PowerShell plugin V1.0.1

    4 WinRM V2.0

    5 PowerShell V2.0

    I configured WinRM by this command as an administrator:

    WinRM quickconfig

    WinRM set winrm/config/service/authentication @{basic = "true"}

    WinRM set winrm/config/service @{AllowUnencrypted = 'true'}

    WinRM set winrm/config/service/authentication @{basic = "true"}

    WinRM set winrm/config/client @{AllowUnencrypted = 'true'}

    WinRM set winrm/config/client @{TrustedHosts = "vco_host"}

    WinRM get winrm/config

    Config

    MaxEnvelopeSizekb = 150

    MaxTimeoutms 60000 =

    MaxBatchItems 32000 =

    MaxProviderRequests 4294967295 =

    Customer

    NetworkDelayms = 5000

    URLPrefix = wsman

    AllowUnencrypted = true

    AUTH

    Base = true

    Digest = true

    Kerberos = true

    Negotiate = true

    Certificate = true

    CredSSP = false

    DefaultPorts

    HTTP = 5985

    HTTPS = 5986

    TrustedHosts = 127.0.0.1, vco_host

    Service

    RootSDDL = O:NSG:BAD:P(A;;) GA; S:P(ALE;FA;GA;;;) (BA) WD) (AU; SA; GWGX; WD)

    MaxConcurrentOperations = 4294967295

    MaxConcurrentOperationsPerUser = 15

    EnumerationTimeoutms = 60000

    MaxConnections = 25

    MaxPacketRetrievalTimeSeconds = 120

    AllowUnencrypted = true

    AUTH

    Base = true

    Kerberos = true

    Negotiate = true

    Certificate = false

    CredSSP = false

    CbtHardeningLevel = relaxed

    DefaultPorts

    HTTP = 5985

    HTTPS = 5986

    IPv4Filter = *.

    IPv6Filter = *.

    EnableCompatibilityHttpListener = false

    EnableCompatibilityHttpsListener = false

    CertificateThumbprint

    WinRS

    AllowRemoteShellAccess = true

    IdleTimeout = 180000

    MaxConcurrentUsers = 5

    MaxShellRunTime = 2147483647

    MaxProcessesPerShell = 15

    MaxMemoryPerShellMB = 150

    MaxShellsPerUser = 5


    But when I want to add PowerShell host in PowerShell plugin I didn't do good. Nothing in the newspaper.

    I used HTTP, 5985, shared session and user session basis.

    Can someone help me please?

    Thank you.

    micy01

    Your log says: "Unable to load library 'vix'" - done-a you try to install the VERY OLD, obsolete plugin VIX on this host? If so, which causes all sorts of problems.

    1 it requires a basis of vCO Windows Server.

    2 If the initial configuration workflow is not running, it screws the other workflows

    3 If the library files are not unpacked in the correct on the vCO Windows Server folder, random questions appear throughout many parts of the vCO.

    It seems that you have:

    2013-10-23 15:40:27.219 + 0200 WARN [WorkflowHandler] error in the execution of the workflow 'add a PowerShell host '.

    java.lang.UnsatisfiedLinkError: cannot load library 'vix': Uvedeny modul nebyl nalezen.

    2013-10-23 16:46:49.511 + 0200 [performance] execution of workflow INFO ' copy to get virtual computers by name.

    2013-10-23 16:46:49.713 + 0200 WARN [WorkflowHandler] error in the execution of the workflow "copy to get the virtual computers by name.

    java.lang.NoClassDefFoundError: has not been initialized class com.vmware.vmo.plugin.vix.VixServer

    Remove the plugin VIX on your server and restart the Server Service of vCO. Your problems should go away

    Uninstall a plug-in for VMware vCenter Orchestrator

  • I get the message "process host windows (Rundll32) has stopped working" & "Windows Explorer has stopped working".

    When I go to one of the three users on a Vista Home system, I get the message "process host windows (Rundll32) has stopped working" & "Windows Explorer has stopped working".

    I ran SFC and chkdsk for this user, (took 2 hours) and it is not fixed. Help, please?

    I ended seting up a new user for my wife, the user who is messed up. and I overcame everyting execpt his address book/contacts. She wants me to fix the first. Help, please.

    SpamLessSN

    Hello

     
     
    Are what contacts/address address you referring to?

    Perform the following steps in order to correct the damaged user account
    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile
     
     
    Hope this information helps.
     
  • The host Windows process RundII32 message each time I run the Explorer

    Whenever I run the browser, I get a dialog box asking if I want to enable the host Windows RundII32 process to access my computer.  Why has this suddenly started happening?  Is how important it?

    Well, as your computer think rundll, that is used to run files .dll as programs, is a potential security threat, then Yes, something wrong, probably with your security settings.

    Maybe it's a bit of a leap, but you can run a virus scan, that you could have gotten a virus that messed with the settings.

    If you haven't already, a malware scanner good to get malwarebytes, www.malwarebytes.org (it is free)

  • Cryptotic service has stopped Message & host Windows process has collapsed

    Original title: my friends computer needs help: he continues to have a Cryptotic Service stopped Message & host Windows process has collapsed Message

    * There a moment difficult to connect to the Internet... it usually takes 30 minutes until he could get it

    * It can also change the Internet settings...

    * the computer can get unresponsive

    Sounds like me that the OS is having a big Hicup for some reason any

    Any advice would be great

    Hello

    Have your friend try the Safe Mode with network - repeatedly press F8 as it boots up.

    If you need search malware here's my recommendations - they will allow you to
    scrutiny and the withdrawal without ending up with a load of spyware programs running
    resident who can cause as many questions as the malware and may be more difficult to detect as the
    cause.

    No one program cannot be used to detect and remove any malware. Added that often easy
    to detect malicious software often comes with a much harder to detect and remove the payload. Then
    its best to be thorough than paying the high price later now too. Check with them to one
    extreme overkill point and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run
    the regular windows when you can.

    Download malwarebytes and scan with it, run MRT and add Prevx to be sure that he is gone.
    (If Rootkits run UnHackMe)

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/

    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can
    Download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    also install Prevx to be sure that it is all gone.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Prevx - Home - free - small, fast, exceptional CLOUD protection, working with others
    security programs. It is a single scanner, VERY EFFICIENT, if it finds something to come back
    here or use Google to see how to remove.
    http://www.prevx.com/   <-->
    http://info.prevx.com/downloadcsi.asp  <-->

    Choice of PCmag editor - Prevx-
    http://www.PCMag.com/Article2/0, 2817,2346862,00.asp

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software
    (viruses, Trojans, rootkits, etc.). who infected your computer despite safe
    what you have done (such as antivirus, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    http://www.eset.com/onlinescan/

    New Vista and Windows 7 version
    http://OneCare.live.com/site/en-us/Center/whatsnew.htm

    Original version
    http://OneCare.live.com/site/en-us/default.htm

    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    --------------------------------------------------------

    Also follow these steps for the General corruption of cleaning and repair/replace damaged/missing
    system files.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type this into the search-> find COMMAND to top box and RIGHT CLICK-
    RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker
    (SFC.exe) program generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Run checkdisk - schedule it to run at the next startup, then apply OK then restart your way.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------------------------------

    If we find Rootkits use this thread and other suggestions. (Run UnHackMe)

    http://social.answers.Microsoft.com/forums/en-us/InternetExplorer/thread/a8f665f0-C793-441A-a5b9-54b7e1e7a5a4/

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Closed question, task host window appears.

    original title: stop computer

    When I stopped the computer a task host window appears and I have to force quit, how do I get rid of the task host window?

    If I press Cancel, nothing happens and I have to click Yes to get off the computer at the close.
    Thank you
    Ms. KE Jonker

    http://social.technet.Microsoft.com/forums/en/w7itprogeneral/thread/085b13da-6161-4a63-9f78-8dd437c3b37e

    This link has several different methods, but I don't know.

  • Waitng for task host window Uppon closing windows...

    Hello, I just brought a new pc (a compaq presario running windows 7 home Premium 64-bit), occasionally, and sometimes often, when I put it back in market or stop windows 7, I get a message saying that windows is waiting for the task to the end host window... I tried to close all programs of unecesary, boot without failure, System Restore, etc. and nothing worked, I can't take it to the shop like corporations of warranty and assistance does not cover software, plus I lost the warranty card for a my house spring cleaning. I even looked at the problem and installed a fix, but it does not work, please help me, a lot of help would be greatly appreciated, I don't have any drive or recovery disc, so I don't know what to do, if you could send me something that would patch the problem, I'd be on the Moon, thank you very much, Jake :)

    Ahh, thank you, I was looking for windows 7, as I don't know what windows server 2008 is, besides I was not using the password...

    After a few attempts I got it!

    Thank you very much

    Jake :)

  • 1 program still needs to be closed: (waiting for) task host window's task to stop execution and stopping tasks that are already running

    While the closure of the pc I got the message: "1 program still needs to be closed: (pending of) task host window's task to stop execution and stop tasks that are already running".but there is no program running and I have to force it to close.how to solve?

    Hello

    Thank you for contacting Microsoft Community.
    Windows, then closing, checks all open programs. If there is, it sends a request for the program to close and wait until the program closes safely, to avoid any loss of data. But, Windows is waiting for some specified
    If you are sure that none of the programs are obviously open, you can try the following steps:
    Press Windows key + r, Type regedit and pres enter. If UAC prompts, click Yes. Go to HKEY_LOCAL_MACHINE-> expand System-> expand CurrentControlSet-> click on command (exapnd no do this). When you click (or select) control, you can see WaitToKillServiceTimeout. Double-click it to change the value. Set the value to 500 or less than that. Click Ok, and then close the registry editor. Now, restart the PC. If the problem persists, stop and try again and check.
    Be careful with registry access as incorrect values or remove the unknown keys can prevent Windows to start and it will fix it.
    Response if the issue is not resolved.
  • How can I restore host windows Rundll32 processes that stopped working?

    Original title: the host process Rundll32 Windows

    How can I restore host windows Rundll32 processes that stopped working?

    Hello

    This is probably the result of malware then do a very thorough check and when the
    the system is clean see the following message to remove this error.

    If you need search malware here's my recommendations - they will allow you to do a thorough check and removal without ending up with a load of spyware programs running resident who can cause as many questions as the malware and may be more difficult to detect the cause.

    No one program cannot be used to detect and remove any malware. Added that often easy to detect malicious software is often accompanied by a much harder to detect and remove the payload. So its best to be now too thorough than paying the high price later. Check with them to an extreme exaggeration, and then run the cleaning only when you are sure that the system is clean.

    It can be made repeatedly in Mode safe - F8 tap that you start, however, you must also run the in the Windows when you can.

    TDSSKiller.exe. - Download the desktop - so go ahead and right-click on it - RUN AS ADMIN it will show infections in the report after you run - if it will not run change tdsskiller.exe to tdsskiller.com name. If she finds something or not does not mean not, communicate with the other methods below.
    http://support.Kaspersky.com/viruses/solutions?QID=208280684

    Download malwarebytes and scan with it, run MRT and use scanners online and other methods.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN

    Malwarebytes - free
    http://www.Malwarebytes.org/products/malwarebytes_free

    SuperAntiSpyware Portable Scanner - free
    http://www.SUPERAntiSpyware.com/portablescanner.HTML?tag=SAS_HOMEPAGE

    AdwCleaner
    http://www.bleepingcomputer.com/download/adwcleaner/
    Run the malware removal tool from Microsoft

    Start - type in the search box-> find MRT top - right on - click RUN AS ADMIN.

    You should get this tool and its updates via Windows updates - if necessary, you can download it here.

    Download - SAVE - go to where you put it-right on - click RUN AS ADMIN
    (Then run MRT as shown above.)

    Microsoft Malicious - 32-bit removal tool
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&displaylang=en

    Microsoft Malicious removal tool - 64 bit
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495e-94E7-6349F4EFFC74&displaylang=en

    Try the demo version of Hitman Pro:

    Hitman Pro is a second scanner reviews, designed to save your computer from malicious software (viruses, Trojans, rootkits, etc.) that have infected your computer despite all security measures you have taken (such as the anti-virus software, firewall, etc.).
    http://www.SurfRight.nl/en/hitmanpro

    --------------------------------------------------------

    If necessary here are some free online scanners to help the

    Microsoft safety scanner
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Scan online ESET
    http://www.eset.com/onlinescan/

    Scan Kaspersky online
    http://www.Kaspersky.com/virusscanner

    Other tests free online
    http://www.Google.com/search?hl=en&source=HP&q=antivirus+free+online+scan&AQ=f&OQ=&AQI=G1

    =======================================

    For extreme cases:

    Norton Power Eraser - eliminates deeply embedded and difficult to remove crimeware
    This traditional antivirus analysis does not always detect. Because the Norton Power Eraser
    uses aggressive methods to detect these threats, there is a risk that it can select some
    legitimate programs for removal. You should use this tool very carefully and only after
    you have exhausted other options.
    http://us.Norton.com/support/DIY/index.jsp

    I hope this helps.
    --------------------------------------------------------------------------------------------
    Rob Brown - Microsoft MVP<- profile="" -="" windows="" experience :="" bicycle="" -="" mark="" twain="" said="" it="">

  • Windows 7 poster waiting for the host window for spot on the restart or shutdown

    Every time I have shut down or restart my computer, I get a screen that says "Waiting for task host window" I tried to clean the registry, I did a chkdsk, I ran sfc/scannow several times now and this issue will not go away.  I am running Windows 7 64-bit with 4 GB of ram. I also tried to apply the patch, but I always get "this update is not applicable to your computer."

    Hello

    Thanks for posting your question on the forum of the Microsoft community.

    I would like to know some information about the problem so that we can help you better.

    1. have you done any hardware or software changes to your computer recently?
    2. What is the brand and model of your computer?

    'The Taskhost' is a generic process, which acts as a host for the processes that run "DLLs" rather than "Exe". Starts, it checks the registry services part to build a list of the DLL-based services it needs to load, then load them.

    I suggest you try using the steps in this Microsoft support article and check if it helps.
    Reference:
    Why my computer won't turn on or off quickly?
    http://Windows.Microsoft.com/en-us/Windows/computer-wont-turn-on-off-quickly#1TC=Windows-7

    In addition, you can view the details on the performance of the computer of the Task Manager.
    Reference:
    See details about your computer's performance using Task Manager
    http://Windows.Microsoft.com/en-us/Windows7/see-details-about-your-computers-performance-using-Task-Manager

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • waiting for the task to the end host window.

    My computer startrd to show, when I restart or shutdown windows 7, I get a message saying that windows is waiting for the task host window to end what it means...?

    Hi Sanaaalsadouni,

    Thanks for posting your question in the Microsoft Community forums.

    The TASKHOST is a generic process, which acts as a host for the processes that are running DLL instead of exe files. Up TASKHOST checks the part Services of the registry to construct a list of services focused on the DLLS it needs to load, then load them.

    I suggest you try the procedure described in the article and see if it helps.

    Why my computer won't turn on or off quickly?
    http://Windows.Microsoft.com/en-us/Windows7/why-wont-my-computer-turn-on-or-off-quickly

    See the article for more information.

    See details about your computer's performance using Task Manager
    http://Windows.Microsoft.com/en-us/Windows7/see-details-about-your-computers-performance-using-Task-Manager

    Hope this information helps you. If you need additional help or information on Windows, I'll be happy to help you.

  • Stop and restart prevented by the task host window

    Hello world.

    I'm having currently a problem each time I try to shut down or restart my laptop. I have the following message:

    «Closing 1 app and restart»
    Task host window
    Task host stops background tasks.

    Windows cannot close it, and I'm finally started on the desktop, but with all my applications closed and even some features of pilot missing (for example multitouch). I can't use the Task Manager as it crashes whenever I open it. By clicking on "restart still" does not resolve the issue and I think that causes a crash (cannot be 100% sure, only tried once).

    Does anyone have any suggestions? I am pleased to provide you with more information if necessary.

    Hello

    Try this, it worked for me.

    1:

    Run the Troubleshooter:

    Follow the steps below:

    (a) press Windows + W together.
    (b) writing Troubleshooting in the search to the corner box and press on enter.
    (c) click the Troubleshooting tab.
    (d) click view all in the upper left corner.
    (e) select the power options in the list.
    (f) click Next to launch the troubleshooter of power.

    Go to the next method if the problem persists.

    Ref: http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/problems-with-windows-8-not-doing-what-it-is/9ad39bdf-ad5a-435d-a393-3b27507da5a4

    2:

    Put the computer to boot and search for the issue.

    To help resolve the error and other messages, you can start Windows by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts. Here is the link for your reference perform the clean boot.

    http://support.Microsoft.com/kb/929135

    Note: Reset to start the computer to a normal startup.

    Browse the event viewer for the cause of code and the exact error number:

    Press the Windows key + X and click on event viewer and follow him.

    Event Viewer is a tool that displays detailed information about the events important (for example, programs that don't start as expected or updates are downloaded automatically) on your computer. The event viewer can be useful when troubleshooting problems and errors with Windows and other programs.

  • Error message: "logon user interface host windows stopped working. & configuration of updates fail

    Several days ago I started having the application error "windows logon UI host has stopped working".  This happens when I connect. and also on the update of windows, when they tried to configure windows update it says "failure configuration update of windows. Returning from the changes. and it restart the whole system again.

    For your information, I use windows 8. so help me solve this problem. TQ

    Hi ZakwanSalleh,

    Thank you for choosing Windows 8 and join us on our community.

    From your description, I understand that you get an error message during newspaper saying "logon user interface host windows stopped working" and after the update of Windows as "failure of windows update." Returning from the changes.

    We get the Windows log on error message if the computer is running out of memory. Then I suggest you perform these methods and check.

    Method 1:

    I suggest you perform a clean boot and remove all unnecessary programs installed on your computer.

    Clean boot: To help resolve the error and other messages, you can start Windows by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts. Here is the link for your reference perform the clean boot.

    http://support.Microsoft.com/kb/929135

    Note: Please go through step 3 KB to maintain the computer to a normal startup after you resolve the issue.

    Method 2:

    I also suggest you to run a sfcscan and check.

    The sfc/scannow command. analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions. When the analysis is complete, the System File Checker tool indicates whether integrity violations were found. If integrity violations are detected, the System File Checker tool allows to challenge violations of integrity

    Follow these steps to run sfcscan.

    a. press Windows + X keys and click / tap on (Admin) command prompt.

    b. in the elevated command prompt, type sfc/scannow, and then press ENTER.

    NOTE: It can take some time to finish the race.

    For the error "failed windows update Setup. Revenant changes"I suggest you follow the steps in the article and check. Here is the link for your reference.

    Error: Failed to setup of the Windows updates. Restoration of the changes. Do not turn off your computer when you try to install Windows updates

    http://support.Microsoft.com/kb/949358#method3

    It will be useful. For other related issues in Windows area it always welcome in our community.

  • task host window is prevents the background tasks

    When I open my laptop it says windows task host stop background tasks

    Hi Aditya,

    Thanks for posting your question in the Microsoft Community. You seem to have a problem with the computer in normal mode. We will help you in the matter of fixing. Please answer the following questions to help me understand the issue better:

    1. What is the brand and model of the computer?

    2. You did changes to the computer before this problem?

    The question may be die for applications or corrupt display driver conflict. Refer to the following suggestion and check the status of the issue.

    You can check the suggestions I give the following link and check if that helps fix the problem.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows8_1-performance/task-host-window-is-stopping-background-tasks-is/08b48a9d-a657-4e4e-9494-bc43553e9bf2

    Important: System Restore will return all system files not as documents, email, music, etc., to a previous state. These files of types are completely affected by the restoration of the system. If it was your intention with this tool to recover a deleted file to non-system, try using a file instead of system restore recovery program.

    Hope this helps you, please let us know if you need assistance.

Maybe you are looking for

  • graphical waveform shortcut menu problems

    Hello We discovered a problem about shortcut menus on maps of waveform with our current installation of LV2009f2. In the development environment ("IDE"), we have created a larger application. In the display section, we have several graphics (waveform

  • My laptop computer screen flashes a few times (very rarely) and after some time screen goes white

    I use compaq V6000 computer laptop with windows xp. My laptop computer screen flashes a few times (very rarely) and after some time screen goes white, I hear only audio. After the reboot, it works normally for hours. I used to know the reason for thi

  • Control Center for 4620 HP all-in-one no longer works

    It will not start.  I tried to uninstall several times.  I cleaned the registry and anything remotely resembling the printer from my hard drive.  I then reinstalled.  Printer works fine but the icon to start the control center does not launch.  No er

  • Remove password from comments?

    How to remove the password of comments. When I'm in the main user account, it won't let me. I can turn off and change the photo only. When I am connected to the guest account I see where change/remove, but it says: "Windows cannot delete. Thank you,

  • Adobe CC Update home working is not possible

    I work at home, installed applications and will have to update Adobe Camera Raw. The item of menu "updates" in Photoshop is gray, and the stand-alone installer for ACR 9.4 fails saying that the edits have been deleted. Someone else knows this and wha