Installing File Manager
Overview
You can install File Manager on any device running Windows 7 + or Apple OS 10.10 +.
How to install File Manager
On Windows 7+ devices:
- Download File Manager for Windows 7 or above.
- On your device, go to where you downloaded the installer and double-click it.
- Read the Terms of Use and select I Agree to continue the installation process.
- Select who should the application be installed for:
- Anyone who uses this computer: Sets the default install location to C:\Program Files\File Manager. To select this option, you will require administrator privileges to your device and will need to accept the Terms of Use again.
- Only for me: Sets the default install location to C:\Users\{username}\AppData\Local\Programs\File Manager.
- Select Next.
- (Optional) In Destination Folder, enter where you want to install File Manager.
- Select Install.
- (Optional) Deselect Run File Manager to stop File Manager from loading when you complete the installation process.
- Select Finish.
On Apple OS 10.10+ devices:
- Download File Manager for Apple OS 10.10 or above.
- On your device, go to where you downloaded the installer and double-click it.
- Read the Terms of Use and select I Agree to continue the installation process.
- When presented with the option, drag the File Manager application into your Applications folder.
How to silently install File Manager
On Windows 7+ devices, using PowerShell in Windows Terminal:
- Download File Manager for Windows 7 or above or copy it to the device.
- Open Windows Terminal. If you intend to install File Manager for all users of a device, you must open Windows Terminal as an administrator.
- Navigate to the location of the File Manager executable.
- Run the executable with the following parameters:
./"File Manager Setup 2.3.4.exe" /S /currentuser
.- To install for all users of a device, replace
/currentuser
with/allusers
. /currentuser
installs to: C:\Users\{username}\AppData\Local\Programs\File Manager./allusers
installs to: C:\Program Files\File Manager.
- To install for all users of a device, replace
To silently uninstall File Manager, navigate to its installation folder and run the uninstaller with the /S
parameter. For example: ./"Uninstall File Manager" /S
.
On Apple OS 10.10+ devices:
- Download File Manager for Apple OS 10.10 or above or copy it to the device.
- Open Terminal and navigate to the location of the File Manager DMG file.
- Attach the DMG file:
hdiutil attach ./filemanagerinsall.dmg
. - Change directory into the volume:
cd /Volumes/Filemanager..
. - Copy File Manager into the applications folder:
sudo cp -R File Manager.app /Applications/File Manager.app
. - Dismount the volume:
hdiutil detach /Volumes/File Manager 2.3.4
.
Next step: Check for updates
With installation complete, you can run File Manager from the location where you installed it or the desktop shortcut link.
When running File Manager for the first time, verify that it is up to date. In File Manager, select Help followed by Check For Updates.