http://support.amd.com/en-us/kb-articles/Pages/latest-catalyst-windows-beta.aspx
Monday, August 10, 2015
Videos not working after Windows 10 upgrade HP DV6-xxxx AMD
Ok, this was really bothering me. I upgraded from Windows 7 to Windows 10, and wouldn't you know it, some videos would work, and others would not in Edge and Chrome browsers. Couldn't figure it out. Stumbled across this page and this solved my problems. It is hit and miss for some users, but this did work for me. Follow this link and download the 32 or 64 bit version for windows 8.1.
http://support.amd.com/en-us/kb-articles/Pages/latest-catalyst-windows-beta.aspx
Edit #1: This also worked for my HP desktop that also has AMD A8 style processor.
Edit #2: the version 15.7.1 and the beta 15.8 Causes the video to STOP working. You need to find Beta version 15.6 of the AMD drivers.
http://support.amd.com/en-us/kb-articles/Pages/latest-catalyst-windows-beta.aspx
Monday, August 3, 2015
How to Fix Error 80240020 While Installing Windows 10 Free Upgrade
Just a really quick potential fix for others having this issue,its quite simple. If you are noticing this happening:
Then you are like me, and Windows 10 free upgrade is not working. Here is the solution I used.
Go to C:\Windows\SoftwareDistribution\Download and delete everything inside that folder (I have already deleted it and started the Windows 10 upgrade process):
After you delete what is in the C:\Windows\SoftwareDistribution\Download folder, open up a command prompt as an administrator and type: wuauclt.exe /updatenow and hit enter.
After this, open up your windows update and you should see the download has already started.
Then you are like me, and Windows 10 free upgrade is not working. Here is the solution I used.
Go to C:\Windows\SoftwareDistribution\Download and delete everything inside that folder (I have already deleted it and started the Windows 10 upgrade process):
After you delete what is in the C:\Windows\SoftwareDistribution\Download folder, open up a command prompt as an administrator and type: wuauclt.exe /updatenow and hit enter.
After this, open up your windows update and you should see the download has already started.
Enjoy Windows 10!
Wednesday, July 29, 2015
Dell Poweredge 1950 Import Foreign Configuration Strike F1
This could mean a few things, a drive has failed and you inserted a new drive, hopefully it was a raid other than 0 right? Or it could also be that an issue happened on a reboot and all you need to do is import the foreign configuration.
During POST Boot to the CTRL-R utility, make sure you are on the VD Mgmt screen, highlight controller at the top-left, hit F2, select Foreign, then select Import.
Now, if you are just wanting change drive to install a new OS for testing purposes, it is the same process, but you will need to initialize the NEW drives and create a new raid set. Do NOT, I repeat do NOT initialize the source main drives when switching back or you will lose everything. Also check the boot order of drive sequence in bios after changing back to the original drives. I was getting the F1 to reboot because something else was the 1st selection and for some reason, the system did not try to go to the second (PERC controller) for boot.
During POST Boot to the CTRL-R utility, make sure you are on the VD Mgmt screen, highlight controller at the top-left, hit F2, select Foreign, then select Import.
Now, if you are just wanting change drive to install a new OS for testing purposes, it is the same process, but you will need to initialize the NEW drives and create a new raid set. Do NOT, I repeat do NOT initialize the source main drives when switching back or you will lose everything. Also check the boot order of drive sequence in bios after changing back to the original drives. I was getting the F1 to reboot because something else was the 1st selection and for some reason, the system did not try to go to the second (PERC controller) for boot.
Sunday, December 28, 2014
Office 2010 Error 1935
Wow! This error was a persistent error. Tried so many things to fix this. Uninstalled .net, ran a uninstall cleaner, ran a registry cleaner(three different ones) and nothing worked! I finally came across a very helpful post, Google searched Office 2010 Error 1935. Second Page (I know right, you got to be desperate to go to the second results page) and BAM! there was the EASIEST fix I have done, and this one worked for me!
*Disclaimer, this post is without warranty, etc. etc. I am not responsible for your computer crashing, or you losing all your pictures and documents, try this at your own risk.*
Step 1: Windows+R>regedit then hit enter
Step 2: Locate HKCU\Software\Microsoft
Step 3: Locate Key/s named Office and/or OfficeSoftwareProtectionPlatform (only Office was listed for me)
Step 4: Delete key/s, then reboot, install office and profit!
Again, this was my experience and this worked for me. Mileage may vary. Good luck, and happy troubleshooting!
Big thanks to Sammit over at http://sammit.net/how-to-fix-error-1935-when-installing-microsoft-office-2007-or-2010/ for posting this easy solution and saving the day!
-Oscar
Update 1: I had to disabled Ad Aware Anti-Virus as it was causing issue with installing certain programs. Ended up removing it all together and going a different route. Make sure you disable antivirus as well to see if that is the issue.
*Disclaimer, this post is without warranty, etc. etc. I am not responsible for your computer crashing, or you losing all your pictures and documents, try this at your own risk.*
Step 1: Windows+R>regedit then hit enter
Step 2: Locate HKCU\Software\Microsoft
Step 3: Locate Key/s named Office and/or OfficeSoftwareProtectionPlatform (only Office was listed for me)
Step 4: Delete key/s, then reboot, install office and profit!
Again, this was my experience and this worked for me. Mileage may vary. Good luck, and happy troubleshooting!
Big thanks to Sammit over at http://sammit.net/how-to-fix-error-1935-when-installing-microsoft-office-2007-or-2010/ for posting this easy solution and saving the day!
-Oscar
Update 1: I had to disabled Ad Aware Anti-Virus as it was causing issue with installing certain programs. Ended up removing it all together and going a different route. Make sure you disable antivirus as well to see if that is the issue.
Friday, December 26, 2014
DCPROMO fails with: 'Failed to configure the service NETLOGON as requested' Server 2003
We have been working with a client on getting rid of the 2003 domain controllers. Came across one domain controller that wouldn't demote. Ran dcpromo and got this:
The operation failed because:
Failed to configure the service NETLOGON as requested
The reason for my clients failure was because the primary DNS server was the server itself. So DC1 with an IP of 10.0.0.0, had the first DNS entry as 10.0.0.0.
After I changed it to the new DNS server IP, I ran dcpromo again and it worked like a charm, no reboot needed. I did do a ipconfig /flushdns, just because though. Also, according to Microsoft you should not have a domain/DNS server pointing to itself as the first entry. The first DNS entry should be another DNS server, and use the local host address of 127.0.0.1 as the second entry. I won't go into detail as why, but a quick search should give you all you need. Enjoy!
The operation failed because:
Failed to configure the service NETLOGON as requested
The reason for my clients failure was because the primary DNS server was the server itself. So DC1 with an IP of 10.0.0.0, had the first DNS entry as 10.0.0.0.
After I changed it to the new DNS server IP, I ran dcpromo again and it worked like a charm, no reboot needed. I did do a ipconfig /flushdns, just because though. Also, according to Microsoft you should not have a domain/DNS server pointing to itself as the first entry. The first DNS entry should be another DNS server, and use the local host address of 127.0.0.1 as the second entry. I won't go into detail as why, but a quick search should give you all you need. Enjoy!
Wednesday, October 1, 2014
How to: Server 2008R2 RDS Re-Arm for another 120 days.
You know, sometimes you just couldn't get that budget request in to get those RDS licenses ordered and installed. It happens, especially is this day in age. I searched everywhere on how to re-arm the trail for RDS, to no avail! All the answers I saw were, rebuild the server or buy the licenses. Sure, let me just rebuild a server just because (if that is an option, more power to you). Here is a simple way to re-arm the trail for RDS.
Locate in the registry editor and find this folder:
HKLM\SYS\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
HKLM\SYS\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
Just delete the key inside this folder, reboot and you will have another 120 days to work with. Enjoy!
Friday, February 28, 2014
Xerox ColorQube/WorkCentre x86 driver on x64 Print Server
Hello everybody!
I am going to explain how to install a x86 Xerox driver on a x64 Print server.
Make sure you go to the Xerox driver page and download both the PS driver for x86 and x64. Install the x64 driver as usual with the print manager.
Now, for the x86 driver, it will ask for a i386 folder/destination. Here is where I got into trouble.
Called Xerox Support and they stated to download the GLOBAL 32 bit PS driver. For some reason, the Microsoft certified driver file does not contain the ntprint file that it needs to install the x86 driver.
As soon as I downloaded that Global print driver, I went through the install process again, this time when it asked for the i386, I pointed it to the global print driver folder and it found the ntprint file it needed. BAM, worked like a charm. Now my 9203 ColorQube is installed on my 2008R2 print server with both x86 and x64 drivers. Sweet.
Big thanks to Xerox for the quick call back and assistance.
I am going to explain how to install a x86 Xerox driver on a x64 Print server.
Make sure you go to the Xerox driver page and download both the PS driver for x86 and x64. Install the x64 driver as usual with the print manager.
Now, for the x86 driver, it will ask for a i386 folder/destination. Here is where I got into trouble.
Called Xerox Support and they stated to download the GLOBAL 32 bit PS driver. For some reason, the Microsoft certified driver file does not contain the ntprint file that it needs to install the x86 driver.
As soon as I downloaded that Global print driver, I went through the install process again, this time when it asked for the i386, I pointed it to the global print driver folder and it found the ntprint file it needed. BAM, worked like a charm. Now my 9203 ColorQube is installed on my 2008R2 print server with both x86 and x64 drivers. Sweet.
Big thanks to Xerox for the quick call back and assistance.
Wednesday, July 25, 2012
Break Key for HP DV6 Laptop!
So I am at home working on an old router I was allowed to take from work. Well this router has a password no on knows, so I need to fix that :). Anyways, everyone who works on routers knows to interrupt the boot up process you need to hit the break key. Well guess what, the HP DV6 laptop doesn't have a freaking BREAK key.
I searched forums and google for 20 minutes nothing! I was just looking around in my accessories > ease of access(win 7) and came across my on screen keyboard. Well guess what, the on screen keyboard has a ScrLK key, which my damn laptop doesn't have.
I powered down the router, powered up the router held ctrl on my physical keyboard and hit ScrLk with the mouse...BAM right into rommon 1> mode! Woot, now to reset this start up config and do whatever I feel like! :)
I searched forums and google for 20 minutes nothing! I was just looking around in my accessories > ease of access(win 7) and came across my on screen keyboard. Well guess what, the on screen keyboard has a ScrLK key, which my damn laptop doesn't have.
I powered down the router, powered up the router held ctrl on my physical keyboard and hit ScrLk with the mouse...BAM right into rommon 1> mode! Woot, now to reset this start up config and do whatever I feel like! :)
Wednesday, November 30, 2011
Open NAT PS3 MW3/Actiontec Q1000
REJOICE, THE HOUR IS AT HAND, the hour of having an open NAT that is!
After countless hours configuring my Q1000 modem/router, I have finally obtained an open NAT on my PS3. The process is quit simple, and I honestly just missed one little step, and that step would have saved me hours upon hours of trying to get an open NAT.
First off, I want everyone to know that I have all three consoles (I mean who doesn't, and if you don't why not?). I want to bring to light that, I had an open NAT on my Xbox, but always had a moderate NAT on the PS3. Well, I had black ops for both systems, but I only have MW3 for the PS3 so that is the system I wanted my open NAT on.
I will start off by saying it is very difficult to have an open NAT for two systems connected to the same router. Actually I want to go ahead and just say its not possible, and here is why. 98.9% of home users have cable/dsl and with that, only one public IP address. This isn't something to be worried about, that is just how it goes. Well with one public IP address, you can only have one system with an open NAT. You could call your ISP and get two IP addresses, but that costs some cash and if you're like me, you are not willing to dish out even one more cent to the man! So therefore, you are stuck with your single public IP address, and two systems (I do have all three, but I don't play multiplayer on the Wii, so that isn't an issue). Ok, enough of this rambling and background blah blah, on to the fun stuff!
I want to say that, what I will discuss will be with the assumption that you have some IT knowledge. I am not talking about building Virtual Servers from ground up or deploying a bran new Domain controller on a network with 300+ employees (which I can do, allllll yeahhhhh). But enough knowledge to know how to access your router.
Unless you changed something, then your router IP will probably be 192.168.1.1 or 192.168.0.1. Type this address (or your address) into your web browser URL and hit enter. If neither of these address work, on your home computer go to Start>Run (XP) Search(Vista and up)>'type' cmd>'type' ipconfig in the cmd window. You're looking for Default Gateway, that address should get you into your router.
Be sure to enable a static IP address for the PS3, if you do not know out to do this, do a Google search and get it done before reading on.
This will bring you to the router configuration page/s. Look for UPnP configuration page, and ensure that this is enabled. Before reading the below steps, look for DMZ configuation page. Remember that static IP you just gave to your PS3, well enter here and enable DMZ mode. What this will do, is place the PS3 outside of the router and use the public IP address directly. Load up MW3 and look at your NAT, if this does not work, remove the PS3 from the DMZ (this is important) and disable the DMZ and read on.
If the DMZ option failed, what we are looking for is port forwarding now. Find and enter onto the port forwarding page. Here are the ports you will want to forward for MW3:
"...
Original source: http://activision.custhelp.com/cgi-bin/activision.cfg/php/enduser/std_adp.php?p_faqid=77659&p_created=1320244623&p_sid=G49GniIk&p_accessibility=0&p_redirect=&p_srch=1&p_lva=77658&p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MSwxJnBfcHJvZHM9MCZwX2NhdHM9JnBfcHY9JnBfY3Y9JnBfc2VhcmNoX3R5cGU9YW5zd2Vycy5zZWFyY2hfbmwmcF9wYWdlPTEmcF9zZWFyY2hfdGV4dD03NzY1OQ!!&p_li=&p_topview=1
and here are the ports in general for the PS3 system:
TCP Ports: 80, 443, 465, 983, 5223, and 10070 - 10080 - UDP Ports: 3478, 3479, 3658, and 10070
Also remember that, when setting port forwarding, "for a single port Port Start, Port End, and Port Map are all the same number. For a range of ports, Port Start is the first port of the range. Port End is the last port of the range and Port Map is ALWAYS the same as Port Start (Source: Actiontec Tech support e-mail)."
So for example, if you have a range of ports, like 3074 and 3075, you would enter it like this
Port Start: 3074
Port End: 3075
Port Map: 3074
Single Port exmaple:
Port Start: 80
Port End: 80
Port Map: 80
Now that you have your port mappings, let me give you a little tip. You cannot have two ports open for two different systems. One will cancel the other out. If you have port 3074 mapped for your Xbox and PS3, which ever one is listed first, will take priority. This is what plagued my moderate NAT for the PS3, because my Xbox had 3074 mapped first. After removing the Xbox map, my PS3 had an open NAT and my Xbox has a moderate.
If you have any questions, please leave me a comment below and I will answer to the best of my ability, and if time permits I might even be able to offer assistance to you. Enjoy your open NAT on the PS3 system for MW3!!!!
After countless hours configuring my Q1000 modem/router, I have finally obtained an open NAT on my PS3. The process is quit simple, and I honestly just missed one little step, and that step would have saved me hours upon hours of trying to get an open NAT.
First off, I want everyone to know that I have all three consoles (I mean who doesn't, and if you don't why not?). I want to bring to light that, I had an open NAT on my Xbox, but always had a moderate NAT on the PS3. Well, I had black ops for both systems, but I only have MW3 for the PS3 so that is the system I wanted my open NAT on.
I will start off by saying it is very difficult to have an open NAT for two systems connected to the same router. Actually I want to go ahead and just say its not possible, and here is why. 98.9% of home users have cable/dsl and with that, only one public IP address. This isn't something to be worried about, that is just how it goes. Well with one public IP address, you can only have one system with an open NAT. You could call your ISP and get two IP addresses, but that costs some cash and if you're like me, you are not willing to dish out even one more cent to the man! So therefore, you are stuck with your single public IP address, and two systems (I do have all three, but I don't play multiplayer on the Wii, so that isn't an issue). Ok, enough of this rambling and background blah blah, on to the fun stuff!
*Disclaimer, only perform the below listed steps if you are the owner of the router, or get permission from the owner (this applies to all you youngsters still living with the parents). I am not responsible for any issues your router may have by performing the steps I will list below, nor will I buy you a new router if you break it (which is highly doubtful but hey, I work in the IT field, I have seen stranger stuff happen).*
I want to say that, what I will discuss will be with the assumption that you have some IT knowledge. I am not talking about building Virtual Servers from ground up or deploying a bran new Domain controller on a network with 300+ employees (which I can do, allllll yeahhhhh). But enough knowledge to know how to access your router.
Unless you changed something, then your router IP will probably be 192.168.1.1 or 192.168.0.1. Type this address (or your address) into your web browser URL and hit enter. If neither of these address work, on your home computer go to Start>Run (XP) Search(Vista and up)>'type' cmd>'type' ipconfig in the cmd window. You're looking for Default Gateway, that address should get you into your router.
Be sure to enable a static IP address for the PS3, if you do not know out to do this, do a Google search and get it done before reading on.
This will bring you to the router configuration page/s. Look for UPnP configuration page, and ensure that this is enabled. Before reading the below steps, look for DMZ configuation page. Remember that static IP you just gave to your PS3, well enter here and enable DMZ mode. What this will do, is place the PS3 outside of the router and use the public IP address directly. Load up MW3 and look at your NAT, if this does not work, remove the PS3 from the DMZ (this is important) and disable the DMZ and read on.
If the DMZ option failed, what we are looking for is port forwarding now. Find and enter onto the port forwarding page. Here are the ports you will want to forward for MW3:
"...
- Set port forwarding on your router to the IP address of your PlayStation 3. This game uses ports 81, 3074, 3075, 3478, 3479
(UDP) and ports 80, 443, 3074, 5223 (TCP). - For voice / video chat and online game play, direct communication with other PS3™ systems is used for data transmission during voice / video chat and online gaming. The port number used for this is UDP: 3658
Original source: http://activision.custhelp.com/cgi-bin/activision.cfg/php/enduser/std_adp.php?p_faqid=77659&p_created=1320244623&p_sid=G49GniIk&p_accessibility=0&p_redirect=&p_srch=1&p_lva=77658&p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MSwxJnBfcHJvZHM9MCZwX2NhdHM9JnBfcHY9JnBfY3Y9JnBfc2VhcmNoX3R5cGU9YW5zd2Vycy5zZWFyY2hfbmwmcF9wYWdlPTEmcF9zZWFyY2hfdGV4dD03NzY1OQ!!&p_li=&p_topview=1
and here are the ports in general for the PS3 system:
TCP Ports: 80, 443, 465, 983, 5223, and 10070 - 10080 - UDP Ports: 3478, 3479, 3658, and 10070
Also remember that, when setting port forwarding, "for a single port Port Start, Port End, and Port Map are all the same number. For a range of ports, Port Start is the first port of the range. Port End is the last port of the range and Port Map is ALWAYS the same as Port Start (Source: Actiontec Tech support e-mail)."
So for example, if you have a range of ports, like 3074 and 3075, you would enter it like this
Port Start: 3074
Port End: 3075
Port Map: 3074
Single Port exmaple:
Port Start: 80
Port End: 80
Port Map: 80
Now that you have your port mappings, let me give you a little tip. You cannot have two ports open for two different systems. One will cancel the other out. If you have port 3074 mapped for your Xbox and PS3, which ever one is listed first, will take priority. This is what plagued my moderate NAT for the PS3, because my Xbox had 3074 mapped first. After removing the Xbox map, my PS3 had an open NAT and my Xbox has a moderate.
If you have any questions, please leave me a comment below and I will answer to the best of my ability, and if time permits I might even be able to offer assistance to you. Enjoy your open NAT on the PS3 system for MW3!!!!
Tuesday, November 29, 2011
VMware error: Call "datacenter.queryconnectioninfo" for object on vCenter Server failed.
I have been having a memory error with a blade server at work, and Dell sent me a memory module to replace. I put the Host in maintenance mode and then shut it down (which is the proper way to do this).
I pulled the blade out, replaced the memory and powered back up the server. Everything came up great, except for the fact that the server would not re-connect to the Cluster. I removed the server from the Cluster in efforts to re-add it back with no success, so I checked the KB site and here is what I found on VMware's KB site:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1027672
After reading that spill, I attempted to log onto the host through VSphere Client with success. To my amazement, the host was still in maintenance mode (which it should have been) and I took it out of maintenance mode and was able to add it back to the Vcenter cluster.
Hope this helps someone out. Thanks for reading!
I pulled the blade out, replaced the memory and powered back up the server. Everything came up great, except for the fact that the server would not re-connect to the Cluster. I removed the server from the Cluster in efforts to re-add it back with no success, so I checked the KB site and here is what I found on VMware's KB site:
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1027672
After reading that spill, I attempted to log onto the host through VSphere Client with success. To my amazement, the host was still in maintenance mode (which it should have been) and I took it out of maintenance mode and was able to add it back to the Vcenter cluster.
Hope this helps someone out. Thanks for reading!
Friday, November 25, 2011
Spooler Subsystem App closed by Data Execution Prevention
Of course I come in on the Friday after Thanksgiving, and it suppose to be an easy laid back day, and I get notified that one of our print servers went down. This print sever houses one side of the state, and 40+ printers. The error is the same as the title bar states. I am unable to start the print spooler and I came across this information from forums.techareana. Big thanks to forum member Alan Morris for posting the following:
"Launch task manager. On the Processes tab, change the view to include a
column for PID
open a command window
type net start spooler
You have one minute to complete the next couple tasks
find spoolsv.exe in task manager, note the PID
in the command window type
ntsd -p [PID for spoolsv.exe] -g -G
press enter and a bunch of module load info will scroll paste.
when the process terminates you will see a prompt
ntdll!DbgBreakPoint:
7c822583 cc int 3
0:001>
type k"
and
"The problem is the fact that you had installed a previous version of
hptcpmon and the new version of hptcpmon terminates when it reads the old
registry data from the previous version.
You can fix this by deleting the old hptcpmon registry data, before
installing the new driver with the updated version of hptcpmon.dll
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\HP
Standard TCP/IP Port
HP has data some place on their support site for this issue."
After I renamed the hptcpmon.dll and deleted that registry key, this solved my problem , and all 40 of my printers showed back up after a reboot. Awesome stuff!
"Launch task manager. On the Processes tab, change the view to include a
column for PID
open a command window
type net start spooler
You have one minute to complete the next couple tasks
find spoolsv.exe in task manager, note the PID
in the command window type
ntsd -p [PID for spoolsv.exe] -g -G
press enter and a bunch of module load info will scroll paste.
when the process terminates you will see a prompt
ntdll!DbgBreakPoint:
7c822583 cc int 3
0:001>
type k"
and
"The problem is the fact that you had installed a previous version of
hptcpmon and the new version of hptcpmon terminates when it reads the old
registry data from the previous version.
You can fix this by deleting the old hptcpmon registry data, before
installing the new driver with the updated version of hptcpmon.dll
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Monitors\HP
Standard TCP/IP Port
HP has data some place on their support site for this issue."
After I renamed the hptcpmon.dll and deleted that registry key, this solved my problem , and all 40 of my printers showed back up after a reboot. Awesome stuff!
Wednesday, October 19, 2011
Automatic Updates/Group Policy
Automatic Updates keep turning off no matter what I was doing! Ok, I have finally found what I was looking for. Through many hours of searching google, even a call into Microsoft and still I had no results to show.
I have setup a WSUS in my environment and wanted Automatic updates to be applied once a week at the time I specified. Well, I have came across the answer randomly (I was changing the desktop wallpaper in GPO and came across it).
Go into GPO, highlight the default GPO (or the one applied in your environment) and click edit. Under Computer Configuration-Windows Settings>Security Settings>System Services. Locate and find Automatic updates (pre-08) or Windows Update (08-present) and select automatic. Done!
I cannot believe it was right there, and I have missed it this whole time. I hope this helps someone else in the future!
To add onto this issue, if you turn on automatic updates here, it may not work with some systems. The best way is to leave this option 'not configured' and configure your automatic updates in Computer Configuration>Admin Templates>Windows Components>Windows Update. In here you can specify to turn on automatic updates and point it to a WSUS server.
To add onto this issue, if you turn on automatic updates here, it may not work with some systems. The best way is to leave this option 'not configured' and configure your automatic updates in Computer Configuration>Admin Templates>Windows Components>Windows Update. In here you can specify to turn on automatic updates and point it to a WSUS server.
Monday, August 15, 2011
Xbox 360 Elite restarts after HDMI input is changed/HDMI and Optical out
Last night, I was attempting to get black ops on my Xbox 360 and Ps3 to both have a NAT type set to Open. As it stands at the time of this typing, 360 is Open, PS3 is Moderate. (This is a whole separate issue)
I had both turned on of course, as I was going back and forth between the inputs. Well, I noticed that when I changed the input after being on the 360, and back to the PS3 (or any input for that matter) it would restart my 360. Luckily I figured this one out quickly.
I wanted to utilize my HDMI connection for the best possible picture, but I still wanted to use my Optical output on the standard AV/Component cable. Well if you try to connect both at the same time to the 360, you will learn real quick that it's not going to happen. To fix this little 'space' issue, I removed the plastic case on the AV/Component cable and what do you know, you can now plug both in at the same time!
Well, with both plugged in at the same time, your Xbox sees both types of connectors. So, if you are on the HDMI connection and switch inputs, your Xbox will reset. This is due to the Xbox trying to determine what connector your system is using, in my case its both, so if i change the input on either one its on, it will reset itself to determine which input it is requesting.
Keep this in mind if you are trying to do the same thing as I was (trying to use a cheap solution to using HDMI and optical out without having to buy another expensive cable). So, in closing keep your remotes in a safe place while gaming, if you change that input on accident, your console will reset.
Subscribe to:
Posts (Atom)
