The hacked account-related questions

I have an account in NASCAR & a message from the web page comes up & tells me that my account has been hacked.  I click on OK or a red X in the upper right corner of the message & goes on the site of pirates, I suppose.  I need to know what to do.  I can't go on my other browser on this p / & I don't seem to have any problems.

What I did on secondary browser to this Web site has been to change my password.  I managed, but I can't always on my account on browser I.E. 9 without the hack message arise.  What could I do?

Please reset your browser to factory settings.

And then do a scan with Malwarebytes and Antivirus.

Tags: Windows

Similar Questions

  • Remote weblogic deployment by using the wldeploy task-related question

    Description of the problem: Iam doing a deployment assistance wldeploy remotely task among the unix machine (this box has not at all an instance of weblogic) to a remote weblogic unix server. I get with the exception of next connection. This script works fine when I do a deployment away from my windows machine (which has a local weblogic server) on the same server remote unix weblogic.

    Question:

    1. do I need to have a weblogic instance where this wldeploy task is running locally?
    2. what configuration must be made within the server remote weblogic to support remote deployment?

    The Ant task is:
    < property name = "wlantjars" value = "/ ftmp/users/usrgrb/tmp/antjars" / >

    < path id = "wlappc.classpath" >
    < fileset dir = "${wlantjars}" >
    < name = "*.jar" / >
    < / fileset >
    < / path >

    < taskdef = "wldeploy" classpathref = name "wlappc.classpath" classname="weblogic.ant.taskdefs.management.WLDeploy"/ > "

    < target name = "deployear_dev2" >
    "" < wldeploy user = "weblogic" password = "" * ' adminurl = "t3: / / he3unxd189v01:9100" action = "deploy" = "true" = "true" source="${build.dir}/mktpx.ear remote upload" name = "mktpx" target = "devCluster" / >
    < / target >

    I have the following error when I run the Ant task "deployear_dev2".
    BuildFile: build.xml

    deployear_dev2:
    [wldeploy] weblogic. Head of the deployment-distance - download - noexit-name source-target devCluster adminurl mktpx-/usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/dist/mktpx.ear - t3: / / he3unxd189v01:9100 - user password weblogic *-deploy
    [wldeploy] weblogic. Deployer invoked with options: - distance - download-noexit name source-target devCluster adminurl mktpx-/usrdata/dev/cashdesk/gcp/mktprice/quickbuild_prototype_ccview/prototype.vws/vob/mktprice_vob/mkt_price/dist/mktpx.ear - t3: / / he3unxd189v01:9100 - user weblogic - deploy
    javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException [wldeploy]: [SPI: J2EE deployment 260010] unable to connect to ' t3: / / he3unxd189v01:9100' as a user, "weblogic. Error received: cannot connect to any host
    [wldeploy] to weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl. < init > (WebLogicDeploymentManagerImpl.java:121)
    [wldeploy] to weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:84)
    [wldeploy] to weblogic.deploy.api.tools.SessionHelper.getRemoteDeploymentManager(SessionHelper.java:496)
    [wldeploy] to weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:297)
    [wldeploy] to weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
    [wldeploy] to weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
    [wldeploy] to weblogic.utils.compiler.Tool.run(Tool.java:158)
    [wldeploy] to weblogic.utils.compiler.Tool.run(Tool.java:115)
    [wldeploy] in weblogic. Deployer.Run (deployer. Java:70)
    [wldeploy] in weblogic. Deployer.mainWithExceptions (Deployer.java:62)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    [wldeploy] to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy] to java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy] to weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
    [wldeploy] to weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
    [wldeploy] to org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    [wldeploy] to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [wldeploy] to java.lang.reflect.Method.invoke(Method.java:597)
    [wldeploy] to org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    [wldeploy] to org.apache.tools.ant.Task.perform(Task.java:348)
    [wldeploy] to org.apache.tools.ant.Target.execute(Target.java:357)
    [wldeploy] to org.apache.tools.ant.Target.performTasks(Target.java:385)
    [wldeploy] to org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    [wldeploy] to org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    [wldeploy] to org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [wldeploy] to org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    [wldeploy] to org.apache.tools.ant.Main.runBuild(Main.java:698)
    [wldeploy] to org.apache.tools.ant.Main.startAnt(Main.java:199)
    [wldeploy] to org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [wldeploy] to org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    [wldeploy] Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [SPI: J2EE deployment 260010] unable to connect to ' t3: / / he3unxd189v01:9100' as a user, "weblogic. Error received: cannot connect to any host
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:251)
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:191)
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:147)
    [wldeploy] to weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:148)
    [wldeploy] to weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl. < init > (WebLogicDeploymentManagerImpl.java:118)
    [wldeploy]... 32 more
    [wldeploy] Caused by: java.io.IOException: cannot connect to any host
    [wldeploy] to weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:156)
    [wldeploy] to weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
    [wldeploy] to javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
    [wldeploy] to javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
    [wldeploy] to weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:240)
    [wldeploy]... 36 more
    [wldeploy] Caused by: javax.naming.NamingException: unable to connect to any host [root exception is org.omg.CORBA.OBJECT_NOT_EXIST: unknown object in LOCATE_REQUEST vmcid: 0 x 0 minor code: finished 0: No.]
    [wldeploy] to weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:590)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:547)
    [wldeploy] to weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:85)
    [wldeploy] to weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
    [wldeploy] to weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
    [wldeploy] to javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    [wldeploy] to javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    [wldeploy] to javax.naming.InitialContext.init(InitialContext.java:223)
    [wldeploy] to javax.naming.InitialContext. < init > (InitialContext.java:197)
    [wldeploy] to weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:143)
    [wldeploy]... more than 40
    [wldeploy] Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: unknown object in LOCATE_REQUEST vmcid: 0 x 0 minor code: finished 0: No.
    [wldeploy] to weblogic.iiop.LocateReplyMessage.needsForwarding(LocateReplyMessage.java:171)
    [wldeploy] to weblogic.iiop.IORManager.locateInitialReference(IORManager.java:254)
    [wldeploy] to weblogic.corba.orb.ORB.resolve_initial_references(ORB.java:258)
    [wldeploy] to weblogic.corba.client.naming.ClientORBInfo. < init > (ClientORBInfo.java:34)
    [wldeploy] to weblogic.corba.client.naming.ClientORBHelper.createORBInfo(ClientORBHelper.java:42)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.cacheORB(ORBHelper.java:314)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.cacheORBAndCreateURL(ORBHelper.java:323)
    [wldeploy] to weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:583)
    [wldeploy]... more 49

    BUILD FAILED
    / usrdata/dev/cashdesk/GCP/mktprice/quickbuild_prototype_ccview/prototype. VWS/VOB/mktprice_vob/mkt_price/Build/Build.xml:366: weblogic. Deployer$ DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: unable to connect to ' t3: / / he3unxd189v01:9100': an unknown object in LOCATE_REQUEST. Make sure that the url is an administrator of the server running and that the credentials are correct. If you use the http protocol, the tunnel must be enabled on the management server.

    Total time: 9 seconds

    error regarding:
    Caused by: org.omg.CORBA.OBJECT_NOT_EXIST: unknown object in LOCATE_REQUEST vmcid: 0 x 0 minor code: finished 0: No.

    Be sure to place the wlfullclient.jar beginning of the statement.. classpath all other special pots WLS should not be added and more. For above error please see: Error Client FAS

    Few things:

    (1) when I run the generation of Ant in a remote area, I would have a weblogic Server works... is the reason why I ask... the task of wldeploy only works if there is an active area of weblogic in the local computer. When I run the same version of my windows machine where I have a local instance of weblogic, it works uccessfully.

    Whenever you try to deploy any application on WebLogic Domain then the administrator of the server must be running. Because the entries in the deployment go inside the "config.xml" file and the original copy of this file is maintained only by AdminServer. If the server administrator must run for all types of changes in configuration or deployment.

    (2) I am told that the http protocol is not an option in my workplace and I have to use the t3 Protocol only. In this case, based on the below error, is it possible that the connection between my local unix machine and weblogic box remote is Domes? How to test connectivity by using t3? I ping the server on the local unix server and it came back with the answer, but could not telnet on this box or ftp so that the box does not work.

    You can check t3 protcol works well or not with the following one line command:

    Java weblogic. Admin-t3 url: / / he3unxd189v01:9100 - username weblogic-password weblogic PING

    If you use above omits the ping command on the server, that means either a bad HostName & GOLD Port your N/W is doesnot allow t3 Protocol connections OR it can be a N/W problem.

    .
    .
    Thank you
    Jay SenSharma

  • Rename the sub accounts related information

    Hi all
    I would rename the RI subaccounts, but I can't find the place to...
    Is it possible to rename these related information? Any tips where I can do?

    Thanks in advance
    Michael

    Hi, to my knowledge it is not possible

    -John CRMIT

  • The priority for the IKE policy-related questions.

    Guys we have Headoffice ASA connected to the ASA branch by site-to-site VPN tunnel. ASA has priority 11, 20 and 40 headquarters set up, while the branch has a priority of IKE defined only 50 and no default priority is visible under show run. Based on this information, establish the VPN tunnel between head office and branch?

    Blanchot,.

    When you talk about IKE Policy priorities, you see crypto isakmp policy of right?

    If this is the case, the number that allows you to identify who is locally important. It's important if you have crypto isakmp policy 1 on one side and isakmp crypto 5 on the other side, as a long-standing policy on each site and game settings (encryption, authentication, hash, Diffie-Hellman group, preshared key) your Phase 1 should appear.

    I hope this helps.

    Raga

  • I want to stop, my hotmail account because it has been hacked and I do not remember the password or secret question

    Please help me stop my hotmail account, some in hacked my email and changed the password and secret question

    I'm in big trouble please help me somehow please

    You'll probably want to ask this question in the forums of Windows Live Hotmail: http://windowslivehelp.com/forums.aspx?productid=1. If you set up a backup Email you may be able to use it to access your account; If all goes well, it has not been changed. Good luck!

  • My contacts have been approached in my hotmail account and there is another account, related to mine and without the Passport that I can't get rid of this account

    My hotmail contacts folder has been consulted for my contacts spam. I know that I can change my password/details etc. It's an account that I used a few years ago came as a request of hotmail if I may want this account related to the one I use now. Stupidly, I agreed. I have no way to access this account, but I can see on my account from windows live that it is connected to my checking account. I think it's my problems are coming from. Someone knows how can I UN-link and preference to totally delete this account?

    Hello

    You ask again in the wrong forums. If we had the same problem that we would have to
    Contact Hotmail using the links above. Check again I have doubt being on a Mac has nothing
    do with it.

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Go ahead and click on ask a Question.

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle=""><- mark="" twain="" said="" it="">

  • My email account is my email but the email of parent on my account has been hacked so I can't get xbox because I need the password for the parent account but the email is not my email

    The email account is mine, parent email is some random children who tried to hack my account, I want to change this e-mail, it's for xbox 360

    Hello

    Your question would be better suited in the Xbox forum. Check out the link and ask the question.

    http://support.Xbox.com/en-us/

  • I forgot the Apple Store account security questions

    I forgot the Apple Store account security questions

    What follows has instructions: If you forgot your Apple ID - Apple Support security questions answered

  • How can get answers to the question of security of the apple account

    How can I get answers to my account security question?

    See the following link for instructions: If you forgot your Apple ID - Apple Support security questions answered

  • AT300 - battery / load the related question

    Hi all

    May I ask your help with a battery / load the related question

    I used my AT300 a few weeks back and I forgot to turn if off battery voltage flat then, so the next day, plugged the charger, but the loading icon does not appear on the screen.

    Sort left connected to work, but after 8 hours always toll-free, I'll start when plugged into the charger but dies as soon as it s disconnected.

    I thought that I may have killed the battery I found some people saying that if they are allowed to carry out completely so that they will not return to the top.

    So has his hand on another battery but same thing, the guy then a charged battery for me and I got him and started toward the top of a stack, but there is a red exclamation mark on the battery icon and the unit will still not take a charge

    If I plug the charger in the icon changes to show that there main power, if I look at the setting and go to the battery it says 0% unknown battery

    So I am at a loss and hope that some of you may have encountered this and have an idea how to solve this problem

    Thank you very much

    Hmm kinda sounds like some hardware issue about...
    To be honest, this is the first time that someone has reported these problems here in the forum.

    But have you ever tried to reset the default Tablet?
    Press and hold the power button / stop and the volume up button.
    Now the recovery menu appears providing different option. One of the option should allow you to reset the tablet.
    To navigate between options, use the volume up/down button.

    I hope that affecting the default tablet would help you to fix it otherwise, it seems to be hardware related issue.

  • Death of the owner of the household account led to nightmare

    Hello ladies and gentlemen,

    my brother died surprisingly with 44 5 months ago. His wife and three children have a bunch of iPhones and iPads.

    It creates what we call 'account family', so it could decide which apps got his wife and children.

    OK, he's dead, nobody knows the password for his Apple ID. I called Apple Support a dozen times. It was a nightmare. No one understood me, everything that supporters want to remove its Apple-ID.

    The problem is:

    Family accounts are somehow "linked" to his Apple ID. If I would create a new ID, children would lose their scores in the various applications of game.

    After awhile, I got an e-mail address of a supporter in Dublin. I sent all the information she requested, death certificate, certificate of heredity, etc..

    She said they will disable the father Apple ID and 'Edit' the family account again, normal Apple ID that are no longer bound to the ID of their father.

    OK, done for a girl. Not possible for the widow, she has also no password for the ID Apple and Apple support questions that can be answered only by a dead person?

    Of course, the related e-mail address, credit card number, etc. also disappeared for months.

    But now for the problem:

    I changed ID icloud and iTunes & ID App to it. I rebooted the iPad device. Then I tried to update the 22 actually apps, which should be updated.

    I will be asked to enter the password of the account - now disabled - father.

    Thus, three months pass for nothing.

    Question:

    -Why is the deaths of a family account such a problem for Apple?

    -What is the solution for my problem? Is it possible to solve this problem anyway, so my nieces can upgrade their applications on their Apple device?

    Or is the only solution for this nightmare to get rid of all accounts and create new ones? (lost all partitions in the applications...)

    Thank you very much.

    Best regards

    Karl

    Usually the advice would be based on a legal conception of the end-user and the common user

    the agreements which have been concluded by these users involved or who knowingly involved...

    It's vague and General, however many times this subject comes up advice included

    the need to provide original proof of purchase (accounts, payments, AppleID,)

    products, etc.) and proof that the person who controlled all this has disappeared; and have

    the legal representative or the person with enough-proxy during succession, to

    working with someone to Apple or its affiliates and try to resolve the issue.

    Be advised to never send only copies of legal documents outside of your possession

    and to obtain legally recognized copies of those you need to share.

    Contracts and property, as well as the permissions user and AppleID are measures of protection

    Try and maintain a walled community shelter outside intrusion involuntary and/or flight of

    content and the flight of the use of these hardware and software products at issue here.

    You may be able to contact someone at Apple legal or other main contacts at Apple for help.

    http://www.Apple.com/legal/

    http://www.Apple.com/support/appleid/

    http://www.Apple.com/contact/

    If connected on the Apple websites and to visit certain pages, they show different content for you.

    https://getsupport.Apple.com/

    Contact Apple for support and service - Apple Support

    https://www.Apple.com/support/iTunes/contact/

    https://www.Apple.com/icloud/family-sharing/

    Given that used all the same sharing content, family sharing access iCloud is enabled;

    so many questions need to be addressed; This is rarely a place for complex legal solutions.

    Even the form of payment and the holder of the account of credit associated with these accounts have

    be changed and recognized, as well as all new Apple ID created for that purpose.

    Sorry to not be of great help, but since your question is not a software/hardware

    problem, but involves legal and practical principles, that may be the direction to go.

    Maybe you need to learn your rights and rules that apply in your country. as

    for the types of contractual obligations of the service and support, and how they vary.

    Good luck!

  • Access to the hotmail account.

    Hello, I have a problem loging on my hotmail account, also I have the associated account cannot access due to a similar error. How can I send the password to reset the link to an account not associated with an e-mail account.

    Hello

    Answers is a peer group supported and unfortunately has no real influence on Hotmail.

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

    I hope this helps.

    Rob Brown - Microsoft MVP<- profile="" -="" windows="" expert="" -="" consumer="" :="" bicycle="" -="" mark="" twain="" said="" it="">

  • MS hireing of foreign staff to make decisions on the Hijacked accounts.... Info provided, we are judging in the name of thieves who hijacked your account and its contents for use continues.

    What kind of fools MS recruiting foreign decisions on the Hijacked accounts. By saying that you based on information that we are judging in the name of thieves who hijacked your account and its contents for continuous use. This process of day (4) burns really me, while thieves continue to use all the information in my stolen account. They steal, they change passwords, change security issues, so how are you to regain the account recovery. They have better access to the account to respond to any security questions asked by MS. unless you have a memory of an elephant your finished. This is not good! Do not forget how it can all email you titled a sent e-mail?  or how you entitled a Word for Word folder?

    GB

    Hello

    It is site supported by peer influence on Hotmail, Windows Live Mail.
    Microsoft or on the way in which those who are supported.

    HotMail has its own Forums, so you can ask your questions there.

    Windows Live Solution Center - HotMail - HotMail Forums Solutions
    http://windowslivehelp.com/

    Hotmail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=1

    Hotmail - Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=1

    How to contact Windows Live Hotmail Support
    http://email.about.com/od/hotmailtips/Qt/et_hotmail_supp.htm

    Windows Live Hotmail Top issues and Support information
    http://support.Microsoft.com/kb/316659/en-us

    Compromised account - access unauthorized account - how to recover your account
    http://windowslivehelp.com/solution.aspx?SolutionID=6ea0c7b3-1473-4176-b03f-145b951dcb41

    Hotmail hacked? Take these steps
    http://blogs.msdn.com/b/securitytipstalk/archive/2010/07/07/Hotmail-hacked-take-these-steps.aspx

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

    For Windows Live Mail:

    Windows LiveMail has its own Forums, so you can ask your questions there.

    Windows Live Mail - Forums
    http://windowslivehelp.com/forums.aspx?ProductID=15

    Windows Live Solution Center - Solutions mail - Mail Forums
    http://windowslivehelp.com/

    Windows Live Mail - mail Solutions
    http://windowslivehelp.com/solutions.aspx?ProductID=15

    Hope this helps

  • Black screen after logging into the domain account

    OK, it's making me nutty and I don't know what to do.

    Configuration: SB Server 2008 running domain controller.  4 client machines connected, 2 XP, 2 running Vista Ultimate SP1.  XP machines work fine (of course).  Vista machines are in the tank.
    Two Vista machines are about 2 weeks with the only changes to the installation of the factory Office, Norton 360 and printer drivers.  Both machines exhibit the same symptoms at the same time:
    (1) after the restart, each machine running Vista for 10 minutes exactly, saying "Please wait...". "before the screen"press Control-Alt-Delete.  Safe Mode boot normally.  Examine the event log, I see entries on running a startup script of some kind that took 600 seconds (10 minutes).  This of course comes from the domain controller.  What is this and how do I get rid of him?
    (2) after finally journaling, tries to connect the domain account ("domain\username") result in a "Welcome" screen... ', followed by a black screen with a mouse cursor which is mobile.  It is a permanent condition.  I let the machine sit overnight and nothing changes.  I get an occasional popup on the black screen of Norton saying it runs background tasks and that's all, so I know the machines are running.  Pressing Ctrl-alt-delete is * not * bring up the Security screen.  It doesn't do anything.
    Note that connect to a * local * account ("machinename\name") works very well.  I have a desktop, icons, everything.  I even connected locally and made a "change user" to a domain account, and now the machine is stuck again to a black screen with mobile mouse.
    Both machines have worked very well for two weeks.  When I reboot safe mode and remove the computer domain, everything works well, probably because I'm just connect to a local account again.
    I did * no. * change to group policy.  The server works with all settings by default wrt updates, etc.  I did not have any mods system to customers other than to join them to the domain.
    I searched online, and I see other people have this problem, but I can't find a definitive solution.  I tried to restart by using the last known good configuration, but I think that the system is of the opinion that the last logon was successful, which is not good.  To return to the last restore Point is not good.  Both machines has stagnated at the same time, which implies a problem across the field.
    Please don't tell me that I have to spend $200 and one day online with technical support to get an answer to this.
    Thanks in advance for any help you can provide.
    -Rob
    2)

    Thank you for visiting the website of Microsoft Windows Vista Community.

    Thank you for visiting the website of Microsoft Windows Vista Community.  The question you have posted is related to Small Business Server and would be better suited to the Small Business Server community.  Please visit the link below to find a community that will provide the support you want.

    SBS 2008

    I hope the information is useful.

    Kind regards

    Anthony
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Object moved here - error message when you try to connect to the live account.

    I have Vista Home premium. When I try to log in my account online, I get a message saying: "Object moved to here" and I do not get the sign in page. The error message appears for two seconds and disappears. Then the screen become white. I contacted the phone support and they suggested the higher post my question here. Any suggestions? Thank you in advance.

    Hello

    The question you have posted is related to Windows Live and would be better suited to Windows Live help community. Please visit the link below to find a community that will provide the best support.

    http://www.windowslivehelp.com/product.aspx?ProductID=15

Maybe you are looking for

  • SMS and call does not work after a long operating life

    I use the flame, stable channel, and after a few hours I do not receive calls or Sms I have to wake up the phone or restart. When it occurs, my ears calling the ring but my phone does not ring. I get text messages hours after that they sent to Bern.

  • Replacement of LCD in Tecra S2

    Hello!Unfortunatelly, matrix LCD in my computer laptop Toshiba Tecra S2 came down and I need to replace it. Initially, it came with 15 "1024 x 768 resolution display, but I discovered that some Tecra S2s were shipped with LCD resolution 1400 x 1050.S

  • Need help with HP 64 GB v125w usb

    I need assistance to access my HP UBS on my Lenovo ideapad Z560 laptop v125w.  I am running windows 7 and I can get usb recognized in the equipment and devices, but it fails to install properly (Error 52). It is listed in the USB storage device manag

  • Familienfreigabe mit Zahlungsmitteln allowing

    [Scroll down for English] Hallo, Unter Geschwistern möchte ich die Familienfreigabe einrichten like each. However möchte ich nicht, dass meine brothers and sisters über meine credit card shopping können. Ist possible, dass trotz Familienfreigabe jede

  • Black ink cartridge print do not. All-in-one 6500 e709n, windows 7 64

    Black ink cartridge not printing not tried currently displayed responses including soak the print head.  The only check that I'm not sure of the vent hole is.  I see not a magnifying glass, or hole to put the needle find.  Tape has been removed.  Tri