-
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...- serverguy
- Thread
- browser dedicated server error home server hosting loading issues mysql network performance php quad core ram scripting server 2008 server configuration slow troubleshooting web development website xampp
- Replies: 9
- Forum: Windows Server Forums
-
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...- Neemobeer
- Thread
- antivirus api keys automation blacklist configuration hashing logging malware notifications powershell process monitoring scripting security task scheduler unsigned processes virus detection virustotal whitelist windows 10
- Replies: 4
- Forum: Programming and Scripting
-
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...- dsaum
- Thread
- automation batch file bootmgr command line computer access error file renaming hard drive ip address net network remote scripting security shutdown syntax error system files troubleshooting windows
- Replies: 2
- Forum: Programming and Scripting
-
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...- neocode
- Thread
- add-ins automation development explorer file management integration moving files new user old folder path management programming registry scripting software tutorial user help windows windows 10 windows 11
- Replies: 7
- Forum: Programming and Scripting
-
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...- pstein
- Thread
- aegis components free software microsoft open source patch privacy recommendations scripting security technology telemetry uninstall upgrade user experience windows 7 windows 8
- Replies: 1
- Forum: Windows Upgrade and Installation
-
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...- Neemobeer
- Thread
- access automation clsid control panel customization desktop folders functionality god mode interface management powershell registry scripting settings shortcuts techniques tools user experience windows
- Replies: 1
- Forum: Windows Help and Support
-
Enhanced Mitigation Experience Toolkit (EMET) 5.5 converter
Script to convert setting to EMET 5.5 values Link Removed- News
- Thread
- application compatibility configuration converter emet enhancements mitigation performance scripting security settings software toolkit tools update version 5.0 windows 10 windows 7 windows 8
- Replies: 0
- Forum: Live RSS Feeds
-
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...- Neemobeer
- Thread
- automation code snippet configuration execution policy file hashing file integrity file management hash function malware md5 message box powershell registry scripting sha1 sha256 sha512 user control windows
- Replies: 2
- Forum: Programming and Scripting
-
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...- Neemobeer
- Thread
- archive automation backup bsod crash dump diagnostics driver list elevated error analysis event log memory dump minidump powershell prompt scripting system information system report troubleshooting windows zip files
- Replies: 2
- Forum: Windows Blue Screen of Death (BSOD)
-
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...- Neemobeer
- Thread
- alert configuration device status email error host monitoring network notifications ping powershell programdata scripting securestring server system administration task scheduler windows
- Replies: 1
- Forum: Programming and Scripting
-
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- News
- Thread
- automation configuration dsc management powershell scripting update windows management winrm wmi
- Replies: 0
- Forum: Live RSS Feeds
-
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- Davidctv
- Thread
- batch file community david disable help network network discovery scripting windows 10
- Replies: 15
- Forum: Programming and Scripting
-
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...- News
- Thread
- autoscaling challenges cloud cover cloud platforms compute engineering deployment github linux load balancer microsoft azure overview public preview resource explorer scale sets scaling scenarios scripting virtual machine vm management
- Replies: 0
- Forum: Live RSS Feeds
-
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...- borate
- Thread
- background processes calculator event viewer id creation process monitoring scripting task manager tech help user guide windows 10
- Replies: 9
- Forum: Windows Help and Support
-
AdventureWorks Sample Databases and Scripts for SQL Server 2016 CTP3
Sample databases and scripts for SQL Server 2016 CTP3. Link Removed- News
- Thread
- adventure works ctp3 data analysis data management developer tools sample databases scripting sql sql server version 2016
- Replies: 0
- Forum: Live RSS Feeds
-
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- wyldbear
- Thread
- batch file cmd comments contributing artist director file copy file information file management genres scripting tech tips text file user inquiry windows commands writer years
- Replies: 2
- Forum: Windows Help and Support
-
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- Visual Basic
- Thread
- analog clock development programming sample code scripting tapatalk tutorial visual basic
- Replies: 1
- Forum: Programming and Scripting
-
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- News
- Thread
- check hpc microsoft patch powershell qfe scripting update version windows
- Replies: 0
- Forum: Live RSS Feeds