-
Posts
29 -
Joined
-
Last visited
-
Days Won
1
Reputation Activity
-
waleder got a reaction from Asifmute in Please help for make Customize winxp
You 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 XP
Purple 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 PC
Option 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")