-
And you thought the JRE was big
-
Improvement to Software Restriction Policies in Windows 7
While listening to the episode of RunAs Radio about Windows 7 I’ve heard about AppLocker, a beefed up version of Software Restriction Policies. It is an interesting improvement, but I expect that it will still be enforced from User Mode, making it not as secure as it could be. Also, given the recent mishaps with…
-
Possible PE file trick
I was reading this: pefile and LOAD_CONFIG and took a look at the structure: IMAGE_LOAD_CONFIG_DIRECTORY Structure. Some things which I found interesting: GlobalFlagsClear – The global flags that control system behavior. For more information, see Gflags.exe. GlobalFlagsSet – The global flags that control system behavior. For more information, see Gflags.exe. LockPrefixTable – The VA of…
-
Disabling accessibility features on the Welcome Screen for Windows XP
-
How permissive is the Windows autorun.inf parsing?
While reading the F-Secure blogpost titled When is AUTORUN.INF really an AUTORUN.INF?, I was reminded of this masking technique – putting extra data between the relevant lines. But how tolerant is the autorun.inf parser (which I suppose in fact is the INI file parser) really? The example showed by F-Secure is quite mild, in the…
-
A few tips for pshtoolkit
-
An interesting Windows feature
This one has been around for ever (possibly since Windows ’95), but it just so happens that I stumbled over it recently: You can use the “desktop.ini” file to (amongst other things) change the name displayed for the given folder by Explorer (and other file-navigators which are based on Explorer – like Windows Total Commander…
-
Short tip
-
(Re-)dial your connection automatically with Windows (XP)
Currently I’m on a quest of finding configuration options to make computers easier to use. One of my recent problems was how to make sure that internet connections “just work”, especially in a dial-up kind of situation (where there are usernames and passwords involved). Here is the method that I developed for Windows XP (probably…