Jump to content

patronu

Member
  • Posts

    86
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by patronu

  1. It's only the language pack for it. it's useless.
  2. Do you mean that I can find that cab file in windows 8? Where?
  3. it doesn't have winpe-srt.cab. i need it to build Windows RE.
  4. where to find it? I need winpe-str.cab
  5. I'm trying to run irfanview to scan and attach the scanned file to a new mail. But the problem is I can't add parameters. This is what I have now. It works when I don't have parameters, if I add them then I get file not found. Anyone can help? Thank you. Sub test1() Dim RetVal On Error GoTo ErrorHandler RetVal = Shell("C:\Program Files (x86)\IrfanView\i_view32.exe /scan /jpgq=50 /convert=c:\temp\scan50.pdf", 1) End ErrorHandler: If RetVal = 0 Then Msg = "File not Found" Else Msg = Err.Description End If MsgBox Msg End Sub
  6. How to deploy tracking protection lists? I want to set this list during setup. Is it possbile? Thank you.
  7. Hello. I'm trying to make an software ap using the hostednetwork feature from windows 7. the only problem is that I can't make it work on the 5Ghz band. I have an intel 6300n wireless adapter. I disabled the 2,4ghz band and also I selected only wireless a from the driver tab, but no luck. Can anyone help with this problem? Thank you.
  8. so there is no way to load syslinux from bootmgr?
  9. I already use pxelinux to boot using pxe. So I prefer to use the same syntax. That's why I ask about loading syslinux from bootmgr.
  10. Hello. Is it possible to load syslinux from bootmgr? I have a usb stick with windows 3.1 pe on it and I want to add syslinux.
  11. that's a good point. didn't know about inv32.xml. but still I prefer RDP rdp client is present on every windows instalation. dart remote viewer is not.
  12. I can start the service automatically when winpe is starting using winpeshl.ini
  13. I want to connect to it using RDP. I can use DART but I have to enter that authorization key. So there is no point to use dart because I have to go to read the key. This is a problem when using PXE boot. Sometimes the computer is not in the same room. Right now I use ultravnc but I don't like it. @Kullenen_Ask I don't care if it's complicated. Did you manage to do it?
  14. I know I can use grub first and load winpe from it. But I don't want that. I want to use windows boot manager and from it to load grub4dos. Is this possible or not? and I need this to work with pxe.
  15. if I'm using the same setup on a portable hdd it's working. But I need the same thing on PXE.
  16. Is it possible to load pxelinux or grub4dos from bootmgr? Right now I load winpe using pxe and I tried to add a menu to load grub4dos. but it's not working.
  17. Is it possbile to enable bitlocker on a portable hard drive and still boot winpe from it? And How?
  18. I don't want to make a slimm version of windows. so that's why I don't have any problems. PersistAllDeviceInstalls and DoNotCleanUpNonPresentDevices are usefull after restarting from sysprep. Without these options windows will start again plug and play detection. The first one,if set to false, willl make setup to detect all the hardwares again. This takes time if done again on the same computer. So it's better to set it to true. And the second one, if set to true, will not remove drivers for hardware that it's not present (when a device is off, like wireless or bluetooth that have an on/off switch). I think in your case the first options it's better because you don't plan to make an standard image and then deploy it to multiple computers. I found a problem if running sysprep on server 2008 r2 and it seems that it's only visible when running in hyper-v. After running sysprep the hyper-v integration services stops. I have no video card drivers and reinstalling again doesn't help. I see in device manager that device is not connected. help
  19. @ZileXa, did you manage to make it work? for me it's working fine. Also I have a little sugestion to make. I found it on technet. link here When you run the sysprep /generalize command, out-of-box device drivers are removed from the Windows image. If you add out-of-box device drivers during installation and you intend to capture the Windows image, to persist out-of-box device drivers, in the Microsoft-Windows-PnpSysprep component in the answer file, set PersistAllDeviceInstalls to True. When you do this, Sysprep does not remove the detected device drivers. For more information, see the Unattended Windows Setup Reference (Unattend.chm).
  20. what motherboard do you have? more importantly to what raid controller the hard drivers are connected?
  21. Hello. I have a question. I'm preparing to migrate the print server role to another server. The only problem is the name of the new computer. For example if I keep the old name do I have to go to every client to reinstall the printer? Scripts or group policy are out of the question because it's not possible. Smart people blocked IPC$
  22. I think it's to complicated. So I tried to run bootsect using wine. the only problem is I don't know how to specify the driver letter Does wine know how to convert driver letter to something like /dev/hda??
  23. so dd if=/dev/hdb1 of=bootsect.lnx size=512 count=1 to copy and dd whatever to write it back on a new hard drive ???
  24. can anyone help with a utility that runs from linux and is capable of changing the bootloader to ntldr? something like bootsect utility from windows. thank you.
×
×
  • Create New...