This post will show you how to automatically show Fewer details or More details in the File Transfer Dialog Box in Windows 11/10.
By default, when you initiate a file operation, which is basically Copy/Cut/Move/Paste or Delete, a file transfer dialog box will launch on your Windows PC. The file transfer dialog box will appear with a Fewer details or More details button – clicking on More details reveals information about file name, speed, calculated time, and items remaining.
The normal behavior of the file transfer dialog box is that when you click on the Fewer details or More details button during the file transfer process, Windows retains your choice. Subsequent file transfer operations will always show the same file transfer dialog box with the previously selected Fewer details or More details button.
So, when you want, without user interaction, when the file transfer dialog box launches, you can follow the steps below to configure the file transfer dialog box to automatically launch in Fewer details or More details mode.
Always show Fewer or More Details in File Transfer Dialog Box
To automatically show Fewer Details or More Details in File Transfer Dialog Box in Windows, you’ll need to tweak the registry.
Since this is a registry operation, it is recommended that you back up the registry or create a system restore point as necessary precautionary measures. Once done, you can proceed to configure the file transfer dialog box behavior you want by following the instructions in either of the section below.
Always show More Details in File Transfer Dialog Box
- Press Windows key + R to invoke the Run dialog.
- In the Run dialog box, type notepad and hit Enter to open Notepad.
- Copy and paste the registry values below into the text editor.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager] "EnthusiastMode"=dword:00000001
- Now, click the File option from the menu and select Save As button.
- Choose a location (preferably desktop) where you want to save the file.
- Enter a name with .reg extension (eg; Show-More-Details.reg).
- Choose All Files from the Save as type drop-down list.
- Double-click the saved .reg file to merge it.
- If prompted, click on Run > Yes (UAC) > Yes > OK to approve the merge.
- You can now delete the .reg file if you like.
Now, whenever you perform a file transfer operation, the progress dialog box will be automatically expanded to show More Details as shown on the image above.
Always show Fewer Details in File Transfer Dialog Box
- Open Notepad.
- Copy and paste the registry values below into the text editor.
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager] "EnthusiastMode"=dword:00000000
Repeat the same steps as above, but this time, save the .reg file as Show-Fewer-Details.reg.
Now, whenever you perform a file transfer operation, the progress dialog box will automatically open, showing Fewer Details (no details), as shown in the image above.
That’s it!