Category: Windows
-
How to add drivers to a windows install file / ISO
C:\> Dism /mount-wim /wimfile:C:\temp\install.wim /index:1 /mountdir:c:\mount C:\> Dism /Add-Driver /Image:”c:\mount” /Driver:”C:\temp\x64″ /Recurse C:\> dism /unmount-wim /Mountdir:c:\mount /commit
-
Adding drivers to a Windows install image
If you need to add drivers to a Windows install USB then do this: 1. Copy the install.wim file from the USB stick to your local drive. (optional, to speed up the process) 2. Run the following command to mount the Windows image file. Assumes that you put the file in C:\temp and have created…
-
Change mouse scroll direction in Windows
How to Reverse the mouse scroll direction in windows TL;DR – Run regedit as an admin, search for “FlipFlopWheel” and replace the 0’s with 1’s, unplug and reinsert the mouse. Step-By-Step. Open Control Panel, double click “Mouse” to open the mouse properties windows, and then click on the “Hardware” tab. Select your mouse in…
-
Moving a Lightroom catalog from PC to Mac
Something along these lines, On your Windows PC Select File then Export to Catalog Select a name and location for the new export catalog Wait a long time for it to copy the catalog file and all your photos to the new location. On your Mac Create a new Catalog in your desired location From…
-
Using diskpart on Windows to partition a USB stick
Open an elevated command prompt. Run diskpart <C:> diskpart DISKPART> list disk Note the disk number that corresponds to your USB drive, it should be obvious going by size. select disk X where X is the number from above select disk X list partition select partition 0 delete partition select partition 1 delete partition create…
-
Windows update will not download updates
Windows update will not download updates – stuck at 0% downloading 1) Stop the Windows Update service. You might have to disable the service then restart your computer to be able to get it to stop. You might also have to stop the Application Experience service. 2) After that, delete everything within the C:\Windows\SoftwareDistribution folder,…
-
Installing windows features using a WIM file
Installing windows features using a WIM file. 1) use DISM to check which image in the file to use. DISM /get-wiminfo /wimfile:D:\sources\install.wim 2) start powershell powershell 3) Install feature install-windowsfeature xps-viewer -source wim:D:\sources\install.wim:2 (assuming image 2, which is server standard with GUI) Thanks, Malcolm
-
Create a new file share with PowerShell
New-SmbShare –Name fso –Path c:\fso Thanks, Malcolm.
-
How to find a WindowsFeature to install in Powershell
get-windowsfeature | where {$_.Name -like “*AD*”}
-
iPhone, iPad, or iPod not recognized in iTunes for Windows
https://support.apple.com/en-us/HT204095 Itunes,apple