Jump to content

Eki

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Finland

Everything posted by Eki

  1. Hi! I'm looking header layout for this USB PCI card. It seems to be some generic card sold under various brands. Thanks for your help
  2. Hi! You could try something like this: @ECHO OFF SET SRC=c:\path to backup\*.* IF EXIST "%SRC%" ( XCOPY "%SRC%" "%USERPROFILE%\My Documents\My Pictures" /E>nul ) ELSE ( ECHO No backup files to copy! ) Hope this helps Eki
  3. @ponghy W2K Style user accounts snap-in lets you create restricted accounts without creating admin user first. Type "control userpasswords2" in runbox or create shortcut to %windir%\system32\control.exe userpasswords2 Eki
  4. Hi! I'm looking for software that would scan system files (dll,etc.) for InfoTips and DisplayResources.
  5. How Can I Find and Replace Text in a Text File?
  6. Has anyone had success with EPOX 8VTAI? I have tried driverpacks, nlite and manual way without luck. Only thing that works is drivers from floppy. If I edit txtsetup.sif manually or use nlite then textmode setup hangs after drivers are loaded. With driverpacks I get bsod after reboot. (Just before guimode) Any suggestions? Forget what I said earlier. My txtsetup.sif was somehow corrupted. Now everything is working fine. My HWID PCI\VEN_1106&DEV_3149&SUBSYS_31491106&REV_80 (viamraid.sys)
  7. @FAT64 It doesn't work and same goes for gpupdate command I think that those commands are ment to be used in computers that belong to domain where group policy is forced by other means such as Active Directory. @Everyone Is there other way to apply registry based group policy settings (administrative templates) on single computer than registry tweaks? I mean something like security templates...
  8. Hi Everyone I'm having a really annoying problem... If I use reg tweaks to apply group policy settings and after that use rsop.msc or gpedit.msc to view my settings everything is still set to "not configured". I know these settings are forced from registry and are actually enabled. Is there any workaround to this? Script maybe?
  9. If you enable classic logon using this: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "LogonType"=dword:00000000 then you must also delete this key or you will get that black background [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "Background"=- Cheers, Eki
×
×
  • Create New...