Windows

HowTo Delete files that are too long

13th June 2022

Method1:get a command prompt as administrator in the directory with the file that has too long namedir /Xthis will tell you it’s shortened dos filenamethen you can say del shortr~1.txt…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

How to Track Registry changes

4th May 2022
๐Ÿ“Œ
0๐Ÿ’ฌ read more

Finding Domain Kerberos Delegations

31st March 2022

nice powershell script here https://blog.netwrix.com/2021/11/30/what-is-kerberos-delegation-an-overview-of-kerberos-delegation/

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Alternate method to license Windows server from Eval

22nd December 2021
๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows gets a Package Manager

30th May 2021

A package manager shows all the installed software, version numbers and allows installing/UN-installing/updating. From the command line. I can imagine this working well in conjunction with a persistent VPN like…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows log file sizing

5th April 2021

By default Windows uses a Rotating log file which means that when the log file gets full, the oldest entries automatically get over written. the default log size is 128mb…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows Admin MMC tricks

22nd March 2021

Nice Video on AD best practices and some info on MMC Saved Queries and Task Pads that will save time for any Windows Administrator

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows GeoFiltering the cheap and hacky way

16th March 2021

I started from this post and moved the file downloads into powershell remrem http://www.gregsitservices.com/ip-security/ip-security-package.zip wget “https://www.ipdeny.com/ipblocks/data/aggregated/cn-aggregated.zone” -outfile “cn-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/ru-aggregated.zone” -outfile “ru-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/ir-aggregated.zone” -outfile “ir-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/kp-aggregated.zone” -outfile “kp-aggregated.zone”wget “https://www.ipdeny.com/ipblocks/data/aggregated/kr-aggregated.zone” -outfile “kr-aggregated.zone”…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Computer Blue Screens when turned on

5th February 2021

Take a picture of the bluescreen and research the code Update your driversstart menu, Settings gear, Update & Security, Check for UpdatesFeature updates may help but normally they just add…

๐Ÿ“Œ
0๐Ÿ’ฌ read more

Windows 10 Security

2nd February 2021

Nice article about the new security features in Windows 10 https://www.bleepingcomputer.com/news/microsoft/windows-10-features-that-boost-your-pcs-security-and-privacy/

๐Ÿ“Œ
0๐Ÿ’ฌ read more