Recently had to re-install Win7 on a new Dell desktop. I find that there is no Startup folder appearing in the list of programs accessed via the Start button. On the original install it was there. How can I get it back?
Back in Windows XP days,
For one user this folder use to be located in
%userprofile%\Start Menu\Programs\Startup
and for all users profile the
location of the Startup folder is
C:\Documents and Settings\All users\Start Menu\Programs\Startup.
In Windows Seven however, access to the Documents and Settings folder is totally denied.
So how can you run scripts and programs such as batch files on
a user logon in Windows Seven ?

Location of Start up folder in windows 7 and onwards:
It is still pretty much done the same way, except the location of the startup folder is quite different.
Many systems administrators carry out local systems administration tasks still by putting a batch file or program in the startup folder for an individual user or all users on a Windows Seven machine, hence when the user or all
users log on to the machine] the batch file or program is executed locally.
The new location of the folders is as follows:
For an individual user:
%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
For all users:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
Here C: is the drive letter of your computers System
Drive (Where the Windows folder is located)
You can read more here:
http://crackzhack.net/hackers/2012/10/where-is-the-start-up-folder-located-in-windows-for-single-user-and-all-users-profile.html
Thanks and Regards
Shellboy