Skip to main content.
August 9th, 2005

Manage the Programs Run at Windows Startup (All Windows) Popular

You can automatically start programs whenever Windows launches. If you have programs automatically starting that you have not loaded then you can remove them using this tip as well.

Add a new startup application
Open your registry and find the key [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run].

For each program you want to start automatically create a new string value using a descriptive name, and set the value of the string to the program executable.

For example, to automatically start Notepad, add a new entry of “Notepad”=”c:\windows\notepad.exe”.

Remove a startup application
If you’re trying to remove a program and can not find it in the StartUp folder (usually C:\WINDOWS\Start Menu\Programs\StartUp), then it may be launching from one of the registry keys below. To remove it, delete the value associated with the program you want to remove.

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices]
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce]
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows]

It may also be loaded from the [Load] or [Run] sections of your WIN.INI file, found in the Windows directory.

Posted by Dablu as Operating Systems at 6:26 AM PDT

No Comments »

Related Links: No related posts

Get rid of Windows programs that run at startup

C:\WINNT\Profiles\karelsf\Start Menu\Programs\Startup

I think in Win9x this would be in:
C:\Windows\Start Menu\Programs\Startup

depending on usernames, etc (I don’t have win9x on any of my computers). Also look in the startup folder for “All Users”, on NT this is in:

C:\WINNT\Profiles\All Users\Start Menu\Programs\Startup
Any shortcuts in those folders get run upon startup. To get rid of them, delete the shortcut.

On older systems, there may still be items getting launched out of the old initialization files from DOS or Windows 3.x. Look in:

These files can be edited using any text editor

Look in the registry under the following keys:

· HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run
· HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run
· HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
· HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce
· HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices
· HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices
· HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
· HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce
· HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce\Setup
· HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\Userinit
· HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows
The registry can be edited using the command “REGEDIT”.

MORE INFORMATION on Run, RunOnce, RunServices, RunServicesOnce and Startup

Under Microsoft Windows 95, Windows 98, and Windows Millennium Edition (Me) where all keys are supported, the keys are loaded in the following order:

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce

HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

StartUp Folder

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce

With the exception of the HKEY_LOCAL_MACHINE\…\RunOnce key, all keys and their entries are loaded asynchronously. Therefore, all entries in the RunServices and RunServicesOnce keys can potentially run at the same time.

Entries in the HKEY_LOCAL_MACHINE\…\RunOnce key are loaded synchronously in an undefined order.

Because the HKEY_LOCAL_MACHINE\…\RunOnce key is loaded synchronously, all of its entries must finish loading before the HKEY_LOCAL_MACHINE\…\Run, HKEY_CURRENT_USER\…\Run, HKEY_CURRENT_USER\…\RunOnce, and Startup Folder entries can be loaded.

The RunServicesOnce and RunServices keys are loaded before the user logs into Windows 95, Windows 98, and Windows Me. Because these two keys run asynchronously with the Logon dialog box, they can continue to run after the user has logged on. However, since HKEY_LOCAL_MACHINE\…\RunOnce must load synchronously, its entries will not begin loading until after the RunServicesOnce and RunServices keys have finished loading.

Because of different system configurations (such as a computer that is configured to automatically log on), any application that is dependant upon other applications that are executed under these keys having completed must be prepared to wait until these applications are complete. Other than this exception, the above description applies to Microsoft Windows NT 4.0, Windows 2000, and Windows XP.

References
specific

http://support.microsoft.com/support/kb/articles/Q174/0/18.ASP
http://support.microsoft.com/support/kb/articles/Q179/3/65.ASP
http://registry.winguides.com/display.php/109/
http://209.155.180.149/win98-54.html
http://www.chami.com/tips/windows/010397W.html

general

http://www.annoyances.org/
http://registry.winguides.com/
http://support.microsoft.com/directory/default.asp

Posted by Dablu as Operating Systems at 6:20 AM PDT

2 Comments »

Related Links: No related posts
July 28th, 2005

Farewell Longhorn, Hello Windows Vista

Microsoft today revealed the official name of the successor to Windows XP, long referred to as Longhorn, a name inspired by a bar in the Whistler ski area.

The software giant has settled on Windows Vista.

“Vista” is evocative of clear and distant views, and partly alludes to the Avalon graphical subsystem. The interface overhaul is expected to narrow the gap between Windows and Mac’s lauded GUI as well as harness the power of 3D graphics accelerators.

Vista’s official page, while sparse, already contains clues as to the message behind the product push.

Aside from the “bringing clarity to your world” tagline, the site suggests that security and flexibility are two of the main selling points. RSS integration, XML-friendly underpinnings and an upgraded networking model are among many of the features that have seeped into the OS during its development.

On August 3rd, the company is planning the release of Beta 1. Another beta is expected in 2006 before Vista’s official launch.

Posted by Dablu as Operating Systems at 8:07 AM PDT

1 Comment »

Related Links: Microsoft pulls security-risk feature from Vista | New Windows operating system to be called Vista | Windows Vista and IE7 Betas Verion Released | Manage the Programs Run at Windows Startup (All Windows) Popular | Get rid of Windows programs that run at startup |

Windows Vista and IE7 Betas Verion Released

Microsoft released limited new version of Windows Vista and IE7,
Aimed primarily at developers, IT professionals and system builders, the beta period gives those audiences the opportunity to test the core OS technologies as well as provide Microsoft with feedback well in advance of the official release. Another, near feature-complete beta is currently being prepared.

While many new features will be put through their paces (virtual folders, search, Aero GUI, underlying XML to name a few), beta users will undoubtedly pay close attention to Vista’s security enhancements. According to Vista Web site, these include:

User Account Protection allows users to be productive and change common settings without requiring administrative privileges. This prevents users from making potentially dangerous changes to their computers, without limiting their ability to run applications.

Windows Vista’s anti-malware capabilities detect many types of potentially suspicious software and can prompt the user before allowing applications to make potentially malicious changes.

The new outbound filtering in the firewall provides administrative control over peer to peer sharing applications and other similar applications that businesses want to restrict.

Participants are also likely to take a particular interest in the state of security improvements within Internet Explorer 7 (IE7). The browser, which is integrated into the OS, has also been released as a standalone limited beta today for Windows XP SP2. IE7 upgrades include phishing and spoofing safeguards, a protected zone, as well as functional tweaks such as rendering engine refinements and support for newer Web standards and technologies.

Windows Vista is scheduled to ship in the latter part of 2006.

Posted by Dablu as Operating Systems at 8:07 AM PDT

No Comments »

Related Links: Microsoft pulls security-risk feature from Vista | New Windows operating system to be called Vista | Farewell Longhorn, Hello Windows Vista | Manage the Programs Run at Windows Startup (All Windows) Popular | Get rid of Windows programs that run at startup |
« Previous Entries  Next Entries »

Related Links