Good.
To make sure that the dump file settings are correct,I'd like for you to run a script for me.
# **********************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
# ************************************************************
Script:
# **************************************************
# Puts MiniDumpSettings.TXT on the desktop
#***************************************************
gwmi Win32_OSRecoveryConfiguration |
select minidumpdirectory, expandedminidumpdirectory, overwriteexistingdebugfile, kerneldumponly,`
debuginfotype, autoreboot, writedebuginfo, writetosystemlog | fl > $env:userprofile\desktop\minidumpsettings.txt
EXIT
EXIT
====================================
Attach Minidumpsettings.txt to your next post please.
======================================
======================================
Please carry out the following:
Install CCleaner:
CCleaner - PC Optimization and Cleaning - Free Download list of STARTUP PROGRAMS
CCleaner | Tools icon
| Startup button
| Windows tab
|
click on
Save to text file button (bottom right side) |
accept
Startup.txt as
file name | SAVE button
list of SCHEDULED TASKS
CCleaner | Tools icon
| Startup button
| Scheduled Tasks tab
|
click on
Save to text file button (bottom right side)
|
enter
Scheduled Tasks as
File name | Save button
List of INSTALLED PROGRAMS
CCleaner | Tools icon
| Uninstall button |
click on
Save to text file button (bottom right side)
|
accept
install.txt as
File name | Save button
UPLOAD, as an attachment, the
startup.txt file
UPLOAD, as an attachment, the
Scheduled Tasks.txt file
UPLOAD, as an attachment, the
install.txt file.
HOW TO UPLOAD
Post a File or Screenshot in Seven Forums
=======================================