When installing new drivers, a System Restore point beforehand is a good idea.
Not because going back to the saved restore point will help if the driver doesnβt fix your issue - it wonβt, thatβs not what Restore Points are for.
It will help if the driver screws up the system and you canβt boot up the PC.
Restore Points do not save any personal files, and only βsnapshotsβ about 6 or so system files, and only the ones that deal with being able to start the PC and get into Windows.
In fact Restore Points are sort of so useless, I have disabled them in all my systems I install right from the get-go using a PowerShell script I wrote that sets up my standard operating environment.
In my book, having a solid backup regime is far more useful than using Restore Points.
Not because going back to the saved restore point will help if the driver doesnβt fix your issue - it wonβt, thatβs not what Restore Points are for.
It will help if the driver screws up the system and you canβt boot up the PC.
Restore Points do not save any personal files, and only βsnapshotsβ about 6 or so system files, and only the ones that deal with being able to start the PC and get into Windows.
In fact Restore Points are sort of so useless, I have disabled them in all my systems I install right from the get-go using a PowerShell script I wrote that sets up my standard operating environment.
In my book, having a solid backup regime is far more useful than using Restore Points.
Comment