Search:

Type: Posts; User: zebal

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: QEMU Virtualmachine Powershell Error by zebal
    Forum: Virtualization
    Replies 29 Views 4,802

    See this: macos - How to resolve "Specify the...

    See this:
    macos - How to resolve "Specify the 'raw' format explicitly to remove the restrictions." in qemu? - Stack Overflow

    Therefore:
  2. Replies 24 Views 2,221

    Here are few other suggestions: On a computer...

    Here are few other suggestions:
    On a computer which is having this issue make sure the following services are running, restart if running:

    LanmanWorkstation: Workstation
    LanmanServer: Server
    ...
  3. Replies 24 Views 2,221

    Looks fine except -update is before -config which...

    Looks fine except -update is before -config which is not what the script reports as "syntax"

    Anyway, what's the result of my post #12
  4. Replies 24 Views 2,221

    Here are few suggestions, on a computer which is...

    Here are few suggestions, on a computer which is having this issue:
    1. Open services.msc as Admin and restart "Function Discovery resource publication" (FdRedPub) service and try again
    2. Check if...
  5. Replies 24 Views 2,221

    Is it possible to post code of your batch script...

    Is it possible to post code of your batch script which is run by task scheduler?
    Only relevant portion including line breaks
  6. Replies 24 Views 2,221

    If it's indeed syntax error then that's the...

    If it's indeed syntax error then that's the syntax:


    However your command is not according to the syntax:


    It should be:


    Other than this I see no other issues from information you gave...
  7. Replies 24 Views 2,221

    I suspect that's because it's interpreted as file...

    I suspect that's because it's interpreted as file rather than directory, try adding a slash at the end ex:

    dir=z:/awstats/wwwroot/reports/
  8. Replies 24 Views 2,221

    How do you know it's syntax error if AWStats is...

    How do you know it's syntax error if AWStats is not telling you what the error is?
    Can you take a screenshot of the syntax error?
  9. Replies 24 Views 2,221

    I think you need to update your perl script to...

    I think you need to update your perl script to report line number at which it fails.

    In other words you need debugging and logging facility.
    You want to make sure that your script at the end...
  10. Replies 15 Views 1,513

    There are 2 steps to repair windows files, one...

    There are 2 steps to repair windows files, one consists of DISM command and other is sfc, it is important that you run dism first followed by sfc

    DISM tutorial:
    Use DISM to Repair Windows 10...
  11. Thread: Windows 10 pro administrator not propagating filtering down by zebal
    Forum: User Accounts and Family Safety
    Replies 14 Views 1,968

    I think you need to take ownership of the...

    I think you need to take ownership of the C:\SAV_ASW first, and set it to Administrators
    Change Owner of File, Folder, Drive, or Registry Key in Windows 10

    and then restore inherited permissions...
  12. Thread: Please suggest some download managers by zebal
    Forum: Software and Apps
    Replies 24 Views 2,600

    Sorry but I never heard of or seen such download...

    Sorry but I never heard of or seen such download manager, it's totally alien to me.
  13. Thread: Unable to install Firefox browser by zebal
    Forum: Browsers and Email
    Replies 13 Views 1,766

    Since you're having same issue with multiple...

    Since you're having same issue with multiple programs then you should consider reinstalling Windows.
  14. Replies 11 Views 1,864

    You said to be re-installing HP software, but...

    You said to be re-installing HP software, but have you also (re)installed printer driver from HP site?
  15. Thread: QEMU Virtualmachine Powershell Error by zebal
    Forum: Virtualization
    Replies 29 Views 4,802

    Sorry but I'm not sure I can help, the...

    Sorry but I'm not sure I can help, the documentation is vast and I don't find the right syntax.

    But I'm pretty sure qemu is ignorant of windows paths.
    I suggest you to install it somewhere so...
  16. Thread: QEMU Virtualmachine Powershell Error by zebal
    Forum: Virtualization
    Replies 29 Views 4,802

    Now that you made virtual disk you need to let...

    Now that you made virtual disk you need to let qemu know where it is, see my post #15

    Specify -drive and path to disk which was created.

    Btw. it seem qemu is ignorant of windows paths, so...
  17. Thread: Microsoft SQL service compact 4.0 ENU by zebal
    Forum: General Support
    Replies 4 Views 483

    It was likely installed with some other program...

    It was likely installed with some other program which requires it.
    uninstalling it is similar as uninstalling VC++ redist, program which require it might not function properly.
  18. Replies 17 Views 4,359

    What beats me when a banker offers me mobile...

    What beats me when a banker offers me mobile banking, I decline in favor to physically visit the bank and then they strangely look at me.
    But isn't the banker supposed to know that there is no...
  19. Replies 4 Views 1,086

    When you use ISP DNS supplied by router then...

    When you use ISP DNS supplied by router then Windows will obtain router DNS address via communication with router and will use the DNS for subsequent queries.
    All that Windows has to know is the IP...
  20. Thread: QEMU Virtualmachine Powershell Error by zebal
    Forum: Virtualization
    Replies 29 Views 4,802

    Please try this instead: .\qemu-img create...

    Please try this instead:

    .\qemu-img create virtualdisk.vhdx 50G

    This should create the disk in current directory from where qemu-img is run, does it work? any errors?


    It's difficult to...
  21. Thread: Do I need a new SSD after getting hacked? STOP/DJVU by zebal
    Forum: AntiVirus, Firewalls and System Security
    Replies 30 Views 3,792

    if you do: select disk clean doesn't that...

    if you do:
    select disk
    clean

    doesn't that remove MBR?
  22. Thread: Can't remove Thumbs.db by zebal
    Forum: General Support
    Replies 7 Views 1,818

    James1093 Can you please paste the correct path...

    James1093
    Can you please paste the correct path here to your new post?
    copy it from windows explorer to make sure it's precise.
  23. Thread: QEMU Virtualmachine Powershell Error by zebal
    Forum: Virtualization
    Replies 29 Views 4,802

    The word "suffix" means it's appended to...

    The word "suffix" means it's appended to something, therefore to specify 50 gigabytes:

    .\qemu-img create "C:\Program Files\qemu\virtualdrive\virtualdisk.vhdx" 50G


    yes, it's stated here:
    Disk...
  24. Thread: Can't remove Thumbs.db by zebal
    Forum: General Support
    Replies 7 Views 1,818

    Thanks, that's an interesting suggestion.

    Thanks, that's an interesting suggestion.
  25. Thread: QEMU Virtualmachine Powershell Error by zebal
    Forum: Virtualization
    Replies 29 Views 4,802

    Do you have a link? because I can't find this....

    Do you have a link? because I can't find this.
    Anyway I think suffix has to do with disk size, ex. if the number is specified in giga bytes then you need suffix, but the default is kilobytes so...
Results 1 to 25 of 250
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 06:53.
Find Us




Windows 10 Forums