Search:

Type: Posts; User: garlin

Page 1 of 10 1 2 3 4

Search: Search took 0.00 seconds; generated 44 minute(s) ago.

  1. Replies 2 Views 136

    Your app's vendor should disclose what DNS host...

    Your app's vendor should disclose what DNS host address they're trying to connect to, and on which network port.

    It may be your home network is blocking this connection, and therefore the app...
  2. Thread: alternative to MS Store for WhatsApp? by garlin
    Forum: Software and Apps
    Replies 1 Views 204

    The last version of WhatsApp EXE is still...

    The last version of WhatsApp EXE is still available, but obsolete.

    Browse Microsoft Store - Generation Project (v1.2.3)

    1. Select "[B]ProductId" from the left drop menu.
    2. Copy and paste...
  3. Thread: System Image Manager and Bitlocker by garlin
    Forum: Installation and Upgrade
    Replies 4 Views 755

    Standard answer for all sysprep work: Always...

    Standard answer for all sysprep work: Always disable networking so WU doesn't silently update any UWP apps in the background.


    2024-05-25 18:17:46, Error SYSPRP Package ...
  4. Replies 3 Views 194

    You're specifying an absolute path, so it doesn't...

    You're specifying an absolute path, so it doesn't matter if your CMD or script is running from a different working directory or drive letter.
  5. Replies 3 Views 194

    You're allowed to create an entire subfolder's...

    You're allowed to create an entire subfolder's path from scratch.


    MD A:\Graphics\converter
    MD A:\Editor\VIDEO\Converter
    MD A:\Editor\VIDEO\Editor
    MD A:\Editor\VIDEO\Renamer\filebot
  6. Replies 6 Views 369

    Then change the DisplaySwitch argument to one of...

    Then change the DisplaySwitch argument to one of /internal, /clone, /extend, or /external
  7. Thread: Why do people still run WinXP systems by garlin
    Forum: General Support
    Replies 24 Views 1,318

    I presume you have to find parts from another...

    I presume you have to find parts from another identical system. Certification is about testing a specific combination of parts and software, and any unauthorized substitutions break the...
  8. Replies 6 Views 369

    This can be a recurring problem, if you switch...

    This can be a recurring problem, if you switch the external display for a reason (ie. laptop).

    There is no GPO or (easy) registry setting, for enforcing the same default mode. Some users suggest...
  9. Thread: How to know if I am running cracked windows 10? by garlin
    Forum: Windows Updates and Activation
    Replies 7 Views 570

    If it's a name brand PC (Dell, HP, Lenovo, ASUS),...

    If it's a name brand PC (Dell, HP, Lenovo, ASUS), it has a factory license in the BIOS. Though it might be cracked if someone changed from Home to Pro, which requires a different key.
  10. Thread: Why do people still run WinXP systems by garlin
    Forum: General Support
    Replies 24 Views 1,318

    As a medical-grade device -- replacing the PC or...

    As a medical-grade device -- replacing the PC or OS would require re-certification of the entire system, which is time consuming and expensive even if everything was off the shelf. So everyone...
  11. Thread: Fun with setup.exe by garlin
    Forum: Installation and Upgrade
    Replies 10 Views 1,543

    You don't need any script. Just follow the...

    You don't need any script.

    Just follow the multiple guides out there on creating a multi-edition ISO. There's no rule that every edition has to be the same Windows release. Your only limitation...
  12. Thread: System Image Manager and Bitlocker by garlin
    Forum: Installation and Upgrade
    Replies 4 Views 755

    OP cross-posted the same question on another...

    OP cross-posted the same question on another forum.

    Windows System Image Manager (WSIM) from the Windows ADK is the legacy tool for customizing install images, by building unattended files. You...
  13. Replies 11 Views 925

    Good work, and here's some points for...

    Good work, and here's some points for improvement:

    1. This script uses the ternary operator [? A : B], therefore requires PowerShell 7 to run, and needs to clearly declare:


    #Requires...
  14. Thread: Popups appearing on startup, Window 10 by garlin
    Forum: General Support
    Replies 2 Views 315

    You're probably seeing the new Lock Screen apps. ...

    You're probably seeing the new Lock Screen apps. Scroll down to the middle for the W10 instructions:
    Configuring weather and more on the lock screen in Windows
  15. Thread: Adobe Acrobat Pro and install directories by garlin
    Forum: Software and Apps
    Replies 4 Views 430

    The workaround shared by some Adobe users, is to...

    The workaround shared by some Adobe users, is to first create the entire destination path before installing there.
    Acrobat DC Install Fail, Destination Folder Not Empty
  16. Replies 1 Views 327

    802.1X refers to a network authentication...

    802.1X refers to a network authentication protocol for endpoints, more commonly used by large companies and universities. If your off-campus access is provided by a 3rd-party, most likely:

    1. ...
  17. If you created a Local User account, instead of...

    If you created a Local User account, instead of using a MS Account, then OneDrive doesn't move everything to under the OneDriver folders. OneDrive's folders are kept in parallel. It's only when you...
  18. Replies 515 Views 736,278

    RealtekAudioDriverIntegration.ps1 script crashes...

    RealtekAudioDriverIntegration.ps1 script crashes when running on any user profile that has OneDrive hosting the Desktop.
    Errors in Powershell running RealtekAudioDriverIntegration.ps1 script

    The...
  19. This script doesn't expect to be running on any...

    This script doesn't expect to be running on any user profile that has OneDrive hosting the Desktop and other folders.

    To correct the script, this block of lines needs to be updated (first two...
  20. The script is trying to delete and create a new...

    The script is trying to delete and create a new RealtekAudioDriverIntegration.log file on your Desktop.

    There could be a permissions problem writing to your Desktop, or a previous file there owned...
  21. Replies 29 Views 1,707

    How does your MySql instance run? As a...

    How does your MySql instance run? As a continuous background service, or only when you're logged on? Do you allow your PC to enter sleep mode?

    This log suggests the existing database network...
  22. Replies 29 Views 1,707

    We're back to a missing environment issue, but...

    We're back to a missing environment issue, but that's a better problem than the previous situation.
  23. Replies 29 Views 1,707

    In my last workplace, our devs' normal procedure...

    In my last workplace, our devs' normal procedure was to create non-interactive local or network service accounts and have the [SQL] database grant them access based on identity. This removes the...
  24. Replies 29 Views 1,707

    Is there a reason it has to run from an OneDrive...

    Is there a reason it has to run from an OneDrive folder as opposed to any other local folder? I don't think it's a rights issue, but the semantics of how Windows treats local OneDrive resources when...
  25. Replies 29 Views 1,707

    No, what I meant was since this is unpublished...

    No, what I meant was since this is unpublished code -- we here can't see the inner workings. Everyone is treating the problem as a normal question on "Why doesn't my Scheduled Task work?"

    In your...
Results 1 to 25 of 247
Page 1 of 10 1 2 3 4
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 10:01.
Find Us




Windows 10 Forums