Jump to content

Martin Zugec

Member
  • Posts

    1,368
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Czech Republic

Everything posted by Martin Zugec

  1. Wow, didnt notice (only hard works on IIS 7.0) Microsoft is preparing IE 7.0, I thought it was designed only for longhorn family. But this summer we will be able to put our hands on first beta of this product: Microsoft talking about IE
  2. This command for example? wmic baseboard list full
  3. Hehe, absolutely agree U said everything I wanted to add
  4. http://y.20q.net/ It was right about my hippopotamus
  5. cmd /c start control userpasswords2? There is another way, faster one nusrmgr.cpl
  6. To run task manager and see exactly the name of process... Or U can use tasklist from cmd... Using taskkill to kill process is not the best way - better is to use pskill or wmic process where name="process.exe" call terminate
  7. 2Bryanh: Great work! I would like to post request, too... - Give option to Publish/Run. I mean I could store it somewhere on network and users could use it for installing on demand - but still I could use it for forced network installations. For example Wait.exe /force network.ini will install everything in network.ini EDIT: I found out I cant use it - it converts every \ to one, so \\\\\\ is in final only \. Could U please correct this?
  8. Hmmm, now it looks I got a problem - downloaded PEid, extracted peid.exe, renamed to Helper.bin, compiled script2exe, copied to same location. But when I inserted name of the file, I still received message Sorry, unknown installer
  9. Not sure about server OS... About performace - one PIII 500MHz machine can take care of about 50000 client computers. I am running 2 SUS server on normal server and dont have any problems with performance. Once I saw running few SUS servers (virtual servers) on one common physical server with no problems...
  10. Why not using SUS/WUS? It is working with non-admin users, too... (based on WI)
  11. Change FOR /F "TOKENS=3*" %%i in ('reg query "HKCU\Software\VirtuaMedia\ZoomPlayer" /v InstallDirectory ^| FINDSTR "REG_SZ" ') do set MyInstallPath = "%%i %%j" to FOR /F "TOKENS=3*" %%i in ('reg query "HKCU\Software\VirtuaMedia\ZoomPlayer" /v InstallDirectory ^| FINDSTR "REG_SZ" ') do set MyInstallPath="%%i %%j"
  12. Bootcfg /d (description)
  13. Same problem, MyIE2/Maxthon is missing. And I think it is more common than Netscape or Avant Browser
  14. Looks like advertise on adsvertise blocking software... What is better than for example AdMuncher?
  15. For viewing the service names, U can use command "wmic service get name, caption"
  16. Post your HijackThis log first...
  17. What do U mean in MapSystem??? When I need special character, I use Character map (charmap command) and read hexa code... Or copy it to clipboard
  18. Use command sc or wmic service instead of reg tweaks... And change start mode to disabled.
  19. Use netsh instead... It is imho better way and less problematic.
  20. MSAS is based on Giant AntiSpyware... It is bought program, similar to VirtualPC
  21. 2Mjalan: Hoax message, it should be in funny farm. 2epic: Compare programming level of MSAS with others solutions... And it was not programmed in Microsoft.
  22. 2Allanol: Sorry, it was hard day and I wasnt able to think correctly Hmmm, I cant find option to edit title... Is it possible? If not, could U please change it to "Software delivery application"? Thx for advice, I will try to contact him... 2Radimus: Dont understand, how could Kixstart help me with this?
  23. Hi! I am working on script that will provide "lite" deployment functionalities... It should provide software deployment option to people, that dont have money for SMS, USD or Tivoli. Actually I have almost finished - I got support for groups, operations, even plugins. For example U can plan job to install Office 2k3 on all laptops - it will perform this operation when computers will became online. So U will just create a job and the operation will be performed at next possible time. It is build on batch files (it began when I wanted to show to my friend that every admin have possibility to do this ) and GUI is provided by Wizards Apprentice. That is my request - I need graphics for Wizards Apprentice and I would like to be it created in Aqua Style (e.g. XP style)... Can anybody help me out?
  24. netsh firewall set opmode profile = domain mode = disable enjoy
×
×
  • Create New...