...It will install three tasks into windows scheduler and two shortcuts to start menu (enable_windows_update/disable_windows_update).
First task run the script with elevated rights at the boot time.
The two remaining tasks are for ENABLE/DISABLE windows update and are triggered "manually" (with shortcuts).
If you want to install updates or use Windows store, just run enable_windows_update shortcut from start menu.
Again, after installing from Windows store, you can disable WU with disable_windows_update shortcut. After reboot, it will automatically disable updates anyway.
...