func getPathStartMenu() (path string) {
	folder := new(gowin.ShellFolders)
	path = filepath.Join(folder.StartMenu(), "gonwjs")
	return
}