Jump to content

MagicAndre1981

Patron
  • Posts

    6,232
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Everything posted by MagicAndre1981

  1. I've created a Cmd-file and called it from the cmdlines.txt [Commands] "runonceex.cmd" That's all.
  2. Hi XPero, you used "BUILDIN\Adminstrators" to grant control. This code snippet retrives the translated Name (in German: VORDEFINIERT\Administratoren"). I hope this will work. Could you include this code into your tool? string getName(WellKnownSidType wksid) { SecurityIdentifier sid = new SecurityIdentifier(wksid, null); NTAccount account = (NTAccount)sid.Translate(typeof(NTAccount)); return account.Value; } getName(WellKnownSidType.BuiltinAdministratorsSid)
  3. no, it still doesn't work on my German Vista
  4. This is a general problem with Version 1.5. Version 1.4.2 worked perfectly. And sorry, I can't give you the links to the new hotfixes, because I requested them from support for some special problems. Can you tell us what TrID returns? This is the output for WindowsXP-KB935989-x86-DEU.exe: TrID/32 - File Identifier v2.02 - (C) 2003-06 By M.Pontello Definitions found: 2359 Analyzing... Collecting data from file: D:\WindowsXP-KB935989-x86-DEU.exe 63.0% (.EXE) Win32 Executable MS Visual C++ (generic) (37706/45/16) Definition : exe-msvc++.trid.xml Files : 565 Author : Marco Pontello E-Mail : marcopon@nospam@myrealbox.com Home Page : http://mark0.ngi.it Related URL: http://www.microsoft.com 17.5% (.EXE) Win32 Executable Generic (10527/13/4) Definition : exe-win.trid.xml Files : 67 Author : Marco Pontello E-Mail : marco-nospam@myrealbox.com Home Page :
  5. This is a general problem with Version 1.5. Version 1.4.2 worked perfectly. And sorry, I can't give you the links to the new hotfixes, because I requested them from support for some special problems.
  6. ok, I will wait
  7. any progress with the new version?
  8. ok, no problem. I will test the new version asap after you release it
  9. Hi XPero, this version grants access to the user Administrator, but not the group Administratoren (Administrators). André
  10. I don't know if it was mentioned, but I can't extract Windows Hotfixes any longer. Please make an update.
  11. ok, I will try it out this evening, when I'm at home.
  12. your tool doesn't work on NON English versions of Vista. you used the following code: process.StartInfo.FileName = "icacls"; process.StartInfo.Arguments = file + " /grant Administrators:(F)"; Administrators is the name on english Vistas, but on non english version the identification of the group Administrators is translated. For Example Administratoren in german. So you code doesn't work. You have to change the string according to the installed langauge.
  13. did you replace some DLLs or MUI files?
  14. Question see topic^^. Everytime I change my avatar, it is being deleted after a few days.
  15. thats a strange place, but thanks for figuring this out.
  16. I always use the kx-drivers and they work fanstastic under Vista.
  17. you can add hotfixes by using the WAIK.
  18. I also use this version, but I can't extrac the files 7-Zip 4.46 Beta works perfect for extracting the msp files from the exe
  19. I also use this version, but I can't extrac the files
  20. Install the kit and read the documentation. If you prefer a tool take a look at "Vista Update Integrator": http://www.winvistaside.de/download/details.php?file=47 To use this tool, you must have the WAIK installed!!
  21. cool, thx
  22. Hi nuhi, you didn't change the Version of your assembly, it is still 0.9.5.0.
  23. there is a legal way. Use the WAIK to create a new DVD and include the new language packs.
  24. ok, download Process Monitor from Sysinternals and run the tool in capturing mode. Now start TextPad5 and bringt the Process Monitor Window to the front and stop capturing. Now filter for Textpad.exe and look what files and keys Textpad reads, so you should be able to find the place where the information are stored.
  25. search for Helios, perhaps this helps
×
×
  • Create New...