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. Hmmm, nobody interested? I am looking for co-developers (batch/.NET), testers and ideas providers...
  2. SDS is preparing for first release - read, comment, let me know what you want http://martinzugec.blogdrive.com
  3. rem Nacitanie suborov For /f "usebackq tokens=1-11 delims=. " %%i IN (`dir "C:\Documents and settings"`) DO ( If %%m EQU ^<DIR^> If "%%n" NEQ "" ( Set strDay=%%i&&Set strMonth=%%j&&Set strYear=%%k If "%%o" EQU "" (Set strProfile=PRE\%%n) ELSE (Set strProfile=%ComputerName%\%%n) call:PrevedDatum Set strFileDate=!struniversalDate! Echo !strProfile! - !strDay!:!strMonth!:!strYear! - %strDnesnyDatum% - !strFileDate! call:Kod ) ) Here is error - instead of Set strProfile=PRE\%%n there shoudl be Set strProfile=your_domain_name\%%n I am sorry, but I probably wont be able to describe the script today... Remind me tomorrow please
  4. 6.) In Program - Installed updates - no informations about patches available, white icons 7.) I am not able to connect any network drive - The drive could not be mapped because no network was found
  5. Hello guys! This topic is oriented on bugs in Windows Vista - after we will collect bugs, I will send them to betagroup... My list of known bugs: 1.) WMIC /? is throwing Failed to allocate memory! error 2.) In LUA mode I am not able to delete shortcuts from desktop 3.) When I am in Control panel, new items appears UNDER the active window 4.) In IE7, when I press F4, I am not able to select whole line using Shift + Home 5.) NEED TO CONFIRM - In Total Commander 6.03 (XP 2.6) viewing text files with internal viewer will kill totalcmd
  6. Try this: For /f "usebackq" %%i IN (`net localgroup administrators`) DO If %%i EQU %UserDomain%\%UserName% echo. > \\server\%computername%.log
  7. Simple batch like this? Net LocalGroup Administrators > \\server\%computername%.log
  8. There is easier way - create template in GP, that will replace local administrators with your own selection...
  9. I also used Daemon Tools for DVD-less installation... 2Aegis: Yep, Vista imaging is really interesting... XImage, WIM, it is really great they added them to this Vista release
  10. ProtectUA is unknown protection, so there are no cracks at all
  11. Registry Extension is for free, another tools from AutoProf like Profile Maker or Policy Maker are quite expensive, however really powerfull
  12. REG ADD \"HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\" /v AutoAdminLogon /d 0 /f
  13. Thx all, CatEye will be my new logo since now First project with this logo will be SDS (free deployment software for small networks)
  14. Well, I also agree... When you compare browsers, IE is more secure than any other (except Opera, but maybe it is because there are not enought users, who knows)... However it have problems (including IE7) with user friendly interface for IT Pros... I mean like keyboard shortcuts, customization etc...
  15. martinzugec.blogdrive.com - release of SDS is comming
  16. Thx... However a.) they are not free b.) I need also logos etc... I tried to create some by myself - HORRIBLE
  17. Simply disable AutoLogon... SOrry, cant see where is the problem
  18. In VB it is easier - Process.Start("http://martinzugec.blogdrive.com")
  19. I said it is strange and somehow impolite request:( I am creating many apps/scripts and when I need to use some graphics/icons, I must steal from someone else (most of the time from shell32.dll)...
  20. It is not one program... I need some logo that I could stick with my avatar/programs/scripts/signature etc...
  21. XP style, darker color, no name...
  22. Set for session variables, setx for computer variables... For example Set variables = value
  23. For example Virtual Earth vs. Google Earth, or MSN Search vs. Google search?
  24. 2Martin: Heh, not just similar name I have birthday tomorrow... Celebrate, bro BTW Vsetko najlepsie, kamarat/vsechno nejlepsi, kamarade
  25. Hmmm, dont think so it is possible
×
×
  • Create New...