I am manually cleaning my registry and noticed that a very large percentage of HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Components
keys are empty.
From what I understand of the Intaller key, a subkey in Components which was empty would be redundant.
Am I safe to...
I've just finished a small app which should work on Win9x - it will pull out on NT based systems.
It is nothing fancy - it simply displays Resources, VCache stats and Swapfile info. It writes nothing to disk or the registry - it is info gatherng only. It is similar to Sysmon, being real time...
I have created a dll via PowerBasic which is easily implemeted via a Declaration in the 'calling program'.
I have a feeling this not possible but will ask anyway.
Is it possible to implement such a dll from Vbscript?
I've just finished a small project which in principle is similar to the System File Checker. Instead of using CRC32, as does SFC, I've implemented the MD5 hashing algorithm to create a signature for a pre-defined list of files. The file paths and signatures are held in the registry and on a...
I've introduced this into my Win98SE reg and it works fine.
[HKEY_CLASSES_ROOT\Directory\shell\AttribTree]
@="Set attributes within %1"
[HKEY_CLASSES_ROOT\Directory\shell\AttribTree\command]
@="wscript.exe e:\\scripts\\attribtree\\AttribTree.vbs \"%L\""
Is it...
I've got the following as part of an If...Then construct at the end of a normal vbs file:
.....
Set sa=CreateObject("Shell.Application")
sa.ShutdownWindows
Else
Wscript.Quit
End If
As you can see if we pass through ShutdownWindows we will fall through to the end of the script...
I've got a htm and a bat in the same folder. An exe is copied to the folder.
The htm has two links: One to the exe and one to the bat.
The exe creates two txt files. The bat does a litle work on them and then adds them to together.
I'd like to be able to put this folder anyway. ...(1)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.