control system manager errors

ROCKYHDR

New member
Local time
2:45 AM
Messages
6
I seem to have 100s if not thousands of control system errors.
I am not having problems with laptop but am being advised I will in the future if I dont address them. People I have been talking to want to charge $100 or more to remotely fix them.
Can anybody suggest software I can download to address this?
I am just an average user and have limited experience.
I do use CC Cleaner and have used system tools before.

I dont know what to do?
 
Last edited:

My Computer

Computer Manufacturer/Model Number
sony corp/vpcf119gx
OS
windows 7 professional service pack 1
CPU
1.6ghz
Memory
4gb
Can you post some examples of what you mean please? Where are you seeing these error messages?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
There are over 6200 entries like the ones below

level date source event id task catagory

error 10/26/11 sidebyside 80 none
error 4/7/11 customer 1008 customer
warning 7/2/11 user profile 1530 none
warning 1/11/12 certificate 64 none

Just a few examples...from windows logs...applications....event log
 

My Computer

Computer Manufacturer/Model Number
sony corp/vpcf119gx
OS
windows 7 professional service pack 1
CPU
1.6ghz
Memory
4gb
Rocky,
First, you can forget about warning msgs. We all get hundreds of them.

Now, for the moment, forget all of your "control system" errors.

Does your computer system have any problems?
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
No....not at all....someone warned me that I eventually would have problems...I have had this Sony laptop for 1.5 years and it is working better than ever...except for the fact I have never been able to do a system restore...but that has been from day one...
 

My Computer

Computer Manufacturer/Model Number
sony corp/vpcf119gx
OS
windows 7 professional service pack 1
CPU
1.6ghz
Memory
4gb
rocky,
I cranked this out just for you.

Run the enclosed script and upload the resulting RestorePoints.txt (which will appear on your desktop) here. Thanks.

# **********************INSTRUCTIONS**************************
# STEP 1 ** RUN POWERSHELL AS ADMINISTRATOR ******************
# ************************************************************
#
# WIN key | type POWERSHELL | do NOT hit ENTER |
# in the PROGRAMS list, right-click on WINDOWS POWERSHELL |
# choose "Run as administrator" |
# Click on the YES button (if such appears)
#
# WIN key = key with Microsoft log on top
#
# for the guru:
# WIN | type POWERSHELL | CTRL+SHIFT+ENTER key combo | ALT+Y keycombo
# ************************************************************
# STEP 2 ** COPY AND PASTE ***********************************
# ************************************************************
#
# COPY the script using CTRL+C,
# COPY every line of script down thru both EXIT statements
#
# PASTE into Powershell
#----Right-Click at the PowerShell Prompt
#----(Ctrl+V does not work)
#
# Start copying with first script line without a # at start of the line
# Note: Actually, you can paste the entire file if you rather
#-------Lines starting with a # are ignored by PowerShell
# ************************************************************
# STEP 3 ** SCRIPT OUTPUT & SCRIPT PURPOSE *******************
# ************************************************************
# --The script output and purpose is given at the very front of the script
#
# --The script output and purpose is given at the very front of the script
#
# ************************************************************
# ***************** NOTE - POWERSHELL VERSION*****************
# if you receive this error msg:
#--The system can not find the path specified
# you may need to update your PowerShell
# you must be using Powershell 2.0 or later.
#
# To determine your Powershell version:
#---Run PowerShell
#---enter $host.version
#---you should see at least:
# Major Minor Build Revision
# ----- ----- ----- --------
# 2......0......-1.....-1
#
# If you do not see the above, update your Vista/Win 7.
# ************************************************************
# *************** NOTE - EXECUTION POLICY*********************
# If you haven't set the execution policy, you may need to:
#---Run PowerShell
#---enter SET-EXECUTIONPOLICY -EXECUTIONPOLICY REMOTESIGNED
# ************************************************************
PHP:
function get-ID { 
  param ([string]$title, [int]$arraycnt, [int]$arrayndx) 
  $id = " " + $title + " "
  If ($arraycnt -eq 1) {} else {$id = $id + [string]$arrayndx + " "}
  $id }
function get-title { param ([string]$id, $nrhashes = 51) 
  $hashes = ([int]($nrhashes - $id.length)/2)
  For ($j=0; $j -lt $hashes; $j++){$hashstr += "#"  }
  $title = $hashstr + $id + $hashstr
  If ($title.length -le $nrhashes) {$title += "#"}
  $title  }

$linelen = 130
$nrhashes = 51
$NrSterne = $linelen - $nrhashes
$sterne = ""
For ($i=1; $i -le $nrsterne; $i++) {$sterne += "*"}
$obj = New-Object PSObject

$ARR = @(GET-COMPUTERRESTOREPOINT | Sort -descending CreationTime)
$cnt = $arr.count
for ($i=1; $i -le $cnt; $i++) {
  $d = $arr[$i -1]
  $id = get-id "RESTORE POINT" $cnt $i
  $obj | add-member -membertype noteproperty -name ( Get-title $Id ) -value $sterne
  $obj | add-member -membertype noteproperty -name ($ID + "Creation Time") -value($d.converttodatetime($d.creationtime))
  $obj | add-member -membertype noteproperty -name ($ID + "Descripton") -value($d.description)
  $obj | add-member -membertype noteproperty -name ($ID + "Event Type") -value($d.EventType)
  $obj | add-member -membertype noteproperty -name ($ID + "Restore Point Type") -value($d.RestorePointType)
  $obj | add-member -membertype noteproperty -name ($ID + "Sequence Number") -value($d.sequencenumber)
}

$obj > $env:\userprofile\desktop\restorepoints.txt

EXIT
EXIT
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
I feel pretty stupid....I cannot for the life of me find win key
 

My Computer

Computer Manufacturer/Model Number
sony corp/vpcf119gx
OS
windows 7 professional service pack 1
CPU
1.6ghz
Memory
4gb
WIN = key with the microsoft logo (the wavy flag) on top of the key.
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
When I try to run it, I get an error. I have Powershell 2 and have set the SET-EXECUTIONPOLICY -EXECUTIONPOLICY REMOTESIGNED.

PS C:\Users\rrkurtz> function get-ID {
>> param ([string]$title, [int]$arraycnt, [int]$arrayndx)
>> $id = " " + $title + " "
>> If ($arraycnt -eq 1) {} else {$id = $id + [string]$arrayndx + " "}
>> $id }
>> function get-title { param ([string]$id, $nrhashes = 51)
>> $hashes = ([int]($nrhashes - $id.length)/2)
>> For ($j=0; $j -lt $hashes; $j++){$hashstr += "#" }
>> $title = $hashstr + $id + $hashstr
>> If ($title.length -le $nrhashes) {$title += "#"}
>> $title }
>>
PS C:\Users\rrkurtz> $linelen = 130
PS C:\Users\rrkurtz> $nrhashes = 51
PS C:\Users\rrkurtz> $NrSterne = $linelen - $nrhashes
PS C:\Users\rrkurtz> $sterne = ""
PS C:\Users\rrkurtz> For ($i=1; $i -le $nrsterne; $i++) {$sterne += "*"}
PS C:\Users\rrkurtz> $obj = New-Object PSObject
PS C:\Users\rrkurtz>
PS C:\Users\rrkurtz> $ARR = @(GET-COMPUTERRESTOREPOINT | Sort -descending CreationTime)
PS C:\Users\rrkurtz> $cnt = $arr.count
PS C:\Users\rrkurtz> for ($i=1; $i -le $cnt; $i++) {
>> $d = $arr[$i -1]
>> $id = get-id "RESTORE POINT" $cnt $i
>> $obj | add-member -membertype noteproperty -name ( Get-title $Id ) -value $sterne
>> $obj | add-member -membertype noteproperty -name ($ID + "Creation Time") -value($d.converttodatetime($d.creationtim
e))
>> $obj | add-member -membertype noteproperty -name ($ID + "Descripton") -value($d.description)
>> $obj | add-member -membertype noteproperty -name ($ID + "Event Type") -value($d.EventType)
>> $obj | add-member -membertype noteproperty -name ($ID + "Restore Point Type") -value($d.RestorePointType)
>> $obj | add-member -membertype noteproperty -name ($ID + "Sequence Number") -value($d.sequencenumber)
>> }
>>
PS C:\Users\rrkurtz> $obj > $env:\userprofile\desktop\restorepoints.txt
Cannot process argument because the value of argument "path" is invalid. Change the value of the "path" argument and run the operation again.
At line:1 char:13
+ $obj > $env: <<<< \userprofile\desktop\restorepoints.txt
+ CategoryInfo : InvalidArgument: (:) [], PSArgumentException
+ FullyQualifiedErrorId : Argument
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Rocky,
You did everything correctly.

Somewhere I slipped in a mistake into the version you downloaded.

The statement at the end:
$obj > $env:\userprofile\desktop\restorepoints.txt is WRONG.

Remove that backslash between $env: and userprofile.
That line should be:
$obj > $env:userprofile\desktop\restorepoints.txt

Very sorry about that.

karl
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
That worked. Hopefully Rocky can do that as well (This is Ztruker - I reported the error).
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Rich,
Thanks. I also have a much shorter script (a one-liner) that I'll be using in the future.
karl
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
I wish I had the patience to learn Power Script? It is amazing what you can do with it.

Do you know of any online courses available? Something I would pay for and therefore (because I'm thrifty :D) would actually apply myself to doing the course?
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Ztrucker,

I have had to google almost everything.

The lanaguage has "evolved", consequently, I recommend ignoring anything more than a year old. This situation will worse when PowerShell III iis unleashed in its 'final' version.

I'm just in my infancy in learing PowerShell. The language and, especially, the tools to help you write scripts have a long, long ways to go compared to C++ or VBasic.

I'm busy trying to get some answers out of the way, after which, I'll search thru my links,etc. which I've used.

Some of the syntactical rules are different from some ingrained programming habits of mine.

[FONT=&quot]PowerShell[/FONT]

[FONT=&quot]2012 scripting games study guide Resource for Learning PowerShell [/FONT]
[FONT=&quot]extract text from string [/FONT]
[FONT=&quot]formatting dates and times [/FONT]
[FONT=&quot]Get-Event help [/FONT]
[FONT=&quot]How can I check my event logs [/FONT]
[FONT=&quot]parse tab-delimited powershell guy [/FONT]
[FONT=&quot]pathmethods [/FONT]
[FONT=&quot]PowerShell - Launch parameters [/FONT]
[FONT=&quot]powershell 31 days [/FONT]
[FONT=&quot]PowerShell Cookbook [/FONT]
[FONT=&quot]PowerShell extract substirng [/FONT]
[FONT=&quot]Powershell Forum [/FONT]
[FONT=&quot]Powershell Forum Tobias Weltner [/FONT]
[FONT=&quot]Powershell HomePage [/FONT]
[FONT=&quot]PowerShell manual [/FONT]
[FONT=&quot]Powershellcommunity [/FONT]
[FONT=&quot]Powershellpro Tutorial 1 [/FONT]
[FONT=&quot]Processing Event Logs in PowerShell - Windows PowerShell Blog - Site Home - MSDN Blogs [/FONT]
[FONT=&quot]ProcessStartInfo RedirectStandardInput [/FONT]
[FONT=&quot]PS - custom object [/FONT]
[FONT=&quot]ps in action [/FONT]
[FONT=&quot]redirectinginput with powershell [/FONT]
[FONT=&quot]Rosettacode [/FONT]
[FONT=&quot]run powershell from command line [/FONT]
[FONT=&quot]Scripting WinDbg with PowerShell invoke [/FONT]
[FONT=&quot]start-process syntax examples [/FONT]
[FONT=&quot]Three Things You Might Not Know About PowerShell Functions [/FONT]
[FONT=&quot]Using SendKeys within PowerShell [/FONT]
[FONT=&quot]Windows PowerShell Core [/FONT]
[FONT=&quot]windows powershell wikipedia [/FONT]
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Home made Desktop
OS
Windows 10 Pro. 64/ version 1709 Windows 7 Pro/64
CPU
Intel i7-6800K @ 4.3
Motherboard
ASUS X-99 Deluxe II
Memory
Corsair Platinum 16 gig @2400
Graphics Card(s)
EVGA GTX 1070 OC
Monitor(s) Displays
Asus 27" LED LCD/VE278Q
Screen Resolution
1920-1080 or 1280-720 HDMI
Hard Drives
INTEL SSD 730-240 Gb Sata 3.0/
PSU
EVGA Platium 1200W
Case
Phanteks Luxe Tempered Glass 8 fans/ one radiator
Cooling
XSPC/ Water Cooled CPU
Keyboard
Das 4 Professional
Mouse
Logitech M705/MX Anywhere 2-S
Internet Speed
100 mbits
Antivirus
Microsoft Security Essentials/ Malwarebytes Premium 3.0/ SAS
Browser
I.E. 11 default/Firefox/ ISP Time Warner Cable/Spectrum
Other Info
LG BluRay Burner/
Sound system-KLipsch-THX/
Icy Dock ssd Hot Swap bays.
here it is:
get-computerrestorepoint |sort -descending sequencenumber > $env:userprofile\desktop\RestorePoints.TXT
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
Thanks for the links. I've not done any serious programming in 10 years or more other than Web Site stuff (HTML/CSS/Javascript, PHP, MySQL). I can hardly spell C++ any more.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Rich,
Since I subscribed to the RSS feeds from a couple of these guys, then I've not visit their websites per se as of late, but, names I can recommend are:
Don Jones, this is his rss feed:
<![CDATA[Latest Content by Don Jones]]>

Dreaming in PowerShell
Dreaming in PowerShell

Get-PowerShellBlog
Dreaming in PowerShell

Hey, Scripting Guy! blog
Hey, Scripting Guy! Blog

James O'Neill's blog
James O'Neill's Blog

JB's PowerShell
http://mspowershell.blogspot.com/rss.xml

Master PowerShell with Dr.Tobias Weitner
Powershell.com

Po$hPete
Po$H Pete | Those who can... $cript

Power Tips
Powershell.com

Powershell.com
Powershell.com

The Lonely Administrator
The Lonely Administrator

The Power Shell Guy
The PowerShell Guy

Tim Sneath
Tim Sneath

Under the Stairs
http://tfl09.blogspot.com/feeds/posts/default?alt=rss

Use Power Shell
Use PowerShell

Windows PowerShell Blog
Windows PowerShell Blog
 

My Computer

Computer Manufacturer/Model Number
Toshiba Satellite S875D-S7239 laptop
OS
MS Windows 7 Ultimate SP1 64-bit
CPU
AMD A10-4600M
Motherboard
AMD Pumori (Socket FT1)
Memory
6.00 GB Dual-Channel DDR3 @ 798MHz (11-11-12-28)
Graphics Card(s)
AMD Radeon HD 7660G
Sound Card
High Definition Audio Device
Monitor(s) Displays
Generic PnP Monitor (1600x900@60Hz)
Screen Resolution
1600x900@60Hz
Hard Drives
SSD 119GB Corsair CSSD-V128GB2 ATA Device
Keyboard
Standard PS/2 Keyboard
Mouse
HP Wireless Optical Mobile Mouse Model FHA-3410
Internet Speed
What the local pub, local coffee shop offers.
Other Info
Optical Drive:MATSHITA BD-CMB UJ160B ATA Device


Also have an Asus ha1002xp netbook with Win 7 Ultimate installed.
I'm getting started. Also found these 5 tutorials on PowerShell: Scripting with Windows PowerShell

The first one is a good start on what PowerShell is and how to use it command line without thinking about scripting (yet). I learned that Get-Help is your friend!!!
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
Lenovo IdeaCenter 450
OS
Windows 10 Pro X64
CPU
Intel Quad Core i7-4770 @ 3.4Ghz
Memory
16.0GB PC3-12800 DDR3 SDRAM 1600 MHz
Graphics Card(s)
Intel Integrated HD Graphics
Sound Card
Realtek HD Audio
Monitor(s) Displays
HP 22" LCD
Screen Resolution
1680 x 1050
Hard Drives
250GB Samsung EVO SATA-3 SSD
2TB Seagate ST2000DM001 SATA-2
1.5TB Seagate ST3150041AS SATA
Keyboard
Dell USB
Mouse
Lenovo USB
Internet Speed
Cable via Road Runner 3MB Upload, 30MB Download
Antivirus
Windows Defender, MBAM Pro, MBAE
Browser
Seamonkey
Other Info
UEFI/GPT
PLDS DVD-RW DH16AERSH
Back
Top