WMI port range Issues windows server 2008 R2

I've been encountering issues with the communication to some of my distributions points worldwide. The server is live but is unable to receive any packages.
I troubleshooted the issue with our network group and it seems that the servers are trying to send the data through the 1027 port
Now for the kicker: These are all 2008 R2 servers and port 1027 is part of the WMI range for server 2003. The port range for 2008 starts at 49152.
the issue in itself is easy enough to fix as you can see below:
netsh int ipv4 show dynamic tcp (this give you the current range)
netsh int ipv4 set dynamic tcp start=49152 num=**** (this allows you to set the beginning of the range to what you want and the # of ports available)
this requires a reboot to be effective.
My question is, why is the default port range changing without an input from anyone?

Hi Carl,
As you point out, in Windows Server 2008 and later versions, and in Windows Vista and later versions, the default dynamic port range changed to the following range:
Start port: 49152
End port: 65535
After my research, I found a relevant KB we can reference:
The default dynamic port range for TCP/IP has changed in Windows Vista and in Windows Server 2008
http://support.microsoft.com/kb/929851
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • AiroNet 1140 Authentication Issues Windows Server 2008 NPS

    Hello,
    We have an AiroNet 1140 AP that we are trying to configure RADIUS authentication. Our RADIUS server is a Microsoft Windows Server 2008 NPS server. Unfortunately, our Wi-Fi clients are unable to authenticate. We appear to have everything configured on the AP and RADIUS server correctly, but we receive the following errors from the debug on the AP. Doug
    *Mar 14 05:46:58.413: RADIUS/DECODE: No response from radius-server; parse response; FAIL
    *Mar 14 05:46:58.413: RADIUS/DECODE: Case error(no response/ bad packet/ op decode);parse response;
    FAIL
    *Mar 14 05:46:58.413: RADIUS/DECODE: No response from radius-server; parse response; FAIL
    *Mar 14 05:46:58.413: RADIUS/DECODE: Case error(no response/ bad packet/ op decode);parse response;
    FAIL

    Hi Steve, Here is the config for the AP.  Some screenshots of the NPS config are below, too.  Please let me know if you need more information from our NPS server.  Thanks, Doug
    ap#sh run
    Building configuration...
    Current configuration : 2971 bytes
    version 12.4
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    service password-encryption
    hostname ap
    logging rate-limit console 9
    enable secret 5 $1$1IPZ$WkdzqdeeGvEPvQLCHfGXU.
    aaa new-model
    aaa group server radius rad_eap
    server 10.20.2.96 auth-port 1645 acct-port 1646
    aaa group server radius rad_mac
    aaa group server radius rad_acct
    aaa group server radius rad_admin
    server 10.20.2.96 auth-port 1645 acct-port 1646
    aaa group server tacacs+ tac_admin
    aaa group server radius rad_pmip
    aaa group server radius dummy
    aaa authentication login eap_methods group rad_eap
    aaa authentication login mac_methods local
    aaa authorization exec default local
    aaa accounting network acct_methods start-stop group rad_acct
    aaa session-id common
    dot11 syslog
    dot11 ssid wifi
       authentication open eap eap_methods
       authentication network-eap eap_methods
       authentication key-management wpa
    username pg_ap privilege 15 secret 5 $1$rg0/$hTYIn.lysNUfxhzxqXonl/
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    ssid wifi
    antenna gain 0
    speed  basic-1.0 2.0 5.5 11.0 6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7.
    m8. m9. m10. m11. m12. m13. m14. m15.
    station-role root
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio1
    no ip address
    no ip route-cache
    encryption mode ciphers aes-ccm
    ssid wifi
    antenna gain 0
    dfs band 3 block
    speed  basic-6.0 9.0 12.0 18.0 24.0 36.0 48.0 54.0 m0. m1. m2. m3. m4. m5. m6. m7. m8. m9. m10. m11
    . m12. m13. m14. m15.
    channel dfs
    station-role root access-point
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    no ip address
    no ip route-cache
    duplex auto
    speed auto
    no keepalive
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address 10.40.0.200 255.255.0.0
    no ip route-cache
    ip default-gateway 10.40.0.1
    ip http server
    no ip http secure-server
    ip http help-path http://www.cisco.com/warp/public/779/smbiz/prodconfig/help/eag
    ip radius source-interface BVI1
    radius-server local
      no authentication mac
      nas 10.20.2.96 key 7 003555402B5F012F3D007B16062C46430759550B3A232F7E0A1636472C01402573
    radius-server attribute 32 include-in-access-req format %h
    radius-server host 10.20.2.96 auth-port 1645 acct-port 1646 key 7 08100A08261D0F3E202A3B5C251E677C26
    677B1C171E08576F7A4C077F19403C337F0C7C7D035B172550305F756934172E327A1B13250C154D4C3F1319305C3514
    radius-server vsa send accounting
    bridge 1 route ip
    line con 0
    line vty 0 4
    end
    ap#

  • What is the recommended static port range for SQL Server 2008 to SQL Server 2014 named instance?

    I want to assign a static port to SQL Server 2008 to SQL Server 2014 named instance.   Should the port be greater than 49151?  The following links give contradicting information:
    https://msdn.microsoft.com/en-us/library/ms177440(v=sql.105).aspx
    Avoid numbers greater than 49151 which Windows might select for other purposes.
    https://technet.microsoft.com/en-us/library/ms345327(v=sql.100).aspx
    Port numbers should be assigned from numbers 49152 through 65535
    Thanks..

    I would still pick a port number below the ephemeral list (dynamic port usage [41952-65535]) as it'll reduce the chances of having a port collision when SQL Server starts up.
    Also, I'd stick to lower numbers if possible (<25,000) as some firewalls skew higher port numbers to be more malicious (if heuristics are used).
    -Sean
    The views, opinions, and posts do not reflect those of my company and are solely my own. No warranty, service, or results are expressed or implied.

  • RDP audio issues with Windows Server 2008

    I have a server with an M-Audio 1010LT audio card installed, running audio playback software.  This software needs to stay running and playing at all times.
    We were previously running Windows Server 2003 and when we RDPed into the box for maintenance, we simply made sure that 'Leave at remote computer" was selected under Remote Desktop's sound settings.  This allowed us to control the console of the server while the audio continued to play through the server's audio card.
    Now, with Windows Server 2008, even with this option selected when we remote into this server all audio stops and Windows shows no available audio devices.  If I end my RDP session and phyically go to the server, I see the audio devices and am able to re-start the audio playback.
    Is this a bug, or something that has changed in 2008?  Any workarounds?
    Thanks

    *****************I
    AM HAVING THIS ISSUE *****************
    (Windows Server 2008 R2)
    I
    reply to this thread to hopefully get more attention to this issue and thus a [faster] resolution. 

  • How to enable javascript in windows server 2008 R2 enterprise ?

    Hi all,
    Hope doing well,
    sir i am using windows server 2008 R2 enterprise operating system.
    i am running my web application in localhost. it's working fine.
    but i have used timer using javascript and some javascript function that is not working in this application.
    i googled many thing and i got one solution that is http://njbblog.blogspot.in/2010/02/issue-windows-server-2008-javascript.html
    i went through this link and i have done the solution but in my another system has the same configuration and same thing i am doing there but it's not
    enabled javascript and my application is not working.
    plz help me. it's urgent
    waiting for reply.
    thanks in advance.
    vicky Bangalore

    Hi Vicky,
    Please make sure that the Javascript is enabled on you IE.
    To do this, please go to Control Panel->Internet
    Options, click on security tab,
    click on customer level button. Please scroll
    down to Scripting, underScripting
    of Java applets, click enable.
    OR
    Please try to start the Internet Explorer with option "Run as Administrator" to see whether it works.
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • Drivers for Windows Server 2008 and HDD issues

    Recently I have had the hard drive with my OS fail. After replacing the hard drive and reinstalling windows server 2008 I seem to have run into a few issues with drivers.  After insalling Windows, I had 3 items in my device manager that did not install properly. I was able to get the driver for the LAN port to work but I have not gotten the driver for "Standard VGA Graphics Adapter" and "SM Bus Controller". After a little research, I believe the video card is a Radeon HD4350. With that information I still have been unable toinstlal the correct drivers for either of these items. I've tried several drivers listed on the drivers support page on HP's website but all fo them return the same error about not finding the correct Operating System. The link to the driver I used originally on my previous installation seems to not be valid any longer.
    Also I can't seem to access the two additoinal hard drives (connected by sata). They were used with the previous installation of windows with no issues. They appear in the device manager but do not show up under My Computer. A removeable drive does show up that I'm not sure what it is. Previously I had used software to mirror one of the drives onto the other as to prevent losing data if a drive would fail. Is one of the above drives causing the issue with not being able to access the drives or did the software used before cause the problem?
    Any help on these issues is greatly appreciated.
    This question was solved.
    View Solution.

    OK.
    I can't help you with the drives then.  That is out of my realm of knowledge.  If they are marked healthy and active in the disk management utility, then that is all I know that they should be indicated.
    As for the graphics driver...
    Download and install this free file utility.
    http://www.7-zip.org/
    After you install 7-zip, right click on the graphics driver file and select 7-zip from the list of options.
    Select 7-zip to Extract to: and let it extract the file into a folder.  I let it extract to the file name of the folder.
    Then just follow the rest of my instructions to install the driver. 
    Of course you will first browse to where 7-zip has extracted the folder to, and proceed from there.

  • Need solution for solving TIME_WAIT in TCP/IP ports in Windows Server 2008 Standard Service Pack 2

    In one of our windows machine( OS : Windows Server 2008 Standard (Service Pack 2)-32bit), we are facing TIME_WAIT in all the TCP/IP ports and it is not getting closed.
    On analyzing the issue, we found solution for this from the below link,
    https://support.microsoft.com/en-us/kb/2553549
    In this page, we are able to get the hotfix for Windows Server2008 R2 SP1 but i can't able to get for  Windows Server 2008 Standard SP2(32bit). If we try to apply the hotfix vailable for SP1, it is showing "The update does not apply to your System".
    Kindly provide us the solution for solving TIME_WAIT issue in the machine. 
    OS Details : Microsoft Windows Server 2008 Standard
    Version : 6.0.6002 SP2 Build 6002
    System Type : 32 bit(x86-based PC)
    Awaiting for the response.
    Thank you,
    Pushpalatha.A

    Download correct version from Microsoft Update Catalog. Run it with elevated rights.
    M.

  • Windows Server 2008 R2 dynamic assigned ports for currently logged in users

    Hi,
    How can I find out currently allocated dynamic ports for a user in windows server 2008? 
    From registry, I can see the dynamic port range for an application (1025~49151) and system dynamic port range is 49152~65534.
    However, I am looking for the dynamic port range for users currently logged into the server.
    Please assist.
    Thanks,
    Suranjit 

    If you want to list all ports the server is currently listening on as well as the processes using them, netstat can help you with that.
    netstat -aon | find /i "listening"
    Where the -o will give you the Process ID, which can be matched up with the username.

  • BO XI 3.1 SP3 Install issue on Windows Server 2008 R2 64-bit

    We are trying to install the lastest Build of Business Objects XI 3.1 SP3 on a new server with Windows Server 2008 R2 64-bit OS (51038908_part1.exe,51038908_part2.rar, 51038908_part3.rar).
    The setup never finish! It seems that the setup can't validate the CMS installation and is trying again and again.
    In the "Enterprise XI 3.1 SP3 - Windows - Supported Platforms" document, the Windows Server 2008 R2 Entreprise 64-bit Edition is supported.
    The antivirus is desactivated and the setup.exe file was launched in the administrator mode.
    Any ideas?
    Edited by: Frederic Wojnarowski on Nov 22, 2010 5:45 PM

    We have run into similar issues with that same package (51038908_part1.exe) which is a complete install of "BOE-3.1 package with SP3" for Windows 2008 Server that only installs in the 64-bit mode.
    We had a 32-bit Oracle 10g client installed, that BOE did not recognize for the CMS - so the install was hanging at the CMS config...(no clear errors / no simple way to roll-back the failed install).
    We only discovered the underlying Oracle issue when we deployed just the CMS with a local MySQL database - and then tried to point the CMS at the Oracle DB instead. It gave us TNS errors even though we could hit the same TNS without issue using SQL-PLUS on the same machine.
    This lead us to assume that the 64-bit BOE couldn't connect via the 32-bit Oracle 10g drivers.
    We have had trouble installing the 64-bit Oracle 10g client that we downloaded - so are now looking for some advice.
    Anyone know which specific 64-bit Oracle 10g client should be used with the cumulative "BOE-3.1 package with SP3" 64-bit package (51038908_part1.exe)...?
    I assume that this Oracle client will be used for any connection to the CMS / AUDIT Oracle databases - and any RPT content running on the CR-JobServers that is using an Oracle Native connection...?
    Thanks in advance for the advice.

  • Windows Server 2008 R2 issues on OVS 3

    I've been trying to get Windows Server 2008 R2 to work on OVS3 and been having issues.
    First I tried to copy a working VM from OVS2 and it seemed to work, but it would crash whenever intensive I/O happened. I installed the OVS3 PVM drivers, hoping that would fix it, but it didn't. I moved it over to another server, thinking maybe it was a hardware issue. No luck there.
    I also tried a fresh install. It boots up and when it starts to unpack the install files the VM reboots. I tried this with an NFS repository and on local disk with the same result.
    Has anyone successfully installed Win2K8 Server on OVM3? Any ideas?
    Thanks,
    Jim

    Both Mem and Max Mem were set to 2048 mb, so I figured it was fine. But I changed them both to 4096 mb and now it's working. Odd.
    Both the copied VM and the fresh install are working.
    Thanks.

  • Download issue when Windows 7 Pro joins a Windows Server 2008 Active Directory

    Hi,
    I purchased 2 new Dell OptiPlex 3010 desktop computers that came with Windows 7 Professional operating system with SP1. 
    There were no Microsoft updates installed yet.  After I added one of these Dell computers to the Windows Server 2008 Active Directory, I was not able to download several items. 
    Below are several examples:
    1) I downloaded the Norton anti-virus installation file.  This file is not the full installation of Norton; it is more of a file where you execute it and it will download the full installation from the Internet like from their Norton web
    site.  So when I executed this installation file, it does not download the full installation files. 
    It just hung at the screen saying “Downloading” and it will finally stop with an error (don’t remember the error message).
    Note: If I have the full Norton installation file then I am able to install it on this computer with no problems.
    2) I downloaded the Adobe Reader installation file.  This file is not the full installation of Adobe Reader; it is more of a file where you execute it and it will download the full installation from the Internet like from their Adobe web
    site.  So when I executed this installation file, it hung at the downloading part and then it will error out with a “Actionlist Not Found” message.
    Note: If I have the full Adobe Reader installation file then I am able to install it on this computer with no problems.
    3) I installed Microsoft Office 2010 Standard version on this computer. 
    I configured Microsoft Outlook to retrieve emails from my email provider (pop and smtp settings). 
    After configuring Microsoft Outlook, I was able to send emails through Microsoft Outlook successfully (and very quickly), but he was unable to retrieve my emails. The progress bar for the Receiving in the "Outlook Send/Receive Progress" box
    shows no progress. The Progress bar is not moving. There is a message at the bottom of Microsoft Outlook stating "Receiving message 1 of 6 (x.xx KB of x.xx MB)" and it is very slow. My new emails were not being retrieved at all. 
    I tried various pop and smtp servers that was available for my email provider, but all had the same effect.
    4) I can access certain web sites (e.g.
    www.yahoo.com, www.cnn.com) while I cannot access other web sites like
    www.usatoday.com, my web hosting email site.
    Note: I had a Dell computer with Windows XP Professional operating system and this computer does not have any of the above issues.
    The above are only a few examples that I have experienced. 
    If I removed this Dell OptiPlex 3010 computer from the Windows Server 2008 Active Directory then I still experience the same issue.
    So as another test, I setup the other new Dell OptiPlex 3010 with the same Windows 7 Professional OS with SP1. 
    This time, I did not join the Windows Server 2008 Active Directory and I was able to successfully download the full Norton installation files, download the full Adobe Reader installation files, download my emails from Microsoft Outlook 2010, etc. 
    But once I joined this computer to the Windows Server 2008 Active Directory then I am not able to download these files and emails at all.
    It seems like there might be some group policy or a security setting that is preventing these downloads so I disabled the group policy on the Windows Server 2008 AD and Windows 7 Profession OS, but it didn’t resolve the issue.
     I disabled all of the firewall programs on this Windows 7 Professional OS, but it still did not resolve the issue.
    Since the Windows Server 2008 AD did not have DHCP installed, I installed DHCP and setup a scope. 
    Then configured the Windows 7 Professional OS to obtain an IP address, but it didn’t resolve the issue.
    If I move this Windows 7 Professional computer to another network where it did not have any Active Directory; it just had a wireless router serving DHCP then everything works on the Windows 7 Pro computer.
    Any ideas what is the root cause when a Windows 7 Professional computer join a Windows Server 2008 AD?
    Thanks,
    wl_tech

    Hi,
    Could you please tell some information for the AD environment and how it connect to the internet?
    Regarding 3rd party installlers didn't work as expected, please also seek help in their offical website.
    For outlook not receiving emails, could you please take a look in
    Event Viewer and see if there are any special errors logged there?
    And when trying to access the website like
    www.usatoday.com, any special errors IE showed out?
    Best regards
    Michael Shao
    TechNet Community Support

  • Deployment issue on windows server 2008(64 bit)

    Hi all,
    I am using crystal reports 2008 trial version for my web application. Its working fine in development environment but when I deploy application in windows server 2008 64 bit edition it shows following error:"An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient, or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required."
    Is there any resolution available for this problem except for changing the IIS settings for 32 bit applications?
    Rgds

    Read the following [article|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e;jsessionid=(J2EE3417600)ID0244107750DB11172929121510648759End] as it goes over your issue.
    Essentially you will have to set IIS to 32 bit at the least.
    Jason

  • Windows 8.1 RDP Issues with Windows Server 2008 Standard.

    I have an issue maintaining an RDP connection from 64-bit windows 8.1 (standard and pro) to 32-bit Windows Server 2008 Standard.  Initial connection is normal, and as long as I am constantly typing on the link, for the most part it stays up. However
    if I do not keep typing, or go to another desktop program for a few minutes, and then go back, the following happens:
    If I am typing into notepad (or some screen that does not require windows to be refreshed) I can continue to do so, so the connection has not been lost, however if I try to do something that requires more extensive exchange of information (like file
    - open, or even trying to pull up the start menu), the connection pauses with about half the screen refreshed, sometimes after about 30 seconds a bit more of the screen fills out, but otherwise the connection is not responsive. Then after about 2 minutes,
    RDP reconnects, at which point I am back to "normal".  I have conducted some tests and made inquiries of others attempting to connect to the server.
    1) I can connect to other Windows (servers 2008 R2 and 2012)  with no connection issues from this PC
    2) I can connect to the 32-bit server with no issues using Windows Vista Ultimate and Windows 7 from the same location as the WIndows 8.1 PC
    3) When I do a network speed test while having these issues I see full download and upload speeds, so I am not experiencing intermittent internet issues.
    4) No-one else from other locations (not of course using Windows 8.1) has any issues using RDP to the 32-bit Windows Server Standard.
    These various tests seem to eliminate my network connection, and other operating systems, from the equation, and point to RDP issues on windows 8.1 connecting to the older OS.  I noticed in the September updates, a case 2989039 which seemed to point
    to similar issues when using UDP through Remote Desktop Gateway.  That update is on my machine, and my connection has the setting Automatically detect RD Access Gateway server settings.
    Any thoughts anyone?

    Hi  RonaldRenaud,
    If my understanding is right, this RDP issue only occur in the connection between Windows 8.1 and Server 2008.
    Please check if you have installed the update kb2984006.
    To resolve this issue caused by update 2989039, install update rollup 2984006. For more information, please refer to the following KB.
    http://support2.microsoft.com/kb/2989039/en-us
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Windows Server 2008 SP2 X86 Product Key Issue

    I am trying to create a VM using a Template, but facing an issue with respect to Product Key.  The VHD I am using is of
    Windows Server 2008 SP2 X86.  If I do not provide Product Key in the Template/Guest OS Profile, the Virtual Machine creation fails even before starting. Seeing this behavior, I added a dummy key to the Guest OS Profile/Template which allowed
    me to deploy the machine, but the VM gets stuck at Customization before failing. When I take the remote console of the VM, the Error I see at the Remote Console is:  
    Windows could not parse or process the unattend answer file for pass. The settings specified in the answer files cannot be applied. The error was detected while processing settings for component [microsoft-windows-shell-setup]"
    So, I am confused now what to do.
    Is dummy key supported?
    Do I need to provide the actual key in the Template/Guest OS Profile?

    You should be able to evaluate this software for 180 days.  
    Here are some info:
    http://portal.sivarajan.com/2010/10/windows-2008-r2-evaluation-period-and.html
    http://portal.sivarajan.com/2010/08/verify-and-extend-windows-2008.html
    Santhosh Sivarajan | MCTS, MCSE (W2K3/W2K/NT4), MCSA (W2K3/W2K/MSG), CCNA, Network+ Houston, TX
    Blogs - http://blogs.sivarajan.com/
    Articles - http://www.sivarajan.com/publications.html
    Twitter: @santhosh_sivara - http://twitter.com/santhosh_sivara
    This posting is provided AS IS with no warranties, and confers no rights.

  • Windows Server 2008 r2 as Windows XP Pro 2.0 (Issue: 1)

    Windows Server 2008 r2 as Windows XP Pro 2.0 (Issue: 1)
    Flabbergasted at the sheer level of idiocy required to use Windows 7 Ultimate or Windows 8.1 Pro I remain a stead fast winXPro user to this day (mid-2014) and beyond. My i3-3225 XP machine turns 2000+ Passmark system scores and excels at everything the
    way we all use to, before Microsoft's policy of operating systems built for idiots, by idiots came to pass. Then as a sheer act of desperation I tried Server 2008 r2... is it the OS I have dreamed of? Short of an XP Theme conversion kit I have questions...
    Problem 1) Windows Explorer: In the folder directory left pane... the little [+] box next to the folder names flash on and off each time I use the right window pane. Can I by any and all means make them not do this, remain visible, sit still; like XP used
    to do?
    Problem 2) Start Menu: This popup is a double wide window pane, two columns of annoyance. Can I reduce this to a single wide by removing the right pane entirely by any and all means. I have removed every button from the right pane, but it still exists, it still
    has a default picture user icon and says Administrator.
    Problem 3) If specific programs/drivers are unavailable for this OS 2008 r2, I presume win 7 x64 by default work.
    Problem 4) Passmark benchmarking software tested my system, with windows 8.1 I had a processor score of 9,400, but server 2008 r2 put out only 8,100 in repetitive tests. Why the slowdown? I only use this as an XP like os, no actual server stuff, should i disable
    something?

    Windows Server is not intended to replace Windows XP. i would advice to try Windows 7 or 8 instead.
    1) I cannot picture what you mean. ther is a setting to define wheter the left pane should follow if you browse in the right one. Tools- folder options- general 'navigation pane'
    2)Windows vista/2008 is the last version that had a (optional) single pane start menu. if you don't like the current one, ther is third party software available to replace the start menu
    3) yes, these will be ok
    4) 2008 R2 is a server OS and is out-of-the bow not optimized for foreground applications. Windows 8.1 on the other hand is a newer and more performant OS optimized for client usage. in both cases a lot of performance gain is to be expected by selecting
    the right drivers, disabling or unisntalling unneeded software and windows features, disabling unneeded services. I would recommend to (a least) go to computer properties -advanced settigns- advanced and set 'adjust for best perfomance of" to programs (instead
    of background services)
    MCP/MCSA/MCTS/MCITP

Maybe you are looking for

  • How to change default thresholds for some metrics of all targets.

    Hi! We have a lot of servers which have to work hard. So, our OEM very often generates messages like these: "EM Alert: Critical:dbsora90.tsb.kz - CPU Utilization is 99.95%, crossed warning (80) or critical (95) threshold." "EM Alert: Critical:dbsora9

  • How do I transfer files from one external HD to another?

    I would like to move files from one external hard drive to another exter hard drive.  I can't seem to make a file on the drive I want to copy files to.  I'm new to the apple world, normally I would be able to do that easily with a PC.  Any help would

  • No sound on Satellite Pro A120 with Windows Vista

    Hi I have had to reinstall my Vista operating system and rebuild my A120 Satellite Pro from the revovery disk. Most things are fine but I cant get any sound from the speakers of headphine jack. I have checked andit says that the Realtek High Definiti

  • F4 on selection screen in BDC

    can you tell me how to get a file from desktop to selection screen. iam using the KD_GET_FILENAME_ON_F4 function module . F4 functionality is not getting. regards RAj.

  • Passing parameters from an URL to a WAD Web Template 7.0

    Hi guys, I need to pass parameters from an URL to a web template created with WAD 7.0. We need to open a template with certain filters starting from a link button located on an Xcelsius Dashboard. Our customer wants a web template to be opened with t