Messages - Gerome [ switch to compact view ]

Pages: prev1 ... 18 19 20 21 22 [23] 24 25 26 27 28 ... 31next
111
Developer's Corner / Re: FBSL - Online XML Database Snippits
« on: February 12, 2006, 07:37 PM »
Hello again,

I've updated the capture because i've added the ability to auto compile the script you want :)
Feedback is welcome ;)

112
Developer's Corner / FBSL - Online XML Database Snippits
« on: February 12, 2006, 07:05 PM »
Hello,

Here's my online XML Database code repository that handles 170 FBSL snippets...


For people who want to know more about this tool, please read this post :
http://www.fbsl.net/phpbb2/viewtopic.php?t=636

Enjoy Fbsl !

113
Hi,

FWIW,
The CreateToolhelp32Snapshot api can return lots of information about running processes, threads and modules operating on your system.

CreateToolhelp32Snapshot

May i precise this URL :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/threadentry32_str.asp
and look at the 'tpBasePri' flag where are exposed the differents states of the thread... :)
I didn't remember who said that it was impossible to grab/exploit those informations with Fbsl... ^^

114
Hi,

On the Start menu, you can sort the All Programs menu. Windows XP sometimes adds new shortcuts to the bottom of the All Programs menu when you expect them to appear in alphabetical order. In either case, finding the program you want to run is difficult when the sort order of the Start menu gets out of hand.

HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder contains the sort order of the Favorites menu and Start menu. The subkey Favorites contains the sort order of the Favorites menu. The subkey Start Menu contains the sort order of the classic Start menu, and the subkey Start Menu2 contains the sort order of the new Start menu.

Deciphering the contents of these three keys is next to ridiculous, but you can remove any of them to resort the corresponding menu in alphabetical order. For example, to restore the All Programs menu to alphabetical order, remove the subkey Start Menu2. To remove a subkey:
•   

In the left pane, right-click the subkey you want to remove, and then click Delete.

To restore the Favorites menu in both Windows Explorer and Internet Explorer, remove the subkey Favorites. I typically remove MenuOrder to resort all of the menus at the same time.

Source :: http://www.microsoft.com/windowsxp/using/setup/expert/honeycutt_03may05.mspx

Tested onto my Win2k : it works nicely ;)

115
Hi cpilot,

Here's the result of your script onto my win2k :


Just for information, for those who don't have Fbsl instlled yet, you can test those scripts by simply copying/pasting them into my online Fbsl compiler, it'll output an executable of the given script :)
See http://gedd123.free.fr/studio for more informations :)

Enjoy ;)

PS : Hey LuckyMan212! Just take this as an invitation to know more about Fbsl...

Pages: prev1 ... 18 19 20 21 22 [23] 24 25 26 27 28 ... 31next
Go to full version