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. 1TB at home, few TB at work...
  2. Hmmm, dont know why you think Microsoft is not able to implement FF functionalities. Just have a look and MSN search - it have tabbed browsing, highlighting etc...
  3. I am preparing small lab (SBS + few XP SP2 clients), I will try it for sure and let you know! Could you please describe your feelings about this product?
  4. Dynamic outlook configuration is way to hell Try to have a look here: www.autoprof.com, product Profile Maker. I am using it to configure office (and many other things) in almost every company I take care of.
  5. I am using same profile for my local/domain account. Search ProfileList in registry, the important value is ProfileImagePath
  6. Have you tried it? I must say I didnt hear about it before...
  7. There is file control.exe - it is shortcut to control panel.
  8. Check permissions? Cacls, Xcacls, subinacl...
  9. I just returned from trip to Slovakia I received new testing machine, so this weekend I will try that script on my own... Sorry for being late, wait till monday
  10. I am using this method, also But instead of your method I am using class Win32_ComputerSystem and property Model. For my notebook result is Latitude D600, for desktop it is Optiplex GX280 etc... PnP is for devices, that are independent, so every model can have them attached - like USB modul or similar...
  11. Hello guys! I needed to perform some actions based on detected PnP devices. So for example when wifi is detected, it will automatically install required software etc... Maybe someone will find it useful, so I will post it. PnPBased.vbs: 'PnP based actions 'Martin Zugec '22.6.2005 Set objShell = Wscript.CreateObject("Wscript.shell") Set objWMIService = GetObject("winmgmts:root\cimv2") Set arrayPnP = objWMIService.InstancesOf("Win32_PnPEntity", 48) strInstallPath = Left(WScript.ScriptFullName,Len(Wscript.ScriptFullName) - Len(WScript.ScriptName + "n")) & "\" For Each strPnP in arrayPnP ' Wscript.Echo strPnP.PnPDeviceID Select Case Trim(Lcase(strPnP.PnPDeviceID)) Case Trim(Lcase("pci\ven_8086&dev_4223&subsys_10218086&rev_05\4&39a85202&0&18f0")) 'Instalace wifi od Intelu objShell.Run strInstallPath & "\WiFi\Intel\setup.exe -b -s", 1, True End Select Next PnPBased.bat (this is for viewing all PnP identifiers + names in system) WMIC path win32_pnpentity get name, PnPDeviceID /format:htable > PnP.html start PnP.html
  12. Nope, I want just small program that will block this I know it is possible, programs like BitSpirit can do it...
  13. Hi guys! I dont know if it is only my problem, but I would like to disable hibernation etc during installation. The ideal situation would be small application, that will disable access to these APIs... Any ideas?
  14. Well, if you have nVidia, then problem is solved Because you got still ATI libraries loaded for rendering.
  15. I am familiar with this, however it didnt work, dont know why Maybe the problem is I was testing it on NB and it is acting differently if you manipulate with numlock
  16. SuperDLT in Qualstar library. I got it as unattended backup solution
  17. You can use WSUS even if you dont have AD... It is distributed through reg files. I am using this option and it works well
  18. For your scenario is ideal to use WSUS + Detect Only on all machines. Simple to create and powerfull scenario, I used it when I need to detect what paches I need to approve
  19. Oops, sorry... Well, I dont know about WMI class for Office, sorry Dont even think so there is something like this. What do you need it for? Wouldnt MBSA be enough for you?
  20. Go for AdMuncher - really nice and small prog, using it since beginning (www.admuncher.com)
  21. I agree with Dumpy, used it many times... However there is some problem when using it from cmdlines
  22. It was driver fault for ATI graphic card... ati3duag.dll... Try new drivers/replace the card...
  23. martinzugec.blogdrive.com, it is in my signature
×
×
  • Create New...