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
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.
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 Edit: Sorry, forget about my post.The time I was typing , Cuteee and Enthousiast did respond to your question
Actually now after rebooting again, the brightness was back down to 50% which is weird because I've rebooted before without issue.
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?
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
The context menu option is a tweak/addition not default windows option and all use dism to integrate the updates.
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)
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\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.
Thank you Enthousiast , I learn something new everyday. I was trying to reveal that "install" option by moving the CAB file to the desktop, with no avail.
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"