[INFO - DISCUSSION + Downloads] Windows 10 1809 FINAL b 17763.xxx (PC) [RS5]

Discussion in 'Windows 10' started by Enthousiast, Sep 18, 2018.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    Same as you install the CU.
     
  2. SAM-R

    SAM-R MDL Guru

    Mar 21, 2015
    5,915
    5,754
    180
    Go to page 117 post #2340 & see if it helps.
     
  3. Tonyblair

    Tonyblair MDL Member

    Aug 22, 2007
    134
    143
    10
    #2423 Tonyblair, Oct 18, 2018
    Last edited: Oct 18, 2018
    PowerShell ISE throw an error : The ampersand (&) character is not allowed. The operator (&) is reserved for future use.

    @BAU
    Edit : sorry I didn't read your edit in the post
    I will try the shortcut. I like the approach:thumbsup:
     
  4. Tonyblair

    Tonyblair MDL Member

    Aug 22, 2007
    134
    143
    10
    @BAU
    Thank you.:worthy:
    You are genius, the shortcut (I named "Internet ON-OFF") works :mml:
     
  5. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    838
    171
    30
    Bug in 17763.55 i am experiencing an issue that when i try to upload a file ...

    a dialog box appears to select file , but there are two high lighted lines on the files and mouse click doesnot work there, i have to use mouse to select file
    and press enter.
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    We are at 17763.104 now.
     
  7. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,760
    997
    180
    Show screenshot. It interesting what you describe.
     
  8. Tonyblair

    Tonyblair MDL Member

    Aug 22, 2007
    134
    143
    10
    #2428 Tonyblair, Oct 18, 2018
    Last edited: Oct 18, 2018
    Hi Ahsan
    please show us a picture of the problem. your uploading bug could be a bug of the browser.
    and BTW to be fashion upgrade your build to 17763.104 :p

    Edit: Sorry, forget about my post.The time I was typing , Cuteee and Enthousiast did respond to your question:)
     
  9. Gem Emerald

    Gem Emerald MDL Novice

    Oct 17, 2018
    12
    1
    0
    Actually now after rebooting again, the brightness was back down to 50% which is weird because I've rebooted before without issue.
     
  10. darkodar

    darkodar MDL Addicted

    Feb 12, 2013
    673
    201
    30
    I have also problem with brightness reset after restart laptop on Intel HD 620 any fix for that?
     
  11. TShadow

    TShadow MDL Junior Member

    May 21, 2007
    84
    33
    0
    Well I filtered it out. As I already told I had various problems (not only me as MS has a folder of them) with updating to and installing 1809 on an external USB HDD.

    The problem lies with the file wpprecorder.sys. I replaced the file from 1809 with the file from 1803 and voila, updating succeeded, installing on an external USB HDD was also successfull. Also the brightness issue without touching the registry has vanished. There is definitely a driver compatible problem with the code in this file.

    Going thru the problems issued at MS, it seems that this has been already a bug with previous builds, solved with 1803 and now back again. Will MS fix it? I wrote it in the Feedback Hub. Will they give the same attention they gave to the file deletion issue?
     
  12. Ahsan

    Ahsan MDL Addicted

    Dec 3, 2009
    838
    171
    30
    KB4464455.cab can only be installed via DISM?
     
  13. Tonyblair

    Tonyblair MDL Member

    Aug 22, 2007
    134
    143
    10
    There are two ways to install CAB files :
    1- using Context Menu (click install)
    2- via command promp (DISM)
    in my case I didn't see the install option in my context menu
     
  14. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,669
    103,497
    450
    The context menu option is a tweak/addition not default windows option and all use dism to integrate the updates.
     
  15. Snoop05

    Snoop05 MDL Member

    Mar 2, 2015
    118
    62
    10
    #2437 Snoop05, Oct 18, 2018
    Last edited: Oct 18, 2018
    What about USB network cards? ( seems like there should be OR PNPDeviceID LIKE ''%USB%'' but i can't find much info about evaluation priority or using brackets)
     
  16. Bluescreen

    Bluescreen MDL Senior Member

    Jul 16, 2009
    344
    51
    10
    Maybe the small bug in the CMD line
    https://forums.mydigitallife.net/th...ld-17763-1-pc-rs5.77945/page-117#post-1473886
    "
    "DISM.exe /Online /Add-Package /PackagePath:D\update\windows10.0-kb4464455-x64.cab" ... After PackagePath:D:\update...or whatever your path.... not d\...
    Had no issue to install 104 using this command.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Tonyblair

    Tonyblair MDL Member

    Aug 22, 2007
    134
    143
    10
    Thank you Enthousiast :smartass:, I learn something new everyday.
    I was trying to reveal that "install" option by moving the CAB file to the desktop, with no avail.
     
  18. AveYo

    AveYo MDL Expert

    Feb 10, 2009
    1,836
    5,730
    60
    #2440 AveYo, Oct 18, 2018
    Last edited: Oct 18, 2018
    Guy asked for onboard Ethernet.
    Can be adjusted for any type if you get more specific.
    @Snoop05
    Edit after your edit: yeah, simply replacing PCI with USB would do it for a wireless card, but not sure what use would that be since laptops normally have a hardware button to toggle it.
    No need to concern yourself with brackets, I conquered them for you.
    If you mean toggling both PCI and USB, simply remove: PNPDeviceID LIKE ''%PCI%'' AND
    so it's:
    cmd.exe /c powershell -c "start powershell -ArgumentList '-c \"gwmi Win32_NetworkAdapter -filter \\\"PhysicalAdapter=True\\\"^|foreach{if($_.NetEnabled){$_.Disable()}else{$_.Enable()}}\"' -verb RunAs"
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...