Jump to content

patronu

Member
  • Posts

    86
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Posts posted by patronu

  1. 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

  2. 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.

  3. The Dart component outputs a xml file with the connection info (ticket number, port etc), it's the inv32.xml file and is stored in X:\Windows\System32. You can (quite easily), create a vbscript that parses that file and stores a shortcut on the server. The dart connection viewer accepts commandline input of ticknumber etc.

    Sidenote: In MDT 2012 Beta 2 (out in october) Microsoft added a connect button in the server side UI, so you can see all running/deploying clients, and directly connect to them. Very nice :)

    / Johan

    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.

  4. 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?

  5. 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 :)

  6. @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).

  7. 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$ :)

×
×
  • Create New...