Windows File Explore - Explorer.exe Process takes time to finish loading, i checked with process monitor the operation NotifyChangeDirectory takes around 2-4seconds each time to finish, any solution ? ty
Does anyone know of a way to block automatic driver install while the initial clean install does the automatic update? I’d like to avoid disconnecting from the internet but I’m trying to find a way to only install the updates during the initial windows install.
try unattand xml Code: <Pass name="WindowsPE"> <Component name="Microsoft-Windows-Setup" versionPolicy="InstallDrivers" /> <Settings> <Microsoft-Windows-Setup> <InstallDrivers>false</InstallDrivers> <DisableAutomaticDeviceInstallation>true</DisableAutomaticDeviceInstallation> <NoDriverInstall>true</NoDriverInstall> </Microsoft-Windows-Setup> </Settings> </Pass>
I disabled Click To Do (Preview) from the Group Policy Editor but how can I uninstall it completely? I have uninstalled Recall but it's still there
I tried opening the link in an cognitor and I was still able to download it without creating an account. I changed the link to another host now, please check
I'd like to use a command line to copy folders and files in the Documents directory, for example But with this command line, the icon is broken when copying (standard windows icon instead) xcopy X:\source_files C:\Users\tistou\Documents /e Is it possible to make a copy and keep the icon (the .ini file is deleted I guess when copying) ? Thanks
@xploitmachine It doesn't work, I tested with the Favorites directory, and the icon is replaced by yellow (Windows icon) xcopy D:\Tests\Favorites C:\Users\tistou\Favorites /s /e /h