• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. x23piracy
    3. Best
    • Profile
    • Following 1
    • Followers 6
    • Topics 118
    • Posts 1,166
    • Groups 3

    Posts

    Recent Best Controversial
    • RE: Windows 10 Client 0.11.4 Windows Service

      @RLane you should not use delayed-auto if so there is a race condition for breaking the image when deploying, for some machines you could have luck and for some maybe you will get an error.

      In short when using OEM you can’t use SetupComplete.cmd without calling it by unattend.xml section firstlogoncommands.
      If you are not using OEM you can use SetupComplete.cmd as normal but stay away from delayed auto.

      @Tom-Elliott @Joe-Schmitt Could someone add this information to the wiki?
      If OEM call setupcomplete.cmd via unattend.xml section firstlogoncommands
      if no OEM use Setupcomplete.cmd as normal

      Check here: https://forums.fogproject.org/post/74436

      Regards X23

      posted in Bug Reports
      x23piracyX
      x23piracy
    • RE: Printer Setup Using FOG

      Hi,

      here is one example of my printers:

      alt text

      Alias: KM C258 (AT)
      Printer INF File: \\it4005\Treiber\Drucker\KM\C258\KOAYCJ__.INF
      Printer IP: 172.19.100.242
      Printer Port: IP_172.19.100.242 (It's only the displayname for the port)
      Printer Model: KONICA MINOLTA C368SeriesPCL (this is important and have to match the inf file printername)
      Printer Config File: \\it4005\Treiber\Drucker\KM\C258\settings.dat (there are vbs scripts that import/export windows printer settings)
      

      alt text

      alt text

      the share \it4005\Treiber… is public readable.
      If your target systems are win10 try to use drivers from a share the ones embedded for hp are s***

      posted in Tutorials
      x23piracyX
      x23piracy
    • RE: Windows 10 - Start menu freezing after feature update

      @avaryan said in Windows 10 - Start menu freezing after feature update:

      In case anyone else experience this issue, we seem to have a solution. Something corrupted the default user profile during the Feature Update from Build 1607 to Build 1703.

      The following PowerShell commands took care of the issue:

      Remove-Item -Path C:\Users\Default\AppData\Local\Microsoft\Windows\WebCache -Force -Recurse
      Remove-Item -Path C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache -Force -Recurse 
      

      This solves the issues for any new profiles, but profiles created after the Feature Update will need to be deleted.

      This can be marked as solved now.

      Hi,

      this only happens with Windows 10 1703 when you use “copyprofile” in unattend.xml, if so and if you want to stick with copyprofile (like me) you have to delete the mentioned folders but you miss a file that has also been deleted, let me have a look for it…

      Found it back, look at this thread, what you found was mentioned before (read the complete thread!):
      https://forums.fogproject.org/topic/10210/windows-10-1703-image-with-strange-issue/18

      rd /S /Q "C:\Users\Default\AppData\LocalLow"
      rd /S /Q "C:\users\Default\AppData\Local\Microsoft\Windows\WebCache"
      rd /S /Q "C:\Users\Default\AppData\Local\Microsoft\Windows\INetCache"
      del /F "C:\Users\Default\AppData\Local\Microsoft\Windows\WebCacheLock.dat"
      

      I trigger that delete lines with setupcomplete.cmd

      Microsoft changed the copyprofile behaviour, you need to know how to handle it if you still use it.

      Regards X23

      posted in Windows Problems
      x23piracyX
      x23piracy
    • RE: Is it possible to move an image stored on fog local server, to an external nfs storage

      @george1421 i think the reason is (for me it is) my master has little storage only 50GB and the Storage Node has 4TB. When i put both in a group i have very quick a full master storage.

      Regards X23

      posted in FOG Problems
      x23piracyX
      x23piracy
    • RE: Where are the announced rebranding settings?

      FYI, it’s working 🙂

      alt text

      posted in Bug Reports
      x23piracyX
      x23piracy
    • RE: Webcast: Imaging with FOG, Managing with PDQ

      Here are the questions from the webcast… the more or less regarding to FOG 😜

      1. How can you image using FOG on Windows 10? Also can you use FOG with Intel Gen 6 Processors? -OCSD A.

      2. FOG is one of my favorite tools, but we purchased quite a few Lenovo M78 desktops in the past few years that will not boot with FOG’s iPXE. Is there a workaround to use on just these desktops or a way to push out bios updates safely? -Chris R.

      3. What do you guys at PDQ use FOG for? What could we do if we incorparated FOG with our current PDQ use? -Zach M.

      4. When you create a baseline, are those updated to the latest updates as they come out? If not is there away to make sure your baselines are always updated? -Paul K.

      5. Are there significant advantages to FOG over MDT for an evironment that does not have remote assets that are not VPN’d in? -Zach M.

      6. Can you create an image on FOG using an SSD? -OCSD A.

      7. Our HP desktops can boot via PXE, but our dell vostro 260’s are no longer working. I was abte to create the image, but now they are no longer working. Any ideas? -Paul K.

      8. Does fog allow offline imaging via usb key? -jorlando d.

      9. How does FOG and PDQ handle windows updates? -Ryan M.

      10. I haven’t worked with Snapins much but after I Image with Fog is there a way ti set the OOBE answers (i.e. user that will be using this computer, etc), using the snapin feature for when I image Windows 10? -C P.

      11. Are there any network card driver issues using FOG imaging? -Rod C.

      12. Do you create a Windows 7 image with full updates or are you updating with Rollup packages? -Chris W.

      13. Can I use existing SCCM images with FOG or do I need to create all new images? -Doug K.

      Regards X23

      posted in Tutorials
      x23piracyX
      x23piracy
    • PDQ Deploy run as logged on user, how the hell? :)

      Hi,

      @bob-henderson @PDQ guys how do you realize with your lovely pdq deploy to run a process as logged on user?
      Is it possible to show me the magic?

      I have the following problem, printserver with pdfcreator 1.7.3 running as service, when someone prints a pdf it will directly placed on a client computers share, after this i like to run acrobat reader under the users context with the current created pdf file.

      Therefore i need to run the process under the current logged on user context, how can i realize this?

      Regards X23

      posted in Windows Problems
      x23piracyX
      x23piracy
    • RE: Is it possible to move an image stored on fog local server, to an external nfs storage

      @Wayne-Workman no it was never planned bigger than this, for more storage i have the 4TB storage node. it’s Ubuntu 14.04.4 on VMWare Esx 5.5, the storage node is a physical server.

      Regards X23

      posted in FOG Problems
      x23piracyX
      x23piracy
    • RE: Around 100% cpu usage constantly

      @Wayne-Workman ok we can do this later

      i did the following and it helped.
      to installfog.sh at last line i added a call to restart_services.sh
      additionally i added (as root) to cron (crontab -e) a call to restart_services.sh, use @reboot in front if the crontab line.

      Regards X23

      posted in Linux Problems
      x23piracyX
      x23piracy
    • RE: Activate windows with cd key using snapin

      Hi,

      do we talk about the same VL Key or unique OEMs?
      You can simply use slmgr to inject a key (/ipk) and activate with (/ato) while having this two liner in a batch triggered as snapin

      slmgr /ipk key
      slmgr /ato

      Is it for already deployed hosts that use a key thats out of amount or would you like to use it for machines deployed in the future?

      Regards X23

      posted in Windows Problems
      x23piracyX
      x23piracy
    • RE: Fog not auto joining to the domain requires additional restart to join-Windows 10

      @Joe-Schmitt said in Fog not auto joining to the domain requires additional restart to join-Windows 10:

      @x23piracy while you can do that, it is risky and unadvised. You’re basically creating a race condition and just hoping it works out. I recommend following the written wiki article for how to configure the client and sysprep. We recommend setupcomplete.cmd as that is the proper and safest way to do so.

      Hi,

      well i know this but my SetupComplete.cmd never worked, i placed it in C:\Windows\Setup\scripts\ and i have the following in it:

      del C:\Windows\System32\Sysprep\unattend.xml
      sc config FOGService start= auto
      net start FOGService
      

      I am using Windows 10 Pro, Source iso is from “Media Creation Tool”.
      If someone could tell why this is not working i could walk away from the knife edge i am using.

      For my luck the normal workstations work with my method but when i try to redeploy to the vm i am using to prepare the image again and again i get the error message joe was talking about.

      Is SetupComplete.cmd only working for Enterprise Win 10? I cannot imagine why else it’s not working for me. hmm…

      Regards X23

      posted in FOG Problems
      x23piracyX
      x23piracy
    • RE: 0.11.4 RC4 AD Question

      @RLane Hi, are you using OEM? If so you can’t use SetupComplete.cmd but you can use firstlogoncommands in unattend.xml to call SetupComplete.cmd to get done automated i also create a local user and allow 1 autologon via unattend.xml.

      Read the whole thread: https://forums.fogproject.org/topic/8097/fog-not-auto-joining-to-the-domain-requires-additional-restart-to-join-windows-10

      Regards X23

      posted in General
      x23piracyX
      x23piracy
    • RE: Fails at NTFS

      possibly dead sector on the harddrive? have you tried to replace the hdd in one of them?

      Regards X23

      posted in Windows Problems
      x23piracyX
      x23piracy
    • RE: Fog not auto joining to the domain requires additional restart to join-Windows 10

      @x23piracy said in Fog not auto joining to the domain requires additional restart to join-Windows 10:

      Is anyone using SetupComplete.cmd with a Windows 10 Pro, while source is from Windows Media Creation Tool?

      Regards X23

      Hi,

      i am busted: http://www.overneteducation.it/v2beta/UserFiles/file/ebook/Microsoft_Press_ebook_Deploying_Windows_10_PDF.pdf

      alt text

      This damn company does not use Enterprise… grrr i have to stick with OEM. So i need to use my race condition method, damn it.

      What should i do now?

      Regards X23

      posted in FOG Problems
      x23piracyX
      x23piracy
    • RE: 0.11.4 RC4 AD Question

      @RLane said in 0.11.4 RC4 AD Question:

      @Wayne-Workman Hmm… still no dice.

      Would you please answer my question?
      https://forums.fogproject.org/post/74899

      Regards X23

      posted in General
      x23piracyX
      x23piracy
    • RE: Fails at NTFS

      @imagingmaster21 said in Fails at NTFS:

      @x23piracy Got it to work on another drive.

      well done, re-try the problematic hdd without formatting before.

      Regards Jens

      posted in Windows Problems
      x23piracyX
      x23piracy
    • RE: Which table to check in db to see if there are pending wakeup entrys

      @Quazz said in Which table to check in db to see if there are pending wakeup entrys:

      @Tom-Elliott facepalms in Microsoft’s general direction

      ACK! was a bad day for me 😄

      posted in FOG Problems
      x23piracyX
      x23piracy
    • Is @chad-bisd still alive?

      @chad-bisd give us a sign 🙂

      Regards X23

      posted in General
      x23piracyX
      x23piracy
    • RE: Configure Windows after deploy

      Of course, if you don‘t use an answer file (unattend.xml) you will have the full oobe (out of the box experience).

      Here you can create an answer file:
      http://www.windowsafg.com

      posted in Windows Problems
      x23piracyX
      x23piracy
    • RE: Computers Imaged with FOG wake up again after shutdown (caused by FOG Server)

      @Tom-Elliott said in Computers Imaged with FOG wake up again after shutdown (caused by FOG Server):

      https://forums.fogproject.org/topic/8290/which-table-to-check-in-db-to-see-if-there-are-pending-wakeup-entrys

      Yes this thing is solved @Microsoft

      alt text

      posted in FOG Problems
      x23piracyX
      x23piracy
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 4 / 7