scripting

  1. serverguy

    Website is slow, most times "waiting for "url" "

    Hello, I recently setup a new server with a website, so i can learn windows server 2008 I am using a desktop computer, it's a quad core 8 gig of ram, I've used xampp before on this computer and the website runs fast, I also had the website on my ovh dedicated server online and it runs fast...
  2. Neemobeer

    Windows 10 Windows 10 Powershell based virus detector

    Here's a neat script I put together today. If added as a scheduled task it will loop and monitor running processes. The only thing needed is to sign up for an account on virustotal.com to get an API key then replace the F's with your api key Function Get-ProcessReport([string]$FilePath...
  3. D

    Windows 7 Rename a remote system file?

    Hey all! I'm a noob at writing batch files and have written a bunch, but my latest one is an odd one. I'm actually trying to break remote machines (for security reasons) by renaming the bootmgr system file and then shutting the machines down so they can no longer boot up. My batch file will map...
  4. neocode

    Windows 10 How to integrate software in the windows?

    Hello, I'm new here, I'm wondering how I can integrate software in the Windows. For example, if I want to add an item to the context menu, in the explorer window, to send a file to an OLD folder. So, after click in «Send to Old» it would create a folder «yyyy-MM-dd - Old» in the same path of...
  5. P

    Windows 7 Great script to uninstall all unnecessary Microsoft "telemetry"/spy patches

    Inspired by a comment on webpage Aegis: Block all Windows 10 components on Windows 7 and 8 - gHacks Tech News I tried out the free uninstall script on Aegis for Windows 7/8.x - Block all known Microsoft spying and Windows 10 upgrade elements | technology which removes dozends of Microsoft...
  6. Neemobeer

    Windows 10 Hidden shortcut musings

    I was bored and decided to look at the GodMode shortcut. For those of you that don't know what that is I'll explain. It's basically a folder shortcut with a special CLSID extension. CLSID is short for Class ID. The godmode shortcut will display a lot of settings available in the Control...
  7. News

    Enhanced Mitigation Experience Toolkit (EMET) 5.5 converter

    Script to convert setting to EMET 5.5 values Link Removed
  8. Neemobeer

    Windows 10 Creating your own file hashing "program"

    I personally need to generate file hashes quite a bit for verifying file integrity as well as analyzing malware samples. I really wanted to have code that I had complete control over so I wrote a short powershell script and some minor registry editing to set this up. Registry Change If you...
  9. Neemobeer

    Windows 10 Powershell to collect info for BSOD

    Here is a powershell script that collects roughly the same info for BSOD analysis. Simply run it from an elevated powershell prompt. It creates a folder on the desktop called SYSTEMREPORT and a SYSTEMREPORT.zip. It will also prompt you and enable crash dumps if you don't have them enabled...
  10. Neemobeer

    Windows 10 Powershell script to monitor device status

    Another powershell script. This one is for monitoring systems and to send alerts if a monitored system is no longer pingable. It generates a balloon notification and an email alert. It is similar to my laptop tracking script. Run the script once to configure it then add your hosts you wish...
  11. News

    Windows Management Framework 5.0

    Windows Management Framework 5.0 includes updates to Windows PowerShell, Windows PowerShell Desired State Configuration (DSC), Windows Remote Management (WinRM), Windows Management Instrumentation (WMI). Link Removed
  12. D

    Windows 10 Script to disable Network Discovery

    Hi, I would like to create a bat file that will disable Network Discovery on Windows 10. Any help would be greatly appreciated. Thanks, David
  13. News

    Episode 191: Virtual Machine Scale Sets with Guy Bowerman | Microsoft Azure Cloud Cover Show

    In this episode Chris Risner and Haishi Bai are joined by Link Removed, Program Manager on the Azure Compute Engineering team focusing on Linux and Scale. He joins us to talk about Virtual Machine Scale Sets. Scale Sets are a way to deploy and manage a set of identical VMs. Scale Sets handles...
  14. B

    Windows 10 Create Event Viewer ID

    The object is to create a unique Event Viewer ID that appears when a specific background process starts - Windows 10 Calculator, for example. When calculator is in use, it is listed only in the Task Manager APPS area. However, when it's not running it randomly appears only as a background...
  15. News

    AdventureWorks Sample Databases and Scripts for SQL Server 2016 CTP3

    Sample databases and scripts for SQL Server 2016 CTP3. Link Removed
  16. W

    Windows 10 How to copy file details such as year & genre etc. to a text file.

    Hi, I have already learnt to use (dir /b >direct.txt) in CMD prompt to copy all the file names in a folder to a txt file but was wondering if i'st possible to also get all the file details such as Year, Genre, Writer, Director, Contributing Artist & Comments etc. Regards Wyldbear
  17. V

    Creating an Analog Clock in Visual Basic: Tips and Guidance Needed

    How can you make an analog clock? Thanks! Sent from my SM-T110 using Tapatalk
  18. News

    Microsoft HPC Pack Patch Check Script

    This Windows PowerShell script checks the current HPC Pack version and whether all the available updates and QFEs are installed. Link Removed
Back
Top