Saturday, August 31, 2013

Open all users startup folder in Windows 8

Using Run dialog (WinKey+r), type:
shell:common startup
or from the command line (cmd.exe) do:
explorer.exe shell:common startup


Reference(s):
http://www.winhelponline.com/blog/shell-commands-to-access-the-special-folders/
http://www.osattack.com/windows-7/huge-list-of-windows-7-shell-commands/
http://support.microsoft.com/kb/2806079

No comments:

DCOM callback not working with UAC enabled

  OPC Classic DCOM client not receiving callback when UAC is enabled The OPC Classic server is running on another node and is running usi...