Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera
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
(1(1 Vote))
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
Run DLL Commands for shutting down computer, opening task bar, open folder options, open add camera Comments
No comments yet — be the first to post one!
Post a Comment