Showing posts with label wireless. Show all posts
Showing posts with label wireless. Show all posts

Friday, June 30, 2017

Win10 Deploy – Changing Traffic Priority Wired vs. Wireless

If you’re doing an OS Deployment and you have both wired and wireless connections active, you may notice some strange behaviors during your deployment. This normally happens if for example for security reasons your wireless lan don’t have access to some resources.

To make sure your traffic always travels on your wired connection, simple run the following command that changes the priority of your ipv4 traffic:

netsh int ipv4 set interface “Ethernet” metric=2

Note that this command is for Windows 8 and above. For Windows 7 change “Ethernet” to “Local Area Connection”.

And you’re done!

Saturday, January 14, 2017

Deployment Tips – Dell Drivers Packs for Enterprise Client OS

Following the previous post about Intel PROSet/Wireless drivers for IT Administrators, here’s also a nice website, this time from Dell where you can download packs with CABs for Dell Enterprise class systems like Latitude, Optiplex and Precision.

This packs helps to simplify OS deployments on Dell systems using the usual deployment tools like Microsoft System Center Configuration Manager (SCCM) or Microsoft Deployment Kit (MDT).

Dell Command | Deploy - Driver Packs for Enterprise Client OS Deployment

Thursday, January 12, 2017

Deployment Tips – Intel PROSet/Wireless Drivers for IT Administrators

So today, here’s a tip for every IT Administrator that need to download Intel PROSet/Wireless drivers.

Intel provides the below website where you can find drivers-only packages and also software for WiFi, Bluetooth, and WiMax.
This is obviously recommended for large corporations where packages size matters and of course, it helps to avoid installing a lot of “bloatware” usually available on drivers setup.

Intel® PROSet/Wireless Software and Drivers for IT Administrators

Friday, February 26, 2016

Windows 10 Tips - Getting a Detailed Report About Your WiFi Connection































If you're getting some issues with your WiFi connection in Windows 10, here's a quick and nice way to get a detailed report without installing additional software:
  • Open a command line as an Administrator (Run As Administrator)
  • Now run the following command line:
    netsh WLAN show WLANreport
  • Now, open a browse and copy/paste the this path:
    C:/ProgramData/Microsoft/Windows/WlanReport/wlan-report-latest.html
And here's a nice and detailed report about all your wifi activity, errors, etc.