• FOG Inventory fetch monitor details

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Delayed tasks for group

    1
    0 Votes
    1 Posts
    887 Views
    No one has replied
  • Which OU?

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    x23piracyX

    Hi,

    i don’t understand the hole thread also the title!
    I just can a little foresee what u may ment.

    Greetz X23

  • Update Registry when FOG client changes Host.

    5
    0 Votes
    5 Posts
    3k Views
    Jaymes DriverJ

    okay, so I found the section in MOD_HostNameChanger.cs in the folder /usr/src/fog_0.32/FOG Service/src/FOG_HostNameChanger

    I have added these two lines

    regKey = Registry.LocalMachine.OpenSubKey(@“SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon”, true);
    regKey.SetValue(“AltDefaultDomainName”, newname);
    regKey = Registry.LocalMachine.OpenSubKey(@“SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon”, true);
    regKey.SetValue(“DefaultDomainName”, newname);

    to the class
    [code]
    private void doDefaultMode( string newname)
    {
    RegistryKey regKey = null;
    log(MOD_NAME, “Using default fog method.”);
    regKey = Registry.LocalMachine.OpenSubKey(@“SYSTEM\CurrentControlSet\Services\Tcpip\Parameters”, true);
    regKey.SetValue(“NV Hostname”, newname);
    regKey = Registry.LocalMachine.OpenSubKey(@“SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName”, true);
    regKey.SetValue(“ComputerName”, newname);
    regKey = Registry.LocalMachine.OpenSubKey(@“SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName”, true);
    regKey.SetValue(“ComputerName”, newname);
    regKey = Registry.LocalMachine.OpenSubKey(@“SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon”, true);
    [/code]

    being the registry values I am wanting to change are in [B]HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DefaultDomainName[/B] and [B]HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\AltDefaultDomainName[/B]
    and I want to populate it with the same information being supplied in the rest of the registry keys.

    Do I need to compile this and push it, or is saving the configurations going to be good enough?

    I already built my image, do I need to update the fog client on my images and push it out again?

    Sorry not done anything like this before don’t want to break anything and I want it to work 😄

  • Faster-than-gzip compression

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Update Primary User Field (Under Hardware)

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Full UEFI-Deployment Support for Windows 7 x64

    9
    0 Votes
    9 Posts
    8k Views
    A

    Seems like I am stuck in a similar place. At this point I can image and deploy from fog, but after that I cannot get the computer to boot from the hard drive without manually going to each computer and changing the boot order in the bios.

  • Fog Request: Manage Drive Letters for Optical Drives

    2
    0 Votes
    2 Posts
    1k Views
    M

    You can do this as the last thing on sysprep if you wish with diskpart and a tiny script file that contains the following…

    select volume=f
    assign letter=z

    This supposes the drive letter you want to change is f:
    Change accordingly 😉

    Save that to a text file or any name you wish then run c:\Windows\System32\diskpart /s <script filename>

  • Current logged on user on host screen

    1
    0 Votes
    1 Posts
    960 Views
    No one has replied
  • Fog client command ability

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Variable check-in delay on FOG client install

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Multi-PC single snapin deploy

    9
    0 Votes
    9 Posts
    4k Views
    T

    Sorry! I forgot to mention that it belongs in the groups section of the file. Glad to see y’all got it working in the end.

  • FOG available as a QPKG for QNAP Devices

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Mac Feature

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    G

    [quote=“Tim Jackson, post: 11199, member: 3381”]How did you get on with this? I have my Macs able to Netboot from my FOG server but need to get a method to apply images from inside the Netboot image…
    cheers
    timjak[/quote]

    Well, I didn’t… I wrote a script to do it in Ubuntu, and will wait for partclone support in FOG… I don’t know where I put the script, but it was mainly backuping/restoring the GPT table (using gdisk, iirc), and then using the partclone hfs+ backup/restore utility for the partitions…

    (Sorry, I don’t check the forums often enough… :D)

  • Change Chntpw

    Solved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Command line in Windows?

    1
    0 Votes
    1 Posts
    971 Views
    No one has replied
  • Sub-Groups

    1
    0 Votes
    1 Posts
    873 Views
    No one has replied
  • Force Logoff

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    S

    [quote=“ZeroSkillz, post: 11092, member: 3464”]Thank you this was very helpful.[/quote]

    no problem.

    enjoy

  • Tweaking sysprep and unattend before boot

    Solved
    1
    0 Votes
    1 Posts
    909 Views
    No one has replied
  • Host Management

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    falkoF

    cant use description field, but why didn’t I think of the IP field haha thanks

107

Online

12.4k

Users

17.5k

Topics

156.0k

Posts