-
Posts
3,614 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by free780
-
Why are people putting drivers in images ? MDT will inject on deployment. This might be the issue.
-
https://www.asus.com/support/faq/1016356/
-
If to u had secure boot with UEFI enabled M$ killed it via windows update a few months back.
-
Is the 1st login time improved with shared mode?
-
You can enable gpp logging via group policy. It usually helps. I found install the printer driver with SCCM during imaging speeds up the deploying printer part of the logon.
-
Whatcha gonna do?
-
Heres the script. Also need these: PropertiesHive HKEY_LOCAL_MACHINE Key path SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004 Value name EnablePME Value type REG_SZ Value data 1 PropertiesHive HKEY_LOCAL_MACHINE Key path SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007 Value name EnablePME Value type REG_SZ Value data 1 PropertiesHive HKEY_LOCAL_MACHINE Key path SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0004 Value name PnPCapabilities Value type REG_DWORD Value data 0x20 (32) PropertiesHive HKEY_LOCAL_MACHINE Key path SYSTEM\CurrentControlSet\Control\Class\{4D36E972-E325-11CE-BFC1-08002BE10318}\0007 Value name PnPCapabilities Value type REG_DWORD Value data 0x20 (32)
-
I had a lot of multicast issues with speed. I found if flow control was enabled for the nic VM it helped. You cant do this on hyper-v so there is a reg key for max bandwidth. It depends what speed you clients are.
-
Is the WDS physical is virtual which hypervisor?
-
I usually set a range on the WDS server and define the UDP range (just click the radio button). Have you got igmp on your core and your edge switches configured for multicast ?
-
A 1gbps makes a difference. Also increasingly its not the image download that takes time it's the applying that does. I tend to go with windows 10, office. Then other applications get deployed.
-
I have a script that can be used with SCCM. It is successful with Windows 7. But seems to have issues with Windows 10. If I remember I'll upload it. To get wol working you need a database of the mac addresses to pc name. You also need to test each model and push out some registry entries. I think you can get Windows update to wake the pc if its in standby. With Windows 10 having more major updates that put the PC out of use for an hour WOL and scheduled wakeup is going to be a issue.
-
Even more with multiple versions of Office.
-
The plugin is free. But since plugins are on the way out why would you want to deploy it.
-
I think users need list folder permissions on \\server\homefolders
-
Have you given SQL enough memory?
-
Yes. The dilemma is that going to 1607 so quickly is a bit worrying. It doesn't reach wsus until the 16th. Very little 3rd party software will be tested on it. Unless you have a zero touch solution in place its going to be a nightmare doing it within term time. A wol in the night and the wsus method may work. Or even a re-image. A lot of schools/colleges are bound to have software that has to be manually installed. I'd stick with 1511 for the first couple of months.
-
I found this registry key worked. http://support.hp.com/ph-en/document/c04947950 I didn't disable fast startup. I'm using the driver from windows update. Though using mc-wol not impereo.
-
Windows 10 Language and Keyboard layout keeps setting to US
free780 replied to newpersn's topic in Windows 10
Answer file will set the keyboard, system and user locale. You can apply it to a applied image though wicd will do the same thing as a exe. -
Related ? http://happysccm.com/calc-wont-open-roaming-profile
-
Or a script with Remove-appxprovisioned -online -package. Though you do need to update it when there is an update.
-
Have to tried restarting the DPM service on the SCCM server?
-
I know dism and image x can be very sensitive to av. During a capture though all winpe sees is a UNC share.
-
You can set to when it's logged off. Or set a requirement that Java.exe isn't a running process.
-
If you have the hardware inventory enabled. You should be able to find out which versions of Java are installed across your network. Then download each version add to sccm. On the latest version under supercedance add the old Java versions. Send the old versions to uninstall. When you deploy the new vwrsion. The older versions will be uninstalled.
