[DISCUSSION] Windows 10 Technical Preview Build 10049

Discussion in 'Windows 10' started by jamescantello, Mar 30, 2015.

Thread Status:
Not open for further replies.
  1. Shayne

    Shayne MDL Addicted

    Jul 31, 2009
    752
    181
    30
    They are not. They lost this battle when the 086 IBM machines began to be cloned as no way the public could afford a desktop with the name IBM on it, they were not within the grasp of average businesses. So businesses opted for a cloned PC and IBM did nothing about it. Fast forward to windows 95 and the internet the beginning of the masses using a desktop and us engineers in awe that DOS/windows 3.1 no longer just crunches numbers and is a means to the end, sh!t there are now pictures, video and we no longer need BBS. At that time we start to explore what appz there are out there and we spend hours and days at such places as download.com (one of the first free appz sites) and discover what the computer can do with this new multimedia. So we have Photoshop, avisynth (my logo design), cool edit, foobar, MPC-hc and look for one app to rule them all for our multimedia needs with the least amount of overhead. This was carried out 20 years ago, still continues today, and with all that is available, a lot open source, there is absolutely no need for an appz store or a live account. Think about what you need out of your computer, what you want it to do, and then think if you need a true IBM computer or BS appz that are avalible at an appz store.

    I have never visited the appz store, and refuse to be forced to get a live account, so I speak without knowledge of what is there but take the comfort that what I need to enjoy the internet for my education needs, multimedia enjoyment and my business design, number crunching, can be 3rd party and is avalible without it. M$ is now trying to conquer the small device market and know they have lost any real long term income from the desktop, therefore do not be surprised that they do not care about us. I think how will M$ make the OS free, in a desktop environment, the only thing I can come up with is advertising or dropping us all together. They will continue to charge corps for the desktop OS, another 20 years who knows but it will be interesting to watch. I am still hoping for crystal hard drives one that grows with your needs :D.

    Regards
     
  2. geordiemark

    geordiemark MDL Junior Member

    Jan 28, 2009
    71
    7
    0
    that didn't work for me though dante, I had to go into the driver and change it to intel(r) 82579V I then restarted my pc to see if it didn't go back to the other driver which it didn't and it works perfect now, putting the old asus intel drivers in for my motherboard didn't do anything this time yet it worked on build 10041 strange but never mind all is well again now
     
  3. gururoop

    gururoop MDL Junior Member

    Aug 12, 2012
    94
    16
    0
    My windows defender icon is invisible in the notification area. If I hover my pointer over the blank area, it shows me option to open, which does open the defender but the icon is not visible. I have tried rebuilding the icon cache and sfc /scannow but no luck. Been having this problem since 10039.
     
  4. TeamOS

    TeamOS MDL Guru

    May 27, 2013
    3,036
    1,739
    120
    its possible this build 10049 support More langs From previews i have see so far India support lang and Turkish...
     
  5. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    To fix that problem simply click and drag it to the notification area
     
  6. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,269
    240
    #307 pisthai, Apr 1, 2015
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Myrrh

    Myrrh MDL Expert

    Nov 26, 2008
    1,509
    629
    60
    The icon is not invisible. It is white, on a white background, with no outline or shadow. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. WildByDesign

    WildByDesign MDL Addicted

    Sep 8, 2013
    754
    408
    30
    #309 WildByDesign, Apr 1, 2015
    Last edited by a moderator: Apr 20, 2017
    I tried these as well:

    Code:
    netsh winsock reset
    netsh interface ipv4 reset
    netsh interface ipv6 reset
    netsh int ip reset resetlog.txt
    I logged into Windows Advanced Startup options into Command Prompt mode, specifically. But even that resulted in the same Access Denied errors on the last step of each command.

    This also makes me wonder if the SFC /scannow would be any more successful under Command Prompt mode and less likely to get interrupted. Also, I am curious if it would resolve these networking issue. Probably not, but I may give it a try.
     
  9. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,269
    240
    #310 pisthai, Apr 1, 2015
    Last edited by a moderator: Apr 20, 2017
    This are all commands related to IP's (set, delete, change etc.) in PowerShell of Windows 10 TP:

    Code:
    PS C:\>
    PS C:\>
    PS C:\> Get-Command -Module NetTCPIP
    
    
    CommandType     Name                                               Version    Source
    -----------     ----                                               -------    ------
    Function        Find-NetRoute                                      1.0.0.0    NetTCPIP
    Function        Get-NetCompartment                                 1.0.0.0    NetTCPIP
    Function        Get-NetIPAddress                                   1.0.0.0    NetTCPIP
    Function        Get-NetIPConfiguration                             1.0.0.0    NetTCPIP
    Function        Get-NetIPInterface                                 1.0.0.0    NetTCPIP
    Function        Get-NetIPv4Protocol                                1.0.0.0    NetTCPIP
    Function        Get-NetIPv6Protocol                                1.0.0.0    NetTCPIP
    Function        Get-NetNeighbor                                    1.0.0.0    NetTCPIP
    Function        Get-NetOffloadGlobalSetting                        1.0.0.0    NetTCPIP
    Function        Get-NetPrefixPolicy                                1.0.0.0    NetTCPIP
    Function        Get-NetRoute                                       1.0.0.0    NetTCPIP
    Function        Get-NetTCPConnection                               1.0.0.0    NetTCPIP
    Function        Get-NetTCPSetting                                  1.0.0.0    NetTCPIP
    Function        Get-NetTransportFilter                             1.0.0.0    NetTCPIP
    Function        Get-NetUDPEndpoint                                 1.0.0.0    NetTCPIP
    Function        Get-NetUDPSetting                                  1.0.0.0    NetTCPIP
    Function        New-NetIPAddress                                   1.0.0.0    NetTCPIP
    Function        New-NetNeighbor                                    1.0.0.0    NetTCPIP
    Function        New-NetRoute                                       1.0.0.0    NetTCPIP
    Function        New-NetTransportFilter                             1.0.0.0    NetTCPIP
    Function        Remove-NetIPAddress                                1.0.0.0    NetTCPIP
    Function        Remove-NetNeighbor                                 1.0.0.0    NetTCPIP
    Function        Remove-NetRoute                                    1.0.0.0    NetTCPIP
    Function        Remove-NetTransportFilter                          1.0.0.0    NetTCPIP
    Function        Set-NetIPAddress                                   1.0.0.0    NetTCPIP
    Function        Set-NetIPInterface                                 1.0.0.0    NetTCPIP
    Function        Set-NetIPv4Protocol                                1.0.0.0    NetTCPIP
    Function        Set-NetIPv6Protocol                                1.0.0.0    NetTCPIP
    Function        Set-NetNeighbor                                    1.0.0.0    NetTCPIP
    Function        Set-NetOffloadGlobalSetting                        1.0.0.0    NetTCPIP
    Function        Set-NetRoute                                       1.0.0.0    NetTCPIP
    Function        Set-NetTCPSetting                                  1.0.0.0    NetTCPIP
    Function        Set-NetUDPSetting                                  1.0.0.0    NetTCPIP
    Function        Test-NetConnection                                 1.0.0.0    NetTCPIP
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. PaulDesmond

    PaulDesmond MDL Magnet

    Aug 6, 2009
    6,977
    7,149
    240
    a perfect camouflage :D
     
  11. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,023
    236
    60
    can anyone tell me if the updates ms released for 10041 are still applicable to 10049? I do a clean install with windows updates service disabled and prefer to integrate manually the updates.....
     
  12. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,269
    240
    #313 pisthai, Apr 1, 2015
    Last edited by a moderator: Apr 20, 2017
    Netsh isn't supported anymore in Windows as of now! So some of the functions of CMD seems to be limited as well now! SFC /scannow will not solve the Network Setting problem, it just will ignore them!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,269
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. DJxSpeedy

    DJxSpeedy MDL Senior Member

    Jan 7, 2008
    395
    111
    10
    anybody seen this ?

    Zwischenablage01.jpg
     
  15. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,269
    240
    #316 pisthai, Apr 1, 2015
    Last edited: Apr 1, 2015
    And here some info from MS Support:

    and:

     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. pisthai

    pisthai Imperfect Human

    Jul 29, 2009
    7,202
    2,269
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Jappe

    Jappe MDL Novice

    Oct 8, 2010
    14
    0
    0
    language iso for 10049, anyone?
     
  18. geordiemark

    geordiemark MDL Junior Member

    Jan 28, 2009
    71
    7
    0
    all I done was change the network driver from what windows 10 build 10049 put on my pc and changed it to another driver in the device manager then went to network adaptors double clicked on the intel and brought up the box and went to driver then clicked on update driver then browse my computer and picked let me pick from a list of device drivers on my computer unticked show compatible hardware, where intel is in the manufacturer I went into the model and changed it to intel (r) 82583v gigabit network connection, pressed next it install the drivers and I then restarted the pc and bingo it worked I haven't had any problems since ............ hope this helps others who are having problems