Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Angelika

Pages: 1 2 [3] 4
51
General Computer Support / ScRegSetValueExW - error occured
« on: March 25, 2018, 05:44:29 am »
scregsetvalueexw call failed for start with the following error: Access denied..

How to repair?

52
How to delete all files by excluding only those files from the list?

53
General Computer Support / Super-Quick disk check
« on: March 15, 2018, 07:54:46 am »
Quick disk check  . What parameter. How to run command Volume GUID: \\?\Volume{...............}. I do not remember this parameter. For example, checking 1 TB of disk takes about a minute. So really much, much faster than that:
Code: [Select]
chkdsk [volume[[path]filename]]] [/F] [/V] [/R] [/X] [/I] [/C] [/L[:size]]
Very slow SCAN 1 TB disk:
CHKDSK C: /I /C /V

54
All system updates take up a lot of disk space. Although it regularly performs Windows Update Cleanup.

Folder:
Windows 27,8 GB
program Filesx86 + 64 = 25 GB

WinSxs 11,7 GB

55
Sometimes I get a CHKDSK error corrupted pagefile.sys file if I use programs intensively (requiring a lot of paging 10GB+ or 100% physical memory12+GB)

In this case, repair /r does not work, only /f work.
Can not access the SSD volume.
More here:
https://appuals.com/fix-chkdsk-unspecified-error-occurred/

unspecified error occurred” with error code (726173642e637878 25f) or (75736e6a726e6c2e 4f6)


---------------------------
https://support.microsoft.com/en-us/help/2502789/a-chkdsk-command-fails-with-an-unspecified-error-on-a-windows-7-based
A Chkdsk command fails with an unspecified error on a Windows 7-based or Windows Server 2008 R2-based computer that uses a low frequency AMD CPU (Intel)


56
General Computer Support / [SOLVED]Take Ownership not work!
« on: February 23, 2018, 04:35:13 am »
How to modify script so that do not click on the administrator permissions each time UAC is enabled.
There are two administrators in Windows.


Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

57
I am looking for a program to collage photos only in a simple way.
I've tested a lot of different programs, but without the expected results, because the size of the photo is cropped


OK


BAD

58
An important repair option is missing:

Thumbnail Filetypes Registered:
flv, avi etc.


59
How to change the counter in unique file names?
The counter is used in the order of photos.

counter->separator->filename
[0-9]#[A-Za-z0-9-_].jpg

Is:
1#filename.jpg
19#filename.jpg
20#filename.jpg
2400#filename.jpg

Should:
1#filename.jpg
2#filename.jpg
3#filename.jpg
4#filename.jpg

In Total Commander or Advanced Renamer.


60
General Computer Support / PERMANENT disable lang. bar (214)
« on: January 01, 2018, 09:01:43 am »
How to completely disable the combinations (accidentally pressed some keys), so that the language bar does not occasionally change to (214). This is annoying (does anyone have a similar problem?)

61
General Computer Support / AMDA00 (Driver) - Code 37 Errors
« on: January 01, 2018, 05:08:49 am »
AMDA00 (Driver) - Code 37 Errors

This is the latest driver from the manufacturer's site, or there is no other driver from the DVD.
Re-installation should return the same error.
ASUSTeK Computer Inc.
17-03-14
Version: 1.0.1.0

Z97-PRO Motherboard

62
Tweaking.com Support & Help / WR V4 problem
« on: January 01, 2018, 04:36:17 am »
WR v4 checks on each partition .db (thumb) files, how to bypass this time-consuming process, check only on one partition ?

63
Missing "Run as administrator" option in context menu in start menu searches

How to fix it?

64
How to fully unninstal one of the Windows updates?
1. The installer/unninstaller is corrupt.
2. The uninstall option from the control panel, not possible, does not detect a faulty installation
3. All the best programs for better uninstalling do not support UPDATE (support only applications)
4. Cleaning the registry - do not help.
5. A command from CMD does not solve the problem.
6. System Update Readiness Tool not help
7. Other advanced methods? Waiting for suggestions because in Google there are no better solutions.

Code: [Select]
KB2685811
Code: [Select]
Microsoft Windows [Wersja 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Wszelkie prawa zastrzeżone.

C:\Windows\system32>wusa /uninstall /kb:2685811



---------------------------
Standalone Windows Update installer
---------------------------
The installer encountered an error: 0x80070490 <=== Note: You can repair this error only for Windows Update, does not fix this error for a single update (treats it as if the update was successfully installed)



The item can not be found.




DISM.exe /Online /Remove-Package /PackageName:Package_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11 /norestart

The version of the deployment image tool
and management of it: 6.1.7600.16385

Image version: 6.1.7601.18489

An error occurred while trying to open - Package_for_KB2685811 ~ 31bf3856ad364e35 ~ amd64 ~~ 6.1.1.11. Error: 0x80070002

Error: 2

The specified file can not be found.

=======
Expand –F:* C:\Users\xxxDownloads\windows6.1-kb2685811-x64_191e09df632b70fd4f4b27d4cb9227f7c5a1c98c.msu e:\temp\976571


DISM.exe /Online /Add-Package /PackagePath:E:\temp\976571\Windows6.1-KB2685811-x64.cab

ERROR: 1168


edit:
solved


Code: [Select]
DISM.exe /Online /Remove-Package /PackagePath:E:\temp\976571\Windows6.1-KB2685811-x64.cab
Error: Can not install Aktualizacja dla systemu Windows (KB2685811)

65
Tweaking.com Support & Help / Unninstal WR v4 not work
« on: December 29, 2017, 03:15:58 pm »
Unninstal WR v4 not work


Code: [Select]
---------------------------
uninstall
---------------------------
Invalid start mode: archive filename
---------------------------
OK   
---------------------------

66
Tweaking.com Support & Help / WR V4 2018 Scan Complete - Problems Found!
« on: December 29, 2017, 10:56:45 am »
┌────────────────────────────────────────────────────────────────────────────────┐
│ Tweaking.com - Windows Repair 2018 (v4.0.11) - Pre-Scan
│ Computer: KOMPUTER (Windows 7 Ultimate 6.1.7601.23963 Service Pack 1) (64-bit)
│ [Started Scan - 29-12-17 19:54:27]
└────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────────────────────┐
│ Scanning Windows Packages Files.
│ Started at (29-12-17 19:54:27)

│ These Files Are Missing: (Total: 10)
C:\Windows\servicing\Packages\Package_18_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.cat
C:\Windows\servicing\Packages\Package_18_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.mum
C:\Windows\servicing\Packages\Package_1_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.cat
C:\Windows\servicing\Packages\Package_1_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.mum
C:\Windows\servicing\Packages\Package_21_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.cat
C:\Windows\servicing\Packages\Package_21_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.mum
C:\Windows\servicing\Packages\Package_for_KB2685811_SP1~31bf3856ad364e35~amd64~~6.1.1.11.cat
C:\Windows\servicing\Packages\Package_for_KB2685811_SP1~31bf3856ad364e35~amd64~~6.1.1.11.mum
C:\Windows\servicing\Packages\Package_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.cat
C:\Windows\servicing\Packages\Package_for_KB2685811~31bf3856ad364e35~amd64~~6.1.1.11.mum

10 Combined Problems were found with the packages files, these files need to be replaced (These mainly only effect installing Windows Updates.)
│ The SFC (System File Checker) doesn't scan and replace some of these files, so you may need to replace them manually.

│ THESE FILES DO NOT KEEP THE REPAIRS FROM WORKING; YOU MAY STILL RUN THE REPAIRS IN THE PROGRAM.

│ Files Checked & Verified: 5 947

│ Done Scanning Windows Packages Files.(29-12-17 19:54:51)
└────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────────────────────┐
│ Scanning Reparse Points.
│ Started at (29-12-17 19:54:51)

│ Reparse Points are OK!.

│ Files & Folders Searched: 535 202
│ Reparse Points Found: 176

│ Done Scanning Reparse Points.(29-12-17 19:54:59)
└────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────────────────────┐
│ Checking Environment Variables.
│ Started at (29-12-17 19:54:59)

│ No problems were found with the Environment Variables.

│ Done Checking Environment Variables. (29-12-17 19:54:59)
└────────────────────────────────────────────────────────────────────────────────┘
┌────────────────────────────────────────────────────────────────────────────────┐
│ [Finished Scan - 29-12-17 19:54:59]

  • Scan Complete - Problems Found!


  • You can use the Repair Reparse Points or Repair Environment Variables tools at the bottom of this Window if needed.


  • While problems have been found, you can still run the repairs in the program.

  • But for the best results it is recommended to fix the problems reported in this scan if possible.

└────────────────────────────────────────────────────────────────────────────────┘

67
General Computer Support / [SOLVED] BSOD 0x50 drivers windows 7
« on: December 27, 2017, 06:26:24 am »
How to check if all drivers are digitally signed or not? (for all devices).
Note that all drivers are already installed and I want to detect if they are not digitally signed.

68
Any old or newest version will never fix this problem.
This repair option does nothing at all.

Code: [Select]
Windows Repair v4.0.11
Repairs - Main -> Open Repairs -> 32 - Repair Performance Counters


Code: [Select]
ERROR: Performance monitoring for the Collector can not be initiated because the counters are not loaded or the shared memory object can not be opened. This affects only the availability of performance monitor counters.
Context: application, SystemIndex list

Code: [Select]
- System

  - Provider

   [ Name]  Microsoft-Windows-Search
   [ Guid]  {CA4E628D-8567-4896-AB6B-835B221F373F}
   [ EventSourceName]  Windows Search Service
 
  - EventID 3007

   [ Qualifiers]  49152
 
   Version 0
 
   Level 2
 
   Task 3
 
   Opcode 0
 
   Keywords 0x80000000000000
 
  - TimeCreated

   [ SystemTime]  2017-12-26T17:11:28.000000000Z
 
   EventRecordID 95511
 
   Correlation
 
  - Execution

   [ ProcessID]  0
   [ ThreadID]  0
 
   Channel Application
 
   Computer Komputer
 
   Security
 

- EventData

  ExtraInfo Kontekst: aplikacja , wykaz SystemIndex 

69
What tool and how to save information about each file or folder with information from file and folder ID (also applies to Unicode names in the path)???

Example:
Q:\Небесном Египте Яко\IMG_001
Ntfs File ID:2773915
Directory NTFS File ID:2755065


All information of any whole disk to save the CSV or TXT.

70
General Computer Support / [SOLVED]How do find a file without an extension?
« on: December 21, 2017, 08:32:51 am »
How do find a file without an extension?

example:
Extension *.ext
Without Extension ?

71
General Computer Support / [STILL PROBLEM]not show the AVI (video) preview
« on: December 17, 2017, 09:42:32 am »
https://www.youtube.com/results?search_query=avi+thumbnails+not+showing+windows+7

All tips have failed and ICAROS, Tweaking and many other tricks with the registry and re-instal K-Lite Mega Codec Pack 13.7 64-bit still do not show the AVI preview !!!


edit: Restart explorer.exe SOLVED



72
How to reduce the fan speed of the graphics card?
Any tool (but not Speed Fan etc) does not work.

73
Take Ownership not work:
---------------------------
Error
---------------------------
Internal Error 00000014
---------------------------
OK   
---------------------------




Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\*\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\*\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" && icacls \"%1\" /grant administrators:F"

[HKEY_CLASSES_ROOT\Directory\shell\runas]
@="Take Ownership"
"NoWorkingDirectory"=""

[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"
"IsolatedCommand"="cmd.exe /c takeown /f \"%1\" /r /d y && icacls \"%1\" /grant administrators:F /t"

My System is Polish

Administrators (Administratorzy)

does not it make a difference?

74
General Computer Support / [SOLVED]NTFS File System
« on: November 10, 2017, 06:09:35 am »
Example:

Code: [Select]
The attribute type 0x80 and the 0x4 occurrence tag are crossed

starting with 0x7b96a0 for about 0x4 clusters.

Why sometimes the File System gets corrupted even though the disk is 100% healthy.
These errors are very rare, but at an unexpected time sometimes such things happen when CHKDSK computer starts to detect errors.

What is "cross file" and why is this happening and how to avoid errors in the volume bitmap in the future?
On the Microsoft site there is no explanation why the File System sometimes gets corrupted and practically in every system there is a CHKDSK to repair or improve the File system.
Will regular cleanup of security descriptors help you avoid errors?
How to start a security descriptor instantly during each computer start. I remember my friend used to have something like that in XP, but the super-fast scan worked on every partition, even if the drive was big.

Event Log sometimes reports an NTFS error.
But what to do to immediately get a notification, for example, on the Desktop if there is a situation or in the System tray???


75
When I try to shut down the System, I get an error

explorer.exe error



SFC /SCANNOW No errors detected
chkdsk /r No errors detected

Probably caused by : rpcrt4.dll

https://support.microsoft.com/pl-pl/help/2958386/fix-error-in-rpcrt4-dll-leads-to-intermittent-crashes-when-you-start-a

Where is the link to download this patch?

Pages: 1 2 [3] 4