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. I mean that I am using Maxthon and I am not familiar with Opera features...
  2. psexec + net session \\computer /delete?
  3. Thx, didnt know about this, it is now really strong combination with DCCU
  4. Try to have a look at USMT from Microsoft... This is recommended way for migrating profiles - btw never saw 1500 users in LOCAL SAM, why do you have it like this???
  5. Using cmdlines.txt, add server to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap (no. 2 means Trusted). Easiest way is to add it in gui (in IE Tools - Security etc.), explorting whole registry key to reg file and then rewrite it and import during T-12 phase
  6. This is not the safest way to do it - add your distribution server to Trusted Sites and it will work great.
  7. You forget to set DefaultDomainName to autologon.reg
  8. Yep, my users are domain users of course. Could you please try to run your scanstate under diffeerent user profile, that dont have profile in that computer (using RunAs)? It could really help me to know if it is fault in my code, or in USMT
  9. 2Indianarchie: Nope, its primary objective is to create self-extracting archives...
  10. Yep, by copying/converting to Fat32 Or you could write ACL script
  11. I saw this in DOS based scenarios - it was because deployment partition was too small (<2GB)
  12. 2jbm: Nope, it is true only in domain... I like to use encrypted password in workstation scenarios. In domain I am using specialized account that is very restricted, it can only save one file to one folder in network - server will take this file and continue with installation.
  13. Hi! I am planning to include USMT in my unattended process - everything looks fine. I am able to save user profile, also I am able to redeploy it. As I said it is unattended process So my user migration is working automatically - technician send package to computer (Unicenter Software Delivery 4.0), this package will automatically save the profile to network, PC will be reinstalled with applications etc. and after this process profile will be loaded. My problem is with automatization - loading works great, but I have few problems with saving - after I tried to save profile, I always get message Error 5: Failed to inicialize infrastructure. I included my script for saving profiles, do you have any ideas? @echo off cls set UsmtPath=\\server\usmt Title Deleting logs If exist %UsmtPath%\logs\%ComputerName% rmdir /s /q %UsmtPath%\logs\%ComputerName% If exist %UsmtPath%\Profiles\%ComputerName% rmdir /s /q %UsmtPath%\Profiles\%ComputerName% rem Reading date format for /f "skip=1 tokens=2-4 delims=(-)" %%a in ('echo.^|date') do ( set A=%%a&set B=%%b&set C=%%c) rem Converting + saving date set t=2&if "%date%z" LSS "A" set t=1 for /f "skip=1 tokens=2-4 delims=(-)" %%a in ('echo.^|date') do ( for /f "tokens=%t%-4 delims=.-/ " %%d in ('date/t') do ( set dd=%%d&set mm=%%e&set rr=%%f)) call:PrevedDatum set /a strDnesnyDatum=strUniversalDate rem Loading files for /f "tokens=1-7 delims=:.-/ " %%a in ( 'dir "C:\Documents and Settings" 2^>nul^|findstr /v /b /c:" "' ) do ( If "%%g" NEQ "" ( set %A%=%%a&set %B%=%%b&set %C%=%%c&set strProfile=%%g call:PrevedDatum call:Kod ) ) Title Creating user profile :Save mkdir %UsmtPath%\logs\%ComputerName% Title Saving user profile %UsmtPath%\bin\scanstate.exe %UsmtPath%\profiles\%ComputerName% /i:%UsmtPath%\Bin\MigSys.inf /i:%UsmtPath%\Bin\MigUser.inf /i:%UsmtPath%\Bin\MigIsm.inf /i:%UsmtPath%\Bin\ExcludeDir.inf /i:%UsmtPath%\Bin\IncludeFiles.inf /i:%UsmtPath%\Bin\sysfiles.inf /compress+ /l:%UsmtPath%\logs\%ComputerName%\SaveDetails.log /progress:%UsmtPath%\logs\%ComputerName%\SaveSummary.log /o /v:1 /c /localonly %UsmtProfile% pause Goto :EOF :PrevedDatum rem Converting to Julian calendar set /a dd=100%dd%%%100,mm=100%mm%%%100 set /a z=14-mm,z/=12,r=rr+4800-z,m=mm+12*z-3,strUniversalDate=153*m+2 set /a strUniversalDate=strUniversalDate/5+dd+r*365+r/4-r/100+r/400-2432046 goto:eof :Kod set /a strRozdielDatumov=strDnesnyDatum-strUniversalDate If %strRozdielDatumov% LSS 30 set UsmtProfile=%UsmtProfile% /user:PRE\%strProfile% goto:eof
  14. How many times the account will automatically login - if you know you need two restarts, you should use number two - login, restart, login, restart... I am usually making more dumb-resistant autologin - autologin everytime and after unattended installation process is finished, I just disable autologin.
  15. You made my day more sunny
  16. Could you describe some new/cool features for us, non-Opera compatible? P.S.: This is not flame - I am curious
  17. Dont you have Dell server by accident?
  18. Dont think so this is intelligent solution. You could instead create small WMI script using Win32_Process class - it have ability to run process, so small condition, break and thats it...
  19. Here is your problem: F2 - REG:system.ini: Shell=Explorer.exe C:\WINDOWS\Nail.exe O4 - HKLM\..\Run: [waaehqr] c:\windows\system32\hvjtofo.exe Try remove that hvjtofo.exe from registry. Give system few minutes and check again - if it restored these registry setting, there is something called respawner spyware. Run RegMon and set monitoring to this key - you will find out, which process is respawning the value. Also use Process Monitor instead of task manager to see, if there is process tree with parental process nail or hvjtofo. Kill the whole process tree. Did it help?
  20. Also please run command "wmic process get name" and post the result
  21. Ok, could you please post your hijackthis log?
  22. Cadderoni is right, scheduled tasks dont have problems with "every x minutes" jobs... I used it many times (when I need to perform some operation in windows from dos for example)...
  23. Think you have problems somewhere else - do you have %windir%\system32 in you PATH variable?
  24. Rallysport challenge 2 is great one, BurnOut (more arcade, but I like it)... And coming Forza Motorsport of course BTW is here anybody playing through Xlink?
  25. Yep, I like it too Little, simple, everywhere and everytime available
×
×
  • Create New...