27 Aug 2012
script para remover os profiles dos utilizadores
27 Aug 2012
CONST LocalDocumentsFolder = "C:\Documents and Settings\"
SET objFSO = CREATEOBJECT("Scripting.FileSystemObject")
SET objFolder = objFSO.GetFolder(localdocumentsfolder)ON ERROR RESUME NEXT
FOR EACH fldr in objFolder.SubFolders
IF NOT isexception(fldr.name) THEN
objFSO.DeleteFolder fldr.path, TRUE
END IF
NEXT
bullet m2hp
26 Aug 2012
card family support pfsense
26 Aug 2012
controladores pen drive windows 98
25 Aug 2012
slow windows shares
25 Aug 2012
problema com openvpn gui
25 Aug 2012
Good news...
I found that on my Windows 7 system the problem was due to EnableBalloonTips being set to zero in
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
I deleted it and now it works fine. You could alse set it to 2 instead of deleting it.
Thanks,
...Karl
conntrack-tools
16 Aug 2012
openvpn issues
15 Aug 2012
Linux Home Networking
13 Aug 2012