Xander
Banned
- Reaction score
- 66
- Location
- Niagara region, Ontario
I'm thinking about incorporating BGINFO from Systernals into my remote repairs so that the first thing I see is a snapshot of useful info.
I'm thinking mostly for when I'm doing malware removal but the second half could be useful for quick-spotting when you're on a non-updated system.
What else could be useful here?
Edit: I'm also thinking about using a wrapper for it so that it backs up the existing Wallpaper settings for the user, runs the script and then, later, can restore the wallpaper.
Code:
Snapshot Time: <Snapshot Time>
IP Address: <IP Address>
Subnet Mask: <Subnet Mask>
Proxy: [COLOR=Red]<Proxy>[/COLOR]
Default Gateway: <Default Gateway>
DHCP Server: <DHCP Server>
DNS Server: <DNS Server>
IE Version: <IE Version>
Shell: <Shell>
EXE: <EXE>
Memory: <Memory>
OS Version: <OS Version>, SP <Service Pack>
Service Pack: <Service Pack>
User Name: <User Name>
Volumes: <Volumes>
[B]Proxy[/B] {custom}
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ProxyServer
[B]Shell[/B] {custom}
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell
[B]Exe [/B]{custom}
HKEY_CLASSES_ROOT\exefile\shell\open\command\
What else could be useful here?
Edit: I'm also thinking about using a wrapper for it so that it backs up the existing Wallpaper settings for the user, runs the script and then, later, can restore the wallpaper.