Secure Socket policy file problems

OK, it's a little odd.  History: the site is internal - so rather than a second IP address to manage the socket connections, we use port 8088.  We also both a connection secured and unsecured.

I wrote two simple java socket servers to meet the demands of policy file - insecurity on 843 and secure on 844.  The two seem to work as expected.  My logs show the request happens: 843 and the policy file is sent.  Connects also see the the request arrives: 844 and the policy file is sent.

If I do not have a policy on 843 then the policy file on 844 is never read.

So that security policy to read - I added this in one of the class files:

Security.loadPolicyFile ("tlssocket://mydomain.com:844"); ")



The policy file is the same for both.

<? XML version = "1.0"? >

<! DOCTYPE cross-domain-policy SYSTEM "/ xml/dtds/cross-domain-policy.dtd" > "".

< cross-domain-policy >

< site permitted-cross-domain-policies of control = "master only" / >

"< allow-access-from domain =" "*" ports = "*" / >

< / cross-domain-policy >

The error being thrown suggests that, of course, the policy file is being played - however, it complains about the <>site-control tag and stops?

Security Sandbox Violation

Mydomain.com:8088 interrupted connection - not allowed to https:// mydomain.com/includes/myswf.swf?nocache=111115102420

WARNING: Ignoring the tag < site-control > in the policy of tlssocket file: / /mydomain.com:844.  This tag is only allowed in the police files.

Has anyone meet issues such as policy files course this portion?

Yes, this article of server socket is not very useful.  In practice, many socket servers are customized or exclusive, so there is no convenient guide really useful to write on this front.

Supported secure sockets becomes a little more complex, because some browsers (Chrome) have more complicated handles of hand than others for the TLS Protocol, so your server socket must be able to negotiate several styles of handshake, but is not a Flash issue by itself.

Regarding making policies themselves, it's the best reference:

File changes of strategy in Flash Player 9 and Flash Player 10 | Adobe Developer Connection

This white paper offers a guide further on general policy files:

White paper: Adobe Flash Player 10 security | Adobe Developer Connection

In short, the master socket policy file must be served to 843.  This requirement exists, to prove that you administer the area.  All of this has to do is to serve this response, so you do not necessarily have something complex to make this work.

The reasoning here (and it was all driven by abuse research and real world), it's that if any arbitrary port could set the policies for all ports on the field, which is very problematic, if for example, an attacker could exploit a weakness in a socket server which could then serve as the escalation of privileges to other services based on the socket running on many ports on the same domain.

Master policy, you can set the capacity of the other ports to serve their own policies of port specific (although in practice, I can not think a good reason on top of my head), but you * have * to serve the master first.

So, if you wanted to allow Flash to access port 844 on your domain, you would probably want to do something like this on port 843:

At this point, if you need 844 to also serve a policy file to fine-tune the behavior of this port, and you have enabled it in the master served on 843 socket policy file, then we go to ask a second strategy of 844 file and analyze these guidelines as well.

Also, if you want to argue that the port 844 SWF access request should be served to the client via HTTPS, then proceed as follows:

Is not magically activate TLS on decision-making, but it make sure that the customer THAT SWF has been served safely to the customer.  (see, there no sense by encrypting the taking, if you can code MITM interacts with taking in the first place).

If you want to establish the socket on a TLS connection, you must make the request from socket using the SecureSocket class, how I think asking 843 yet policy, but will fail if it cannot complete a TLS negotiation in this application (so the 843 and the target port should be able to handle the TLS negotiation for this area).

Hope that helps to clarify things.

Tags: Adobe

Similar Questions

  • Socket policy file

    Anyone can guide me please about the socket policy file?

    Where I will keep socket policy file? Should all changes I do on the server side. I use sockets to send http request (with the methods put and delete on port 80). I kept a file like this on the root of the server. But still, I get security error. Is someone can you please help me solve this problem.

    < ! DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd" > ""

    < cross-domain-policy >

    < site permitted-cross-domain-policies of control = "master only" / >

    < allow-access-from domain = "" * "ports ="80"/ >"

    < / cross-domain-policy >

    Thank you

    This has been done. To do this, I need to serve socket policy file manually.

  • Timeout server serving socket policy file

    I have a Flex application that uses a XMLSocket to talk to a server socket on the local machine (localhost).

    For various reasons, I can not configure a server socket on port 843 (because the server socket is embedded in a desktop application, and not all users have access to the root that is required to listen on this port). BTW, if I * use this server on port 843, everything works fine. But like I said it is not an option for the deployment.

    My java socket server is a little slow, because for each new request, it starts a new thread. The result is:

    WARNING: Timeout on xmlsocket://127.0.0.1:4444 (for 3 seconds) while you wait for the socket policy file. This should be no problem, but see http://www.adobe.com/go/strict_policy_files for an explanation.
    Error: Resource request to the xmlsocket://127.0.0.1:4444 by the http://localhost:8080/play/play.swf applicant refused due to lack of policy file permissions.

    However... If instead of my server java, I have replace the server python, available here:
    http://www.Adobe.com/devnet/flashplayer/articles/socket_policy_files.html

    .. .and I executed him * NOT * on port 843, but on my server socket port works on (port 4444), everything works fine.
    If I introduce a delay in the python server, having to wait 5 seconds before serving the policy file, I get the above error.

    So, I can say with certainty that the time-out is the problem. Is it possible to make the flashplayer to wait a little more than 3 seconds to receive the policy file? I can try and speed up my socket server code, but there is no guarantee it will always run pretty fast on each machine.

    I hope someone can help. This is an instance where Adobe socket security policies are so restrictive that I have in fact can't use a power outlet at all. ;-(

    I got it works... I still don't know exactly what the deal was. Something in my political server implementation differs enough implementation of python that the flash player grabbing behind the scenes of the policy file did not work. I think that it is considered a bug in flash player, but I don't have time to gather all the details now.

    What I did to make it work was:
    (1) used the implementation of the policy server from here:
    http://www.broculos.NET/tutorials/how_to_make_a_multi_client_flash_java_server/20080320/en
    (2) modified to have the server strategy running on port 6667.
    (3) slightly modified the policy file that is sent by this server, add this line above the line 'allow-access-from:
    + ""
    (4) changed my flex for this code before you try to connect to the socket:
    Security.loadPolicyFile ("xmlsocket://127.0.0.1:6667"); ")

    Hope this helps someone...

  • Socket policy file / server

    So after reading all the documentation, I believe that in order to use the policy file must be TCP and not HTTP, XMLSocket http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html -based connections

    'Strict socket rules '.

    The main change to support the DNS hardening improvements in Flash Player 9,0,115,0 is the introduction of rules strict socket. These rules are:

    • A SWF file can make is no longer a connection socket to its own domain without a socket policy file. Prior to version 9,0,115,0, a SWF file was allowed to make the connection to ports 1024 or greater in its own domain without a policy file.
    • HTTP policy files can no longer be used to authorize socket connections. Prior to version 9,0,115,0, an HTTP policy file, served from the main location of the /crossdomain.xml on port 80, could be used to authorize a socket on a port 1024 or higher on the same host connection.

    These two rules can be summed up in one simple statement: under the rules of strict taken, every socket connection requires permission from a socket policy file. »

    I've looked everywhere to try to find help on how to implement this on a Windows / IIS server and use a file on port 843. No luck so far?

    Help please?

    I made something of myself after no response

    https://github.com/godsmustbcrazy/policysocketservercsharp

    It is an implementation in c#, see the wiki for more information github pages.

  • Flash Player is not to connect to the server policy file - still gives SecurityError #2048

    Hello

    I'm having a weird problem.

    Here's the situation:

    * I have a server that is running at http://192.168.0.179 . It serves as a file in flash, WebSocketMain.swf (of https://github.com/gimite/web-socket-js), who tries to make a socket connection to 192.168.0.179:5000.

    * I have a socket policy file server clocked at http://192.168.0.179:843 .

    * It works fine on the machine the server is running on (on OS X). Flash connects to the server policy files and on the server on port 5000.

    * However, on a Windows (64-bit) machine on the same network (192.168.0.175), running Flash 10.3/11.2/11.3 (and in the two Chrome/IE9), I get the following in the JS console error:

    LOG: Active [Websockets] Debug

    LOG: File [Websockets] strategy: xmlsocket://192.168.0.179:843

    [Websockets] Unable to connect to the Server Web Socket ws://192.168.0.179:5000/websockettest (SecurityError: Error #2048: security sandbox violation: failed to load http://192.168.0.179/assets/flash/WebSocketMain.swf )

    data from 192.168.0.179:5000.) Make sure the server is running and the policy file for the Flash shoe is placed correctly

    LOG: [Websockets] closed

    * I tried to modify WebSocketMain.swf to call Security.loadPolicyFile explicitly and not, but in both cases Flash Player will not even connect to the policy to 192.168.0.179 server. So it does not even attempt to read the policy file, yet still get the SecurityError.

    * 192.168.0.179:843 is opened from the machine.175. I can connect via a client Terminal Server (e.g. PuTTY) and receive the policy without problem file. However, FP simply does not want to connect.

    * I tried Security.allowDomain("*") and everything. Still nothing.

    * I tried to change the URL to which public Service will connect to (which is served by the web server) to 192.168.0.179:80. Nothing. 192.168.0.179:10000 does not work either. Even 127.0.0.1 and localhost does not work.

    I have more suggestions. This could be the cause? Why won't even try FP to connect to the policy server?

    Found the problem: mms.cfg had an entry saying DisableSockets = 1, which caused the security error.

  • Will of cross domain policy file work with http - &amp; gt; HTTPS

    I received the error message following 'security to access the url error' even though I've already placed the policy file on the server that hosts the service. Is it because the site of my Flex uses the HTTP protocol and the data server using the HTTPS protocol. Is there a way around this problem. Thank you!

    Hi arnoldchang,

    in the first place, I quite agree with you that the crossdomain.xml thing is annoying.

    I Don t think you use a socket policy file if you want to connect to a Web service, but you may need to change the crossdomain.xml.

    Please give a look to this LINK

    or for German users (this LINK)

    an example of a modifed crossdomain.xml looks like this:




    Best regards
    Kcell

  • Error: sxs.dll: syntax error in manifest or policy file.

    I want to reinstall Windows XP.  Installing boot CD, I did a quick format NTFS, then proceed installation.  Then I encountered the error:

    Windows XP.  Error: sxs.dll: syntax error in manifest or policy file "D:\I386\asms\6000\MSFT\VCRTL\VCRTL. MAN' on line 11.  Installation failed: D:\I386\asms.  Error message: incorrect function.

    This CD has rebuilt successfully another PC - we have an enterprise license.

    This indicates a hardware problem of CD?

    Hi SRD75,

    Try the methods below:

    Method 1:

    Try if you are able to replace the CD Rom drive or you can arrange for an external CD-ROM and proceed with the installation.

    Method 2:

    Run the memory diagnostic tool and check the results. Link, please refer to: Windows Memory Diagnostic:http://oca.microsoft.com/en/windiag.asp#top

    Method 3:

    I would recommend that you perform a full format of the drive to dismiss the possibility of a bad sector or physical damage on the hard disk

    With regard to:

    Samhrutha G S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Error 1079: The account specified for this service is different from the account specified for other services running in the same process. When you attempt to start the Secure Socket Tunneling Protocol

    I try to use my verizon air card, a PC770; VZ Access Manager version 7.2.7.1 recognizes the card very well, but whenever I try to "connect WWAN" I get the following message - "failed to connect - connection not available." Through the verizon forums, I trace this error to the 'Remote Access Connection eating' service that is not started. I try to start this service and receive error 1068: the dependency service or group could start. I have check the Dependencies tab and see Secure Socket Tunneling Protocol. When I go to this service, I see that it is not started, try to start this service result in error in my, title = error 1079.

    I saw many others issues related to the error code 1079, but nothing that she wears on the SSTP service.

    How can I fix it or what additional information is required to help diagnose?  Regards, Paul

    Bud13:
    Dude... May want to lay off the crack for a while before this extreme paranoia Gets the best of you...

    To the OP:

    Just go to the properties of the service you are trying to start, then select "this account".  Browse your computer and find the "Local Service" account  Clear the password so that it is empty and apply.  You will get a dialog box indicating that the account has been given to the connection as a good service.  Then start your service.  This should solve your problem.  I have seen this question many times and there are many, many reasons why it could have happened, but there is nothing to worry.

  • Secure socket tunneling protocol service could not start

    I was not able to start Remote Control Access Manager as a dependent 'Secure Socket Tunneling Protocol Service' service could not start.  What could be the reasons for Secure Socket Tunneling not start?  They are necessary to secure to a private network using a web service business link.

    Hello

    Please report the problem to Microsoft Community.
     
    The question you have posted is related to professional level support.
     
    Please visit the link below to find a community that will support what ask you:
    Note: Click on a question and move on.
     
    I hope this helps. If you have any other queries/issues related to windows, write us and we will be happy to help you further.
  • What is this error telling me? Activation context generation failed for "assemblyIdentity1." Error in manifest or policy file "assemblyIdentity2" on the assemblyIdentity3 line.

    Error: (19/10/2012 02:23:06) (Source: SideBySide) (user :)
    Description: Activation context generation failed for "assemblyIdentity1." Error in manifest or policy file "assemblyIdentity2" on the assemblyIdentity3 line.
    The value ' * ' attribute 'language' in the "assemblyIdentity" element is invalid.

    Error: (19/10/2012 02:19:20) (Source: SideBySide) (user :)
    Description: Activation context generation failed for "C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest1." Political or obvious error in the file 'C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest2' on the C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest3 line.
    A component version required by the application conflicts with another version of the component already active.
    Contradictory elements are:
    Component 1: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest.
    Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest.

    Error: (18/10/2012 01:39:02) (Source: SideBySide) (user :)
    Description: Activation context generation failed for "assemblyIdentity1." Error in manifest or policy file "assemblyIdentity2" on the assemblyIdentity3 line.
    The value ' * ' attribute 'language' in the "assemblyIdentity" element is invalid.

    Error: (18/10/2012 01:33:59) (Source: SideBySide) (user :)
    Description: Activation context generation failed for "C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest1." Political or obvious error in the file 'C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest2' on the C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest3 line.
    A component version required by the application conflicts with another version of the component already active.
    Contradictory elements are:
    Component 1: C:\Windows\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac.manifest.
    Component 2: C:\Windows\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2.manifest.

    Hello

    Thanks for posting your question in the Microsoft Community!

    If I understand correctly you found the error in the event viewer.
    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.
    I would like to ask you a question in order to better understand the issue.
    You did changes to the computer before the show? All newly installed programs?
    An application manifest is an XML file that describes and identifies the shared and private-by-side assemblies that an application should bind to running. These must be the same assembly versions that were used to test the application. Application manifests may also describe the metadata of the files that are private to the application.
    The error seems to be related to the drivers of amd.
    We will visit the amd support link and install the compatible drivers for amd programs and check if this solves the problem.
    We also execute (SFC scan) System File Checker. The tool File Checker system to determine if the problem you are experiencing is caused by one or more system files that are used by Windows, the System File Checker utility analyzes the system files and replaces incorrect versions of system files by using the correct versions.
    Refer to this article.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7: http://support.microsoft.com/kb/929833


    Hope the helps of the information provided.

    Let us know results also, feel free to post us if you face because of Windows in the future. We would be happy to help you!

  • Error 711 The Secure Socket Tunneling Protocol Service service on Local computer started and then stopped. ." Unable to connect to the Internet

    Original title: I get error 711 when I try to connect to the internet via a UIM modem on my windows overpriced home 7 SP 1

    Did some research and tried manually from the phone, RACM, RACM auto and plug and play services but got error 1068.Tried to start the service SSTP to solve this problem but got the error "the Service of Protocol Secure Socket Tunneling courier on Local computer started and then stopped. Some services stop automatically if they are not in use by other services or programs. »

    I am so desperate and would appreciate helpful suggestions.

    Hello

    1. When was the last time it worked?

    2 did you a recent software or changes to the material on the computer?

    Method 1:

    I suggest you to go through the steps mentioned in the link and the Coachman.

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows

    If the steps is not enough, go to method 2.

    Method 2:

    Ensure that all dependencies of Service Remote Access Connection Manager components are started and set to automatic

    (a) (a) cliquer click on start-run, type services.msc, the, click OK.

    (b) ensure that the following services are started on and set to automatic.

    (c) make sure that the "Startup Type" says "automatic"and has begun.» If it isn't, use the drop down menu to change (under the general tab).

    (d) if she once said: "Automatic", then click on the "Recovery" tab in the upper part and replace the line "First failure" "Restart the Service", then click on ""apply ', then OK. "

    See also:

    Why can't I connect to the Internet?

    http://Windows.Microsoft.com/en-us/Windows7/why-can-t-I-connect-to-the-Internet

    Hope this helps and keep us posted.

  • error 29190 - failed to generate key for secure sockets layer (SSL)

    Hello

    I'm fighting to install the VMware Vcenter Converter Standalone Agent on a Windows Server 2003 source machine.  First of all, I tried to deploy the agent to the source of the Vcenter Converter Standalone (installed on a windows server 2008 R2 server), but it has just failed with a generic error. Then I tried to manually install the agent on the source machine in 2003, but toward the end of the installation it errors on "error 29190 - could not generate key for secure sockets layer (SSL) ' then cancels the installation.  I could not find a solution to the problem and I was wondering if anyone could help please?

    Thank you

    If it can help someone else, I found a solution to my particular problem.  on the source machine, open the window Task Manager and then worked for the manual installation of the agent of converter, you will notice at different stages of installation, you get the additional instances of msiexec.exe showing upwards, at the end of the installation when the 29190 error pops up you should have a corresponding instance of msiexec, come and finish this msiexec in the Task Manager and click ok on the error , the installation then continues rather than restores.  I was able to p2v this machine then.

  • load the XML file field Companion without cross-domain policy file

    Hello.

    Assuming that there are two areas companions on the same server: /public_html/domain1.com and /public_html/domain2.com

    I'm trying to load the XML from domain2.com in domain1.com without using a cross-domain policy file (since it does not work with xml files in my case).

    So the idea is to use a php file to load XML and read it back to Flash.

    I found an interesting scripts that seems to do the job, but unfortunately I can't make it work. In my opinion, there is somewhere with AS3 part problem. Please take a look.

    Here's the AS3/PHP scripts:

    AS3 (.swf in www.domain1.com):

    location of the xml file you want to load, full http address

    var xmlLoc:String = " " http://www.Domain2.com/MyFile.XML ";

    location of the php xml grabber, regarding the .swf

    var phpLoc:String = "loadXML.php";

    var xml;

    var loader: URLLoader = new URLLoader();

    var request: URLRequest = new URLRequest (phpLoc + "? location =" + escape (xmlLoc));

    loader.addEventListener (Event.COMPLETE, onXMLLoaded);

    loader.addEventListener (IOErrorEvent.IO_ERROR, onIOErrorHandler);

    Loader.Load (request);

    function onIOErrorHandler(e:IOErrorEvent):void {}

    trace ("there was an error with the xml file" + e);

    }

    function onXMLLoaded(e:Event):void {}

    trace ("RSS feed has been loaded");

    XML = new XML (loader.data);

    / / string value, because it is passed from php as object

    XML = XML (xml.toString ());

    xml_txt.text = xml;

    }

    PHP (loadXML.php to www.domain1.com):

    <? PHP

    Header ("Content-type: text/xml");

    $location = "";

    {if (isset($_GET["location"]))}

    $location = $_GET ['location'];

    $location = urldecode ($location);

    }

    $xml_string = getData ($location);

    return the url encoded Flash vars

    echo $xml_string;

    Loops of a URL and returns

    function getData ($query) {}

    / / create resource curl

    $ch = function curl_init();

    / / cURL url

    curl_setopt ($ch, CURLOPT_URL, $query);

    Set some required params for the use of CURL

    curl_setopt ($ch, CURLOPT_SSL_VERIFYPEER, false);

    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);

    Execute the loop works and decode the returned JSON data

    $result = curl_exec;

    return $result;

    / / Close the curl resource to free up system resources

    curl_close ($ch);

    }

    ? >

    I think you might be right about / permissions on the server for php settings. Unfortunately I'm not allowed to adjust.

    So I wrote my own script - this time I used the path instead of the http address of the XML file.  It works fine in my case.

    Here it is:

    XML file on domain2.com:

    SWF on domain1.com:

    var imagesXML:XML;

    var variables: URLVariables = new URLVariables();

    var varURL:URLRequest = new URLRequest ("MyPHPfile.php");

    varURL.method = URLRequestMethod.POST;

    variable = varURL.data;

    var MyLoader:URLLoader = new URLLoader;

    MyLoader.dataFormat = pouvez;

    MyLoader.addEventListener (Event.COMPLETE, XMLDone);

    MyLoader.load (varURL);

    function XMLDone(event:Event):void {}

    var imported_XML:Object = event.target.data.imported_XML;

    imagesXML = new XML (imported_XML);

    MyTextfield_1.text = imagesXML;

    MyTextfield_2.text = imagesXML.image [0] .attribute ("thumbPath");  reference sample to assign "thumbPath' of the first item

    }

    php on domain1.comfile:

    <>

    $xml_file = simplexml_load_file('.. /.. / /galleries/gallery_1/MyXMLfile.xmldomain2.com');  Directory of XML file on the same server

    $imported_XML = $xml_file-> asXML();

    Print "imported_XML =". $imported_XML;

    ?>

    Concerning

    PS: for those who have read the foregoing: the first and the second script works but you need to test which one is best for your situation. The first script will work also between two domains located on different servers. No. cross necessary domain policy file.

  • disorder in the secure socket tunneling protocol boot

    I need to start 'secure socket tunneling protocol', but when I try to start it is to show that the service has lost since unused for a period of time.

    Hello

    The question you have posted is best suited in the Microsoft Technet Forums. I suggest you to send your requests it for a better response.

    Here is the link: http://social.technet.microsoft.com/Forums/en-US/w7itpronetworking/threads

  • Computer will not start at the top. I was first getting a 'file problem' message on nv4_mini.sys. After finding that someone else had...

    Computer will not start at the top. I was first getting a 'file problem' message on nv4_mini.sys. After finding that someone else had the same problem and I responded went to try the solution but then started to get the message that the file: \windows\system32\config\system is missing or corupted. Have tried to do where I could start up in safe mode and cannot. Tried to boot from the installation CD, but when I try to make the system recovery and choose the system to recover nothing happens. This isn't regarding the password. I have a Dimension 4500 XP sp3

    Hi BrianJ641,

    Follow the steps in the article.

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

    Note: When you are prompted to type the administrator password, you can type if you set the password. If the administrator password is blank, just press ENTER.

Maybe you are looking for

  • mail crashing el capitan 10.11.4

    Apple Mail crashes 10 times per day without help or updates.  I resorted to using google mail that works very well.  I read the support and made some "fixes" such as the removal of the file of mail and reconstruction. Did this and it crashed an hour

  • memery lost

    It seems that my ipad lost memory? whenever I have to sing in my facebook and I can't go back the pass website?

  • HP Pavilion HPE h8 - 1117c Deskt: two screens on a Radeon HD 6670 video card

    According to the HP Web site, I have a card Radeon HD 6670 video.   I use the HDMI port and DVI port.   Either one works, but if the DVI port is in use, the HDMI monitor is not recognized.   When the computer starts two monitor displays the page of w

  • Satellite P100-286: cannot use Bluetooth after installing XP

    I have a portable P100-286 Satellite with bluetooth. It used to work OK but since I re-installed Windows XP SP2 I can't use bluetooth.There is nothing in the control panel and nothing in the hardware Manager that mentions the bluetooth. I installed a

  • How to connect two printers to a network and be able to print wihout turning on their own computers?

    * Original title: printers? Hi all... I have 2 two computers running... two usb printers on windows 7 and two 2 are their in any case I can plug such things so that we can use either of the two printers WITHOUT having to turn on both computers? now,