|
Kill "Not Responding" Processes
Hi, This is the simplest "2 Liner Script" for kill multiple "Not responding"...
|
11-09-2011
|
115
|
0
|
|
System Information in Html
hi, this PowerShell script get the system infomation using wmi and export in to a single HTML file...
|
11-09-2011
|
308
|
1
|
|
Change Windows Power Scheme
Hi, this script helps to change the default or Active "Power Scheme" on windows 7 with...
|
11-09-2011
|
135
|
0
|
|
Search for File Content using Windows Desktop Search
illustrates how you can use PowerShell to query the desktop search engine to return paths to all...
|
06-29-2011
|
266
|
0
|
|
dim display brightness
shows how to control notebook display brightness. Takes advantage of the "Power" troubleshootingpack...
|
05-17-2011
|
225
|
0
|
|
Set Internet Time
provides a function called Get-InternetTime which retrieves the current internet time from a time...
|
04-06-2011
|
267
|
0
|
|
Automatically Add ScriptProperties From SubObjects
Add-SubProps automatically creates script properties for all properties found in a subobject. So...
|
02-17-2011
|
204
|
0
|
|
Read extended file attributes/properties
Add-FileDetails enables you to add additional properties to a file like video size or music artist...
|
01-07-2011
|
404
|
0
|
|
Read all Event Logs in one step
Demonstrates how to query which event logs exist and then query all of them for all events that...
|
12-06-2010
|
504
|
0
|
|
Colorful HTML Report showing service status
Creates a color-coded HTML report. Stopped services are marked in red, running services in green...
|
12-06-2010
|
615
|
0
|
|
Restart-Service Remotely
Stop-Service, Start-Service and Restart-Service all only work locally. This script creates a new...
|
11-18-2010
|
645
|
0
|
|
Refresh Explorer
creates a function called Refresh-Explorer which calls native API functions to make explorer refresh...
|
11-16-2010
|
352
|
0
|
|
Set-Shortcut
can change shortcut properties like assigning or removing keyboard shortcuts. In this demo, you...
|
10-18-2010
|
311
|
0
|
|
Show-Properties
Opens the property page for any file specified. Sample for a pipeline-aware function (filter)
|
10-01-2010
|
272
|
0
|
|
Get-Shortcut
retrieves all shortcut information in your start menu
|
10-01-2010
|
305
|
0
|