This is a simple how to make your life better with 3 simple settings on your windows pc.

This is a simple how to make your life better with 3 simple settings on your windows pc.
Open Windows PowerShell with administrative rights and run the command
powercfg.exe /h off
This way the computer will never enter hibernate mode and you will save disk space.
If you want to check for any problems with the power state of the machine you can generate a report by typing this command
powercfg.exe /energy
you will wait for 60 seconds
S C:\WINDOWS\system32> powercfg.exe /energy Enabling tracing for 60 seconds... Observing system behavior... Analyzing trace data... Analysis complete. Energy efficiency problems were found. 15 Errors 13 Warnings 18 Informational See C:\WINDOWS\system32\energy-report.html for more details.
now open with the browser the report.
1.Plug in USB
2.cmd as administrator
3.Diskpart
4.list disk
5.select disk # (replace # with USB disk number)
6.clean (to clean USB)
7.create partition primary (to create a bootable partition)
8.select partition 1 (to select the partition that you just created)
9.active
10.format fs=fat32 (or format fs=ntfs for more than 4 GB) (to format the USB drive)
11.assign
12.exit (exit diskpart)
13.copy all files from ISO and paste it inside the USB drive