Jump to content

NickHoughton

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by NickHoughton

  1. OK. I can read the different key names in the \\hklm\software\microsoft\windows\currentversion\uninstall section of the registry which is great. I don't know how to successfully pass that path to next regread command.
  2. Hi Folks, I'm using AutoIT to parse some registry information into a text file. I am only just learning C++ as my 1st programming langugage - so the syntax is a little confusing to me. Here is what I have so far but it's not giving what I need. The reg key i need is \hklm\software\windows\currentversion\uninstall\program_name\DisplayName Where program_name is a variable. The program works to read the "program_name" bit but does not read the subkey DisplayName. Any ideas gratefully received. My project is to generate list of installed programs without using any 3rd party tool. Once I have the text, I'll be able to parse into a database I hope. It's a license management exercise. ;Program to read Uninstall part of registry ;To show list of installed apps. $file = FileOpen("c:\temp.txt", 1) ; Check if file opened for writing OK If $file = -1 Then MsgBox(0, "Error", "Unable to open file.") Exit EndIf For $i= 1 to 999 $var = RegEnumKey("HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\UNINSTALL", $i) $var2=RegEnumKey($var, "displayname") If @error <> 0 then ExitLoop FileWrite($file, $var2 & @CRLF) Next fileclose($file) MsgBox(0,"Registry Reading" , "Completed. Thank You")
  3. Comiserations. If I spot any more in the local rags I will post. My interview at Boundary mill went a bit pants really. Didn't really feel like I flowed. Should hear tomorrow if I get a 2nd I/V
  4. Weird they won't talk money. Best of luck.
  5. *crosses fingers, toes, eyes, legs and arms* Good luck
  6. closing date was today for apps
  7. what a coincedence.,, You going to apply for the stonyhurst one in place of me? LOL
  8. decided not to apply for this as have interview for it tech at boundary mill.
  9. Early grats on the birth of your newborn. Be good!
  10. Got the pack today. Blooming Nora. It is about half a tree thick. Page after page of nonsense. It asks for 2 referees which is fine but says the 2nd one should be from where you've worked with kids... which I haven't. Any ideas?
  11. My fiendr sadi shi daguhetr wetn to sontyhutrs adn fialed reh shlgein meax
  12. Doesn't bother me. I am fed of it anyway...
  13. I am not currently in the field of education. But I was 2/11 at my last interview and would have been "a close second" if they hadn't had someone more experienced at the interview before that,. Both at secondary schools. I will be looking at a pay cut wherever I go because I get stupid amounts of money for being on call every other week at present.
  14. Looks good and probably pays poorly rofl
  15. Hi Folks Spotted a job in the local rag. Stonyhurst Boarding college. BB7 9PZ No salary in advert. Application packs available from the college or [email protected] Might be applying but need to find out what salary is. When I do I will post.
  16. *chuckles and "simsperm"*
  17. Any of you budget holders thought about buying directly from distribution level? I know the margins and getting tighter and tighter on IT kit these days but if you could shave a few pounds off... I used to work at Welcome to Micro-P - The IT Distributor of Choice but there are others like computer 2000.
  18. I can't tick a single one of those boxes
  19. LOL I have lived in the UK all my life and my German is very limited. Did A Level German though.
  20. You mean you **can't** write programs for SQL?! Neither can I so I'm glad it's not just me.
  21. Well done securing a new role. Funny, I am desperate to get out of bespoke software and into public sector and it sounds like you're desperate to leave! Good luck
×
×
  • Create New...