Windows Startup folder
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
References :
http://blogs.msdn.com/b/jasone/archive/2012/08/19/windows-8-where-did-the-startup-folder-go.aspx
C:Users<username>AppDataRoamingMicrosoftWindowsStart MenuProgramsStartup
References :
http://blogs.msdn.com/b/jasone/archive/2012/08/19/windows-8-where-did-the-startup-folder-go.aspx
search :
/boot/grub/grub.cfg
and find something similar :
Windows NT/2000/XP (loader) (on /dev/sda1)
edit :
/etc/default/grub
and change to:
GRUB_DEFAULT="Windows NT/2000/XP (loader) (on /dev/sda1)"
finally run :
update-grub
References :
http://askubuntu.com/questions/52963/how-do-i-set-windows-to-boot-as-the-default-in-the-boot-loader
mount windows 10 image (here in drive D) and then run the following command :
Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:sourcessxs /LimitAccess
References :
http://winaero.com/blog/offline-install-of-net-framework-3-5-in-windows-10-using-dism/