Hit CTRL + F, search . and change the font size of the periods 12 to 14.
They look the exact same, but will make your paper significantly longer!
PC will restart and start installing the services, please wait and follow the step given.
Command 1
X:\Sources>diskpart DISKPART>sel disk 0 Disk 0 is now the selected disk. DISKPART> convert gpt Diskpart successfully converted the selected disk to GPT format. DISKPART> create part efi size=500 Diskpart succeeded in creating the specified partition. DISKPART> format fs=fat32 quick 100 percent completed Diskpart successfully formatted the volume. DISKPART> assign letter w Diskpart successfully assigned the drive letter or mount point. DISKPART> create part primary Diskpart succeeded in creating the specified partition. DISKPART> format fs=ntfs quick 100 percent completed Diskpart successfully formatted the volume. DISKPART> assign letter c Diskpart successfully assigned the drive letter or mount point. DISKPART> exit Leaving Diskpart... X:\Sources>cd /d D:\source
Command 2
D:\sources>dism /apply-image /imagefile:install.wim /index:1 /applydir:C:\ Applying image [--------------------------100.0%--------------------------] The operation completed successfully. D:\sources>bcdboot C:\Windows /s w: Boot files successfully created.
Command 3
D:\sources>regedit
Command 4
D:\sources>wpeutil reboot
Command 5
C:\Windows\system32>oobe\windeploy C:\Windows\system32>net localgroup /add users ThisPC The command completed successfully. C:\Windows\system32>net localgroup /add administrators ThisPC The command completed successfully.
Command 6
C:\Windows\system32>exit
Save your PowerPoint presentations as a .ppsx.
Regedit
CMD
C:\Users\USER-PC>bcdedit -set TESTSIGNING OFF
Please reboot your computer for these settings to take effect !!
My WCP Watermark Editor
Get a list of all installed apps :
Get-AppxPackage | Select Name, PackageFullName
Uninstall the app from all user accounts :
Get-AppxPackage -allusers PackageFullName | Remove-AppxPackage
Uninstall all built-in apps for all user accounts :
Get-AppxPackage -allusers | Remove-AppxPackage