VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera

by Faris Mlaeb (7 Submissions)
Category: Windows System Services
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 13th June 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera/scanner and more.

Rate Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera




dim aa
aa=shell("RunDLL32.EXE USER.DLL,exitwindows",1)

____________________________________________

'This command line will open the TaskBar proparaties ... I did not try it on windows 98

dim bb
bb=shell("rundll32.exe C:\WINDOWS\SYSTEM\SHELL32.DLL,Options_RunDLL 1",1)

____________________________________________

' This command line will open the folder options... I did not try it on windows 98

dim cc
cc=shell("rundll32.exe C:\WINDOWS\SYSTEM\SHELL32.DLL,Options_RunDLL 0",1)

_____________________________________________

'This command line will open the add camera and scaner Windows ME and more only...

dim faris
faris=shell("rundll32 wiashext.dll,AddDeviceWasChosen",1)


'Enjoy these codes
'every time I found a new Rundll command I will put them in this website
'Thank you for reading
'[email protected]
'[email protected]

'Note : sorry ... some of these command may not work on windows 98



Download this snippet    Add to My Saved Code

Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera Comments

No comments have been posted about Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera. Why not be the first to post a comment about Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera.

Post your comment

Subject:
Message:
0/1000 characters