If you encounter a Blue Screen error that points to the Wdf01000.sys file, then this post might be of help. Wdf01000.sys is a file related to the Windows Driver Framework which is the one that manages the system drivers. So if this file ends up being corrupted, the drivers would start to cause trouble in the system which would lead to a Blue Screen of Death error eventually. There are lots of error descriptions that are associated with the Wdf01000.sys file such as:
DRIVER_IRQL_NOT_LESS_OR_EQUAL
System_Thread_Exception_Not_Handled
Page_Fault_In_Nonpaged_Area
System_Service_Exception
Kmode_Exception_Not_Handled
DRIVER_VERIFIER_DETECTED_VIOLATION
Although the troubleshooting steps you must take depends on the kind of BSOD error you are getting, there are a couple of options you can try to resolve the Blue Screen errors related to the Wdf01000.sys file. Refer to the options given below.
Option 1 – Try running the DISM tool
You can try running the Deployment Imaging and Servicing Management or DISM tool to fix the Wdf01000.sys Blue Screen error. Using this built-in tool, you have various options such as the “/ScanHealth”, “/CheckHealth”, and “/RestoreHealth”.
Open the Command Prompt with admin privileges.
Then type in the following commands and make sure to hit Enter right after you type each one of them:
Dism /Online /Cleanup-Image /CheckHealth
Dism /Online /Cleanup-Image /ScanHealth
exe /Online /Cleanup-image /Restorehealth
Do not close the window if the process takes a while as it will probably take a few minutes to finish.
Option 2 – Try to update or rollback your device drivers
If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
Open the Devices Manager from the Win X Menu.
Then locate the device drivers and right-click on them to open the Properties.
After that, switch to the Driver tab and click on the Uninstall Device button.
Follow the screen option to completely uninstall it.
Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.
Option 3 – Use the Driver Verifier Manager
The Driver Verifier Manager is another tool in Windows that could help you fix driver-related issues. And so if you want to fix the Wdf01000.sys Blue Screen error, you need to use the Driver Verifier Manager:
Type in the keyword “Verifier” in the Cortana search box to search for Verifier in Windows 10.
After that, select the option “Create custom settings”.
Make sure that you have checked everything except the options “DDI compliance checking” and “Randomized low resources simulation”.
Next, select the option “Select driver names from a list” option.
Afterward, you have to select all the drivers from any unofficial or third-party provider. To simply put it, you have to select all the drivers that are not supplied by Microsoft.
Then click on the Finish button.
Open Command Prompt as administrator and execute this command – verifier /querysettings
The command you just executed will display the Driver Verifier settings so if you see any of the flags enabled boot your Windows 10 PC into Safe Mode.
Open the Command Prompt as admin again and run this command – verifier /reset
The command will reset the Driver Verifier. Once the process is done, restart your PC and check.
Option 4 – Run the System File Checker Scan
System File Checker or SFC is a built-in command utility that helps in restoring corrupted files as well as missing files. It replaces bad and corrupted system files to good system files. To run the SFC command, follow the steps given below.
Tap Win + R to launch Run.
Type in cmd in the field and tap Enter.
After opening Command Prompt, type in sfc /scannow
The command will start a system scan which will take a few whiles before it finishes. Once it’s done, you could get the following results:
Windows Resource Protection did not find any integrity violations.
Windows Resource Protection found corrupt files and successfully repaired them.
Windows Resource Protection found corrupt files but was unable to fix some of them.
Reboot your computer.
Option 5 – Run the Blue Screen Troubleshooter
The Blue Screen troubleshooter is a built-in tool in Windows 10 that helps users in fixing BSOD errors like Wdf01000.sys. It can be found on the Settings Troubleshooters page. To use it, refer to these steps:
Tap the Win + I keys to open the Settings panel.
Then go to Update & Security > Troubleshoot.
there, look for the option called “Blue Screen” on your right-hand side and then click the “Run the troubleshooter” button to run the Blue Screen Troubleshooter and then follow the next on-screen options. Note that you might have to boot your PC into Safe Mode.
As you know, Windows PowerShell is a useful command-line utility in Windows 10 that can be used to manage the Local Users and Groups which affirms the multiuser operating system principle of Windows 10. Although there are other GUI-based utilities used to manage the Local Users and Groups, there are some system administrators that would still like to use the command-line utility to manage these Local Users and Groups. So in this post, you will be guided on how exactly you can manage the Local Users and Groups using PowerShell on your Windows 10 computer.
To get started, refer to the options provided below to manage both the Local Users and Groups using Windows PowerShell.
Option 1 – Manage the Local Users via Windows PowerShell
You need to first open Windows PowerShell as an admin. To do that, just tap the Win + X keys and select the Windows PowerShell (Admin) option.
After opening PowerShell, you need to execute the “Get-LocalUser” cmdlet so that you can find all the details about all the local user accounts in your computer which would include the Account Name, Enabled status, as well as description.
Note:On the other hand, you can also get the customized data about several objects that are related to your account. For instance, if you want to check when was the last time the Local account’s password was set, then you need to execute the “Get-LocalUser -Name root | Select-Object PasswordLastSet” cmdlet. Thus, the structure for this cmdlet is “Get-LocalUser -Name root | Select-Object *”.
Here are the objects you can use to get different sorts of data:
AccountExpires
Description
Enabled : True
FullName
PasswordChangeableDate
PasswordExpires
UserMayChangePassword
PasswordRequired
PasswordLastSet
LastLogon
Name
SID
PrincipalSource
ObjectClass
Option 2 – Manage the Local User Groups using Windows PowerShell
Like what you did earlier, open Windows PowerShell as admin and then execute the “Get-LocalGroup” cmdlet so you can get all the information about all the groups of all the local user accounts.
Now if you want to create a new Local User Group, just execute the “New-LocalGroup -Name <NAME OF THE GROUP> -Description '<ENTER THE DESCRIPTION OF THE GROUP HERE>'” cmdlet.
And if you want to add Local User Accounts to a specific group, just execute the “Add-LocalGroupMember -Group '<NAME OF THE GROUP' -Member ('NAME 1','NAME 2','<ROLE>') -Verbose” cmdlet. You could also use the “Get-Localuser -Name john | Add-LocalGroupMember -Group '<NAME OF THE GROUP>'” cmdlet for the same purpose.
If you want to display all the User Accounts of a specific group, just use the “Get-LocalGroupMember –Group ‘ ’” cmdlet.
Now if you want to remove a local user account from a group, all you have to do is use the “Remove-LocalGroupMember -Group '<NAME OF THE GROUP>' –Member <NAME OF THE LOCAL USER ACCOUNT>” cmdlet.
Windows 11 comes with glass and transparency effects by default once it is installed. The transparency effect looks really good but if in any case, you do not like them, you can easily turn them off very easily
Open settings inside Windows 11
Inside settings click on Accessibility in the sidebar
Click on Visual Effects on far-right
Inside Visual effects, settings click on the switch beside Transparency effects to OFF
Windows will automatically save settings and apply changes right away. Just close your settings application and continue with work. You can always turn it back ON if you change your mind.
As you know, Windows 10 comes with a pre-packed feature that allows you to rotate the screen at different angles, and to facilitate this feature, there are keyboard shortcuts you can use as well. However, from time to time, no matter how useful this feature is, users still experience a handful of issues. One of which is that they suddenly find their screen rotated or Upside Down even when they didn’t do a thing or adjust the setting.
You may have pressed the shortcut on the keyboard by accident or some other program changed the setting on your computer without your permission – whichever the case is, this post will show you what you can do to fix the upside-down screen on your Windows 10 PC using the options laid out below.
Option 1 – Try using hotkeys
As mentioned earlier, Windows have hotkeys in the UI that changes the orientation of the display. So the first thing you need to do is to make sure that these hotkeys are enabled and if they are, you can use the keyboard shortcut to adjust the orientation of your screen.
Right-click on an empty part of your Desktop and then select the Graphic options.
Next, select “Hot Keys” > “Enable”. After verifying that the hotkeys are enabled, you can tap the Ctrl + Alt + Up arrow keys to change your computer screen’s orientation.
Alternatively, you can also tap the Ctrl + Alt + Right or Left or Down arrow keys to change the direction the other way.
Option 2 – Try using the Graphics Properties
You will probably see the “Graphics Properties” option if you use the Intel HD Graphics every time you click on your Desktop. Note that this option has all the graphics driver properties and helps you in changing the configurations as well as control several options like refresh rate, resolution, color-depth and many more. You have to navigate to these options to see if the orientation is changed in these properties. To do so, follow the steps below.
Right-click on any empty space on your Desktop and then select Graphics Properties or Intel Graphics Settings.
After that, select Display from the list of sub-options that appears.
From there, you will see the rotation of the screen under the “Display settings” option where you have to make sure that the slider is set to “0”.
Click the Apply button to save the changes made and then click on Exit. The orientation of your screen should automatically change.
Option 3 – Try using the Windows Display Settings
Since the Windows Settings have a section where you can manage the display settings of your computer, you can use them to help control the resolution of your PC’s display without any trouble. There is a possibility that the settings are changed there so that’s probably why your screen is turned upside down all of a sudden.
Tap the Win + S keys to open search and then type in “settings” in the field and then hit Enter to open Settings.
After opening Settings, click on System and then on Display using the left navigation bar and then scroll to the end and select the Advanced display settings.
Next, click on the Display adapter properties and click on Intel HD Graphics control panel.
Now change the rotation to 0 Degrees. Afterward, the display should revert back to its original form automatically.
Option 4 – Check your monitor’s physical controls
There are monitors that have buttons in them that allows users to shift the rotation of the screen to 90 degrees. It could be that your monitor has these buttons without you knowing and you suddenly pressed them by mistake which caused your screen to rotate. Thus, you have to check your monitor for any physical buttons on the side and if you see a menu, navigate to its options and check if there are screen rotation options. To make it easier for you, you can simply search your monitor’s model online and see if these buttons exist. You could also go over your monitor’s manual if you still have it as it contains details with regards to screen rotation.
Option 5 – Update your Graphics drivers
Tap the Win + R keys to open the Run dialog box and then type in devmgmt.msc and tap Enter or click OK to open the Device Manager.
Expand the section for the outdated device drivers.
And then select the outdated driver(s) and right-click on it/them.
From the drop-down menu, select the Update Driver option if you wish to update the driver or select the Uninstall device if you want to uninstall the driver and then follow the on-screen instructions to install the latest version of the driver.
Restart your PC after the installation to allow the system to reinstall the driver.
If you encounter the “Setup has failed to determine supported install choices” error when trying to downgrade or upgrade your Windows 10 computer, this signifies that there are some compatibility issues with the installation process and that Windows was not able to either downgrade or upgrade to another version.
Usually, this error occurs when you are using the built-in options in Windows 10 upgrade or downgrade to another version of Windows. This option is mostly used as it keeps the user settings as well as data intact. Thus, you need to keep in mind a lot of parameters before you proceed with the installation because if there is any conflict in the process, you certainly won’t be able to downgrade or upgrade your Windows computer. To resolve the issue, here are some suggestions that might help.
Option 1 – Try running in Compatibility mode
This is the first thing you can try to resolve the issue instead of going right ahead on making a bootable device. So if you are downgrading Windows, you can try to run the installer in the compatibility mode for that specific Windows version.
Look for the setup file.
Once you find it, right-click on it and select Properties from the context menu.
After that, go to the Compatibility tab and mark the checkbox for “Run this program in compatibility mode for:” and from the drop-down list, select either Windows 7 or Windows 8.
You also have to check the “Run as administrator” option.
Now click the Apply button and then click OK to save the changes made and check if it has resolved the issue or not.
This option is almost the same as the first one except it is an alternative way of fixing the “Setup has failed to determine supported install choices” error in case the first one didn’t work. In this option, you will troubleshoot the compatibility issue.
Look for the setup file.
Then right-click on it and select the “Troubleshoot compatibility” from the context menu.
After that, click on the “Try recommended setting” option. Once the process is done, the error message should be gone.
Option 3 – Try to use the setup file instead of an image
If you are running the Windows ISO image for the installation, you can try running the setup file instead. This is because when you try to install Windows from an image file directly, it has to be loaded into a virtual CD drive first, and then from there, further operations are carried out. And so, you can just bypass this mechanism to avoid getting the “Setup has failed to determine supported install choices” error.
First, you need to extract the disk file to an accessible location.
After that, go to Sources > Setup.exe.
Now run the setup file to upgrade or downgrade the Windows version. Just make sure that you do run the setup file as an administrator.
Option 4 – Try to do the upgrade or downgrade in a Clean Boot state
Putting your PC in a Clean Boot state can also help when you want to upgrade or downgrade your version of Windows without any trouble because, during this state, you can start the system with a minimum number of drivers and startup programs that will surely help you in isolating the root cause of the issue.
Log onto your PC as an administrator.
Type in MSConfig in the Start Search to open the System Configuration utility.
From there, go to the General tab and click “Selective startup”.
Clear the “Load Startup items” checkbox and make sure that the “Load System Services” and “Use Original boot configuration” options are checked.
Next, click the Services tab and select the “Hide All Microsoft Services” checkbox.
Click Disable all.
Click on Apply/OK and restart your PC. (This will put your PC into a Clean Boot State. And configure Windows to use the usual startup, just simply undo the changes.)
After that, try to install the Windows Updates or upgrade again.
Option 5 – Try to use the Media Creation tool
The Media Creation tool in Windows allows you to use the ISO installation file to make a bootable device that you can use to install Windows on your PC. Note that this is kind of different from the usual installation process as it could erase your computer’s current settings and data on the primary drive. Thus, before you proceed, you need to backup all your data into some removable drive and then use the Media Creation Tool to make a bootable drive.
After making the bootable drive, you need to plug it into your computer and then reboot.
Next, tap the F10 or Esc key to open the boot options.
Now set the boot priority of the removable drive the highest. Once the setup comes forth, follow the next onscreen instructions and install Windows without any problems.
Microsoft starting as of today will block its Office 365 users if they are using Internet Explorer or early versions of Edge browsers.
So if you are using older non Chromium Edge versions of Microsoft browsers you can no longer access Office services until you switch. Now normally I would fully support this kind of decision since Internet explorer is a slow and vulnerable browser and the edge is similar in that regard.
The new edge browser is great and it should be used but the issue I have is that Office 365 is not free, it is a premium feature and I am wondering how Microsoft plans to deal with people that have already paid for service but suddenly cannot access it anymore.
No one knows everything about a program off hand. You need to use the program for a long time before you can even possibly know all that it is able to do and all you are able to achieve with it. However, this doesn’t mean that you don’t need help from time to time. This is also the case when Outlook errors pop up. Sometimes there are things you must or probably should do with your program that you do not understand and definitely don’t know how to do. Set up POP3 with your email account in Outlook is one of these things you will probably need help to achieve.
Steps to Set up POP3
First, you may need to know what POP3 is. POP3 is the way emails are sent from one email address to another. It may be more or less instant nowadays, but the process is still long and hard-winded. Similar to how your letters get from your mailbox to the recipients' mailbox, your emails get from you to the next person.
Letters are picked up in your mailbox and sent to your post office where they send it to the recipient’s post office who sends it to the recipient’s mailbox.
Similarly, your email is sent to your outbox, which sends it to your email service provider, that sends it to the recipient’s email service provider who sends it to their inbox.
This is one of the reasons that sending an email to someone who uses the same email service provider as you is about a millisecond faster. This process of sending emails is called POP3 and you need to set it up if you use Outlook on Microsoft.
This, on Outlook, also determines which email account you send your emails from. You see, on Outlook and many other email service providers, you can have many different email addresses, no even necessarily with the email service provider’s prefix on the end.
Now, if you want to see this for yourself, go on to your settings on Outlook and look for manage email accounts. If you have more than one email account, you will see them listed. Somewhere on the sidebar, you will see POP3 as well.
If you want to add more email accounts to this, such as a business email or a personal email, then just click ‘Add new account’ instead of 'Manage email accounts'.
When you click on an email account you have linked already, you will see on this side the details for your POP3 (incoming emails) and your SMTP (outgoing emails).
This can be changed, but since everyone’s number of accounts and type of accounts is different, there is no set way to change this.
However, you can give Microsoft a call and they will walk you through the necessary steps in order to change this.
Conclusion
So, POP3 can be incredibly easy to understand or incredibly hard; it depends on how good you are with electronics and the advice you are given.
But don’t try to change things by yourself; get a professional from Microsoft to help you with POP3 on your Microsoft Outlook account.
There are times when an IT admin has to set up multiple IP addresses to the same network adapter. Setting up multiple IP addresses in scenarios like hosting various SSL sites, speed up traffic exchanges can help in avoiding being blacklisted in the SPAM filters, and so on. So in this post, you will be guided on how exactly you can assign multiple IP addresses to the network adapter in your Windows 10 computer.
There are several ways to assign multiple IP addresses in a network adapter. You can do it using the Network Adapter settings or using the Netsh utility, as well as the Windows PowerShell utility. To get started, refer to each one of the options provided below.
Option 1 – Assign multiple IP addresses via Network Adapter settings
Go to Settings first and from there, select Network & Internet, and then click on the Change adapter options. This will show you a list of both the physical and virtual network adapters in your computer.
Next, double click on the Ethernet adapter where you want to assign the multiple IP addresses and then click on the Properties button.
After that, you should see the Ethernet properties where you have to select the “TCP/IPv4” or “TCP/IPv6”.
Once done, click on the Properties button and then select the “Use the following IP address” option under the General tab.
Now you have to add an IP address, subnet, and default gateway to the network adapter and then click on the Advanced button.
This will open the Advanced TCP/IP settings where you have to click on the Add button so you can add an IP address. From here, you can keep adding multiple IP addresses to the network adapter. You also have the option to add multiple gateways or DNS IP addresses.
Once done, if you execute the “ipconfig” command, you should see all the secondary IP addresses listed.
Option 2 – Assign multiple IP addresses using the Netsh command
Another way to assign multiple IP addresses to your network adapter is via the Netsh command.
In the Start Search, type “command prompt” and from the search results that appear, right-click on Command Prompt and then select the “Run as administrator” to open it with admin privileges.
If a User Account Control or UAC prompt pops up, just click on Yes.
After that, run this command: Netsh int ipv4 add address name="Local Area Connection" 192.168.100.100 255.255.255.0 SkipAsSource=True
Note: You have the option to set “SkepAsSource” since it depends on your needs using the Netsh command. When it is configured as true, the IP address won’t be used by the OS for outbound connections.
Option 3 – Assign multiple IP addresses via Windows PowerShell
Tap the Win + X key combination and click on the “Windows PowerShell (Admin)” option.
After opening Windows PowerShell as admin, use the NetIPAddress command so you can add more IP addresses. Execute this command: Get-NetIPAddress | ft IPAddress, InterfaceAlias, SkipAsSource
Next, assign an IP address to a network adapter by executing this command: New-NetIPAddress –IPAddress 192.168.100.100 –PrefixLength 24 –InterfaceAlias “vEthernet” –SkipAsSource $True
Now to modify the “SkipAsSource” parameter, use this command: Get-NetIPAddress 192.168.100.100 | Set-NetIPAddress -SkipAsSource $False
If you’ve tried resetting your Windows 10 computer using the Reset This PC option in order to restore your computer’s factory settings and the process suddenly fails for some reason and you got an error message instead stating, “There was a problem resetting your PC, No changes were made on your Windows 10 computer”, then this post might help you resolve the problem.
Carefully follow each one of the options given below to resolve the “There was a problem resetting your PC error on Windows 10.
Option 1 – Try renaming the System and Software hive
If you’re still able to boot to the desktop of your Windows 10 PC, open an elevated Command Prompt from the WinX menu.
Now use the CD command and change the directory to Windows\System32\config folder. Simply type in the following command and hit Enter:
cd %windir%system32config
After that, you have to rename the System and Software registry hives to “System.001” and “Software.001”, respectively. To do that, just type each one of the following commands and hit Enter after you type each of them.
ren system system.001
ren software software.001
On the other hand, if your Windows 10 PC isn’t able to boot to the desktop, you can just access Command Prompt from the Advanced Startup options or you can also boot into Sage Mode and open Command Prompt from there and then run the given commands above.
Note: If you only want to use the Refresh your PC option, you must only rename System hive and not Software hive. On the other hand, if the Software hive is really corrupted, you might not be able to use the Refresh your PC option in such a case. Thus, you really need to rename the Software hive as well. Once you’ve renamed the Software hive, you won’t be able to use the Refresh your PC option but only the Reset your PC option.
Type “exit” to close the Command Prompt and then restart your PC and try resetting your PC again.
Option 2 – Try to disable and re-enable the Windows Recovery Environment
If the first option didn’t help, you can try disabling the Windows Recovery Environment and then enable it back again. To configure a Windows Recovery Environment or Windows RE boot image and recovery options, you have to use the REAgentC.exe tool.
Tap the Win + S key and type “REAgentC.exe” to open the REAgentC.exe tool.
After that, type the following command and hit Enter to disable the Windows RE:
reagentc /disable
After disabling the Windows RE, you need to enable it back by typing the following command:
reagentc /enable
Option 3 – Try to boot the USB recovery drive
If the two previous options failed, you need to try another workaround which is to boot to the USB recovery drive > Troubleshoot > Recover from a drive. From there, follow the on-screen instructions and you should be good to go.
New Apple's upscaling technology called MetalFX will place iOS and macOS devices back into the gaming world. Apple had great games back in the old days and some all-time hits like the prince of Persia have been made first for apple but along the way, it just lost it.
Same as NVIDIA's DLSS and Intel's XeSS systems, Apple MetalFX also uses AI algorithms to upscale the resolution of output game frames. So, for example, the GPU inside your MAC might render the game at 1080p, but through MetalFX and AI upscaling it will look like a 4K image but have a good frame rate since it is rendered in base resolution.
The ability to make AI strike a good balance between performance and image quality is a key to technology in today's modern gaming and having this technology will help developers a ton to be able to achieve great results on Apple hardware.
The First MetalFX Games
So far three official games that will use this technology and be released natively for Appl hardware are Resident Evil 8 Village, GRID legends, and No Man's Sky. All three games have been confirmed and Resident Evil 8 Village is already sent for review people are impressed since the game can run smoothly on all Apple devices, even ones with an M1 CPU.
Apple is back into gaming
When you say Apple gaming is probably the last thing that comes to your mind but truth be told Apple makes more money from games than Microsoft, Nintendo and Sony combined. Also, Apple itself was a big player once regarding computer games as well, Myst and Prince of Persia are games that were made and have been released for Apple first. Bungie was also founded by Apple developers and Halo was originally announced as a Mac game.
Apple has been trying and pushing gaming on its platform since it kind of died down. Today all Sony, Nintendo, and Microsoft controllers work without any issues with all Apple products. Apple also has its own gaming subscription service, Apple Arcade, and its Apple TV is packed with GPU that can rival Xbox ones.
MetalFX API ties and brings it all together, it is designed to get the most performance from the hardware by minimizing overhead.
Now, computers and laptops do not hold any large numbers if we look at the user base, and that could deter developers but if we look at iPad and iPhone things are different there, much different. How same CPU power these devices and how MetalFX is available across all products it is clear that there is a market for games there. No Man's Sky is coming to iPad using these technologies and bringing full computer experience to tablets.
When we initiate the copy or move files command we get a dialog that shows us the progress of the current operation, under that bar we can click on the little arrow to expand the bar into so-called more details view where we get more information like which file is being copied, more detailed graph, etc.
Windows will remember the last option we had and next time when we start the same process it will open the last view.
But what if we want to only have one view always open as default, even if we change it? Let's say that we always want to have a detailed view opened always as our default even if we switch to a minimal one? Well with some tweaks in the registry of Windows we can.
Note that this guide will require changing things in the registry of Windows itself, it is always smart and recommended to make a safe backup of your registry, just in case.
FOR ALWAYS SHOW MORE DETAILS FOLLOW THIS GUIDE:
open notepad and paste the following code inside:
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager]"EnthusiastMode"=dword:00000001
Go to File > Save as... and once the file save dialog opens choose at the bottom all files under file type. Save the file with extension .REG naming it whatever you want.
Right-click on file and choose Merge, confirm with YES and you are done, now each time when you start copy or move operation details view will be open.
FOR ALWAYS SHOW FEWER DETAILS FOLLOW THIS GUIDE:
open notepad and paste the following code inside:
Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\OperationStatusManager]"EnthusiastMode"=dword:00000000
Go to File > Save as... and once the file save dialog opens choose at the bottom all files under file type. Save the file with extension .REG naming it whatever you want.
Right-click on file and choose Merge, confirm with YES and you are done, now each time when you start copy or move operation minimal details view will be open.