Reputation Activity
-
waleder got a reaction from Asifmute in Please help for make Customize winxpYou can visit
http://www.wincert.net/forum/index.php?showtopic=1547
http://www.askvg.com/category/resource-hacker/
Regards
-
waleder got a reaction from NIM in Purple Theme for XPPurple Theme for XP by waleder
with superbar
:thumbsup_anim:
Download Link :http://waleder.deviantart.com/art/Purple-Theme-for-XP-158310449
Thank u
-
waleder reacted to NIM in How to disable system sound on your PCOption Explicit
Dim WSHShell, n, MyBox, p, itemtype, Title
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKEY_CURRENT_USER\Control Panel\Sound\"
p = p & "Beep"
itemtype = "REG_SZ"
n= "No"
WSHShell.RegWrite p, n, itemtype
Title = "System Beeps are now Disabled." & vbCR
Title = Title & "You may need to Log off/Log on" & vbCR
MyBox = MsgBox(Title,4096,"Finished")