Search:

Type: Posts; User: LesFerch

Page 1 of 10 1 2 3 4

Search: Search took 0.02 seconds; generated 22 minute(s) ago.

  1. Replies 6 Views 5,503

    You can use WinSetView...

    You can use WinSetView to set the width of any column as narrow as you like. As long as you don't drag the column separator, it will remain narrow. If you do drag it, the width will pop back to...
  2. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    Fortunately, an RD command via an HKLM RunOnce...

    Fortunately, an RD command via an HKLM RunOnce does the trick with a regular start up, but I'll keep your safe mode script in mind should the need arise. Good stuff. Thanks!
  3. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    As noted by Callender, the Windows Defender...

    As noted by Callender, the Windows Defender Protection history can be cleared at machine startup. I have revised the ClearDefenderHistory script to do that:

    ClearDefenderHistory | Clear Windows...
  4. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    Yup

    Yup
  5. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    I tried both PowerRun and AdvancedRun to open Cmd...

    I tried both PowerRun and AdvancedRun to open Cmd as TrustedInstaller and get "Access Denied" when attempting to delete or create a file within "C:\ProgramData\Microsoft\Windows...
  6. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    I'm seeing the same issue. I did my usual test...

    I'm seeing the same issue. I did my usual test which is to download NSudo from here.

    That always causes a false positive "Virus detected". Usually there's no problem clearing it from the history....
  7. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    Thanks for testing. It's weird. I've never had a...

    Thanks for testing. It's weird. I've never had a problem clearing the history with that script. I assume you've already logged out/logged in and/or restarted, so I can't really think of anything else.
  8. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    I wonder if it will help to introduce a small...

    I wonder if it will help to introduce a small pause in the script:



    $ScriptBlock = {
    $MAPS_Status = (Get-MpPreference).MAPSReporting
    Set-MpPreference -DisableRealtimeMonitoring 1
    ...
  9. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    But what does it show for Protection History in...

    But what does it show for Protection History in the interface? If it says "No recent actions", you can just ignore those leftover files.

    408353
  10. Thread: Clear Windows Security Center (Defender) Protection History by LesFerch
    Forum: AntiVirus, Firewalls and System Security
    Replies 70 Views 131,865

    esscape75 Try this: ClearDefenderHistory | Clear...

    esscape75 Try this:
    ClearDefenderHistory | Clear Windows Defender History Files
  11. Thread: No permission to save in location by LesFerch
    Forum: General Support
    Replies 13 Views 639

    I think it will be fine to use the tenforums Take...

    I think it will be fine to use the tenforums Take Ownership script on C:\inetpub:

    Add Take Ownership to Context Menu in Windows 10

    Or use the "Take ownership and get access option" from my...
  12. Thread: No permission to save in location by LesFerch
    Forum: General Support
    Replies 13 Views 639

    Is the full path C:\inetpub\wwwroot\? If so,...

    Is the full path C:\inetpub\wwwroot\?

    If so, it should normally allow writing there without requiring elevation. I think it would be fine to reset the ownership and permissions of the C:\inetpub\...
  13. Replies 87 Views 178,721

    You can export certain keys from HKCU from one...

    You can export certain keys from HKCU from one account and then import them into another account, but you have to be careful that you don't capture references to the account name or profile path (or...
  14. Replies 87 Views 178,721

    Johnny Rico I got the ntuser.dat file and did...

    Johnny Rico I got the ntuser.dat file and did some testing with it. Unfortunately, I was not able to recreate the problem. It probably depends on some third-party tool to be running. Your profile is...
  15. Replies 87 Views 178,721

    Good to hear it's okay with a new profile. I...

    Good to hear it's okay with a new profile.

    I would like to see if I can isolate the setting causing the problem on your main account. If you can send me your NTUser.dat file, I might be able to...
  16. Replies 87 Views 178,721

    It's dead simple to create a new local user. I...

    It's dead simple to create a new local user. I think it's a good idea to have second account always ready to go in case something goes terribly wrong with your main account's profile. Here are the...
  17. Replies 87 Views 178,721

    The ini file you sent was last used to reset the...

    The ini file you sent was last used to reset the views to Windows defaults, but I unchecked that option and applied your settings. Again, I don't have any problem with the width. Long names are...
  18. Replies 87 Views 178,721

    I cannot replicate this behavior. I see that you...

    I cannot replicate this behavior. I see that you have column headings in List view. That's not a normal Windows 10 view option. What Explorer mods do you have installed?

    If you can attach your...
  19. Replies 11 Views 3,194

    There's an updated script on elevenforum.com:...

    There's an updated script on elevenforum.com:
    Rebuild Icon Cache in Windows 11 Tutorial | Windows 11 Forum

    The main difference is the addition of a 2 second wait between killing Explorer and...
  20. Replies 83 Views 73,978

    :thumbsup: Welcome to the forum! Good point about...

    :thumbsup: Welcome to the forum! Good point about the interface. It is indeed a bit quirky.
  21. Replies 30 Views 1,435

    Please show us a screenshot like the following...

    Please show us a screenshot like the following with "File name extensions" checked and the "File extension" column added. Note that showing of file name extensions makes no difference for shortcuts,...
  22. Replies 12 Views 792

    On most laptops, the function keys serve dual...

    On most laptops, the function keys serve dual purpose of Fn 1-12 and device controls such as volume, brightness, monitor switching, etc.

    By default, most laptops are set to execute the device...
  23. Replies 83 Views 73,978

    :thumbsup:

    :thumbsup:
  24. Thread: New App: Right-Click Tools by LesFerch
    Forum: Software and Apps
    Replies 7 Views 442

    :cool: Thanks!

    :cool: Thanks!
  25. Thread: New App: Right-Click Tools by LesFerch
    Forum: Software and Apps
    Replies 7 Views 442

    :doh:Thanks! :-)

    :doh:Thanks! :-)
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 18:14.
Find Us




Windows 10 Forums