Just finished ripping right through the Windows 7 registry in a bid to find some 'true' hidden commands that are stashed away in there and here is my findings folk. They will work from either a batch file or the run box depending on how you wish to use them.
Most of these will work with older windows and should appear familiar to some of you, they are also NOT listed on other sites for Windows 7 yet and I also have tried and tested each one with 7, Have fun with them and if you like them don't forget to rep me!
______________________________
Turn Aero Interface On or Off (OK, this one aint rundll but rest are!):
(Requires a graphics card capable of Aero.)
Turn On Aero Instantly:
Turn Off Aero Instantly:
______________________________
Open Folder Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 0
______________________________
Open Taskbar Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 1
______________________________
Open Search Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 2
______________________________
Open Startmenu Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 3
______________________________
Open Notification Area System Icons On/Off Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 4
______________________________
Open Notification Area Icons Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 5
______________________________
Open Taskbar Toolbars On/Off Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 6
______________________________
Open Folder View Options:
Code:
rundll32.exe shell32.dll,Options_RunDLL 7
______________________________
Show 'View Available Networks' System Tray Popup:
Code:
rundll32.exe %SystemRoot%\system32\van.dll,RunVAN
______________________________
Show 'View Available Networks' System Tray Popup without Diagnostics:
(Can't see any difference myself to the above command???)
Code:
rundll32.exe %SystemRoot%\system32\van.dll,RunVAN /disablediagnostics
______________________________
Open 'Phone and Modem' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\telephon.cpl
______________________________
Open 'Region and Language' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\intl.cpl
______________________________
Open 'Mouse' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\main.cpl
______________________________
Open 'Cardspace' Control Panel:
Code:
rundll32.exe C:\Windows\System32\infocardcpl.cpl,ManageCardSpace_RunDll
______________________________
Open 'Pen and Touch' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\tabletpc.cpl @0
______________________________
Open 'Tablet PC' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\tabletpc.cpl @1
______________________________
Open 'Indexing Options' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\srchadmin.dll
______________________________
Open 'Infra-red' Control Panel:
(Requires a Ir device to open)
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\irprops.cpl
______________________________
Open 'Internet Properties' Control Panel:
Code:
rundll32.exe C:\Windows\System32\shell32.dll,Control_RunDLL C:\Windows\System32\inetcpl.cpl
______________________________
Open 'Text to Speech' Options:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\Speech\SpeechUX\sapi.cpl
______________________________
Open 'Add Network Location' Wizard:
Code:
rundll32.exe %SystemRoot%\System32\shwebsvc.dll,AddNetPlaceRunDll
______________________________
Open 'Date and Time' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\timedate.cpl
______________________________
Open 'Sound' Control Panel:
Code:
rundll32.exe %SystemRoot%\System32\shell32.dll,Control_RunDLL %SystemRoot%\System32\mmsys.cpl
______________________________
Open 'Bluetooth Settings' Control Panel:
Code:
rundll32.exe shell32.dll,Control_RunDLL bthprops.cpl,,1
______________________________
Open 'Device Installation Settings' Control Panel:
(Download device software and realistic icons...)
Code:
rundll32.exe newdev.dll,DeviceInternetSettingUi 2
______________________________
Print out a webpage:
Code:
rundll32.exe "C:\Windows\system32\mshtml.dll",PrintHTML "www.sevenforums.com"
______________________________
Open a webpage:
Code:
rundll32.exe "C:\Windows\System32\ieframe.dll",OpenURL c:\MyInternetShortcut.url
______________________________
Preview Local Pictures Fullscreen:
Code:
rundll32.exe "%ProgramFiles%\Windows Photo Viewer\PhotoViewer.dll", ImageView_Fullscreen c:\MyPic.jpg
______________________________
I think I just worn down my F3 keys lifespan for the 'find next...' function of the registry!
I apollogise if this should be in a different section of the forums, and I wasn't sure if to post it as a tutorial or not. Feel free to move it Admin or Moderators if there is a better suited place for this.