Contents tagged with Windows
-
Forwarding Traffic in Windows
http://woshub.com/port-forwarding-in-windows/
-
Error Message: your system administrator has disabled windows features
Using regedit, search registry setting for:
NoWindowsFeatures
and reset from 1 to 0. Then reboot (or perhaps just logoff). more
-
How to find out who restarted Windows Server
In the event viewer console expand Windows Logs.
Click System and in the right pane click Filter Current Log
In the Filter Current log box, type 1074 as the event ID more
-
How To Find Out What Woke Up Your Computer Last
powercfg -lastwake
Use the command line to find what causes the PC to wake up
One way to find out what is causing a wake-up problem is provided by the command line. Open a command prompt with … more
-
How to Create Windows 7 Recovery USB Drive Quickly and Simply
https://www.ubackup.com/windows-7/create-windows-7-recovery-usb-0310.html more
-
How To Reverse Engineer Windows
https://www.apriorit.com/dev-blog/364-how-to-reverse-engineer-software-windows-in-a-right-way
-
How to Manage a Windows Server Core server
https://docs.microsoft.com/en-us/windows-server/administration/server-core/server-core-manage more
-
Windows 2019 Server: Unexpected Shutdown event tracker on every reboot
Apparently it is a bug with an update - https://social.technet.microsoft.com/Forums/windowsserver/en-US/c543eed6-f647-4563-85ce-8e72d1b36a85/shutdown-event-tracker-keeps-appearing-after-installing-kb4 … more
-
How to Set Up Your Own Email Server on Windows
https://www.maketecheasier.com/set-up-own-email-server-windows/ more
-
Debugging SQL Server – Setting Up Windows Debugger by Amit Bansal
https://www.youtube.com/watch?v=h6tCva6oHio&feature=youtu.be&fbclid=IwAR1C08Nj1HTV_1lLKWPtL0xziPzDz0oqRWoybFY4LlgDIGpOtg90cb7Nat8
https://developer.microsoft.com/en-us/windows/downloads/windows-10- … more
-
Change Windows Automatic Time Synchronisation Schedule
This SpecialPollInterval entry specifies the special poll interval in seconds for manual peers. When the SpecialInterval 0x1 flag is enabled, W32Time uses this poll interval instead of a poll … more
-
Port Forwarding In Microsoft Windows
http://woshub.com/port-forwarding-in-windows/ more
-
Powershell cmdlet to disable Windows Firewall
Powershell cmdlet to disable Windows Firewall:
Get-NetFirewallProfile | Set-NetFirewallProfile –Enabled False more
-
Sleep Options Missing from Windows
Source: https://www.top-password.com/blog/fix-sleep-option-missing-in-windows-power-menu/
(PS: when using command line, make sure "Run As Administrator" has been enabled on the command session) … more
-
Create Windows Hotkeys for Sleep and Shutdown
source: https://www.pcworld.com/article/2090921/how-to-create-hotkeys-for-windows-sleep-and-shutdown.html
The Power button, of course, is the one you press when you turn on your PC. You may or may … more
-
Windows Firewall Enable and Disable via Command Line
This is how you do it using a command prompt:
To Turn Off:
NetSh Advfirewall set allprofiles state off
To Turn On:
NetSh Advfirewall set allprofiles state on
To check the status of Windows … more
-
Edit Windows Registry via Command Line
https://www.windowscentral.com/how-edit-registry-using-command-prompt-windows-10 more
-
Windows Firewall Rules for File and Print Sharing
Source: http://tritoneco.com/2013/09/18/file-and-printer-sharing-firewall-rules-explained/
This article is an overview of the ports and services necessary for File and Print Sharing. File shares to … more
-
Windows Firewall Logging
https://www.howtogeek.com/220204/how-to-track-firewall-activity-with-the-windows-firewall-log/
-
Windows Server 2016: Reset Filesystem Permissions on a Folder
Open a command window, and Run As Administrator:
takeown /F "Full Path of Folder or File"
takeown /F "Full Path of Folder or File" /r /d y
icacls "Full Path of Folder or File" /grant … more