Results for ADSI Edit un-hide object

🔍

828 solutions found, page 19 of 42

Parsing error: Unexpected token

ESLint Unexpected token in TypeScript interface fix

ESLint chokes on TypeScript interface declarations when it's not configured to parse TS. The fix: install @typescript-eslint/parser and update .eslint...

Programming & Dev Tools Intermediate 👁 0 1d ago
0X0000214E

Fixing ERROR_DS_CANT_RETRIEVE_SD (0x214e) in Active Directory

Active Directory can't read a security descriptor on an object. Usually a permissions or replication issue. We'll walk through the fix from quick to t...

Cybersecurity & Malware Intermediate 👁 0 14h ago
0X000020B0

Active Directory rename fails: ERROR_DS_CROSS_NC_DN_RENAME (0X000020B0)

This error hits when you try to rename a user or group across different domain naming contexts. The fix is performing the move within the same contain...

Windows Errors Intermediate 👁 0 21h ago
0XC01C0005

Fix 0XC01C0005: Invalid Name Request in Windows

This error hits when a filter manager name request goes wrong, often after a driver update or app install. Here's how to kill it fast....

Windows Errors Intermediate 👁 0 14h ago
Invalid Class Name

Hard Drive 'Invalid Class Name' Error Fix

This error appears when Windows can't read the drive's metadata. The fix is a registry tweak to reset the device class....

Hardware – Hard Drives Intermediate 👁 0 1d ago
0XC0000061

STATUS_PRIVILEGE_NOT_HELD 0xC0000061 fix: privilege error

That STATUS_PRIVILEGE_NOT_HELD error means Windows denied access. The quick fix is resetting security permissions on the file or folder. Here's how....

Windows Errors Intermediate 👁 0 21h ago
0X80093018

Fix OSS_CANT_OPEN_TRACE_WINDOW (0x80093018) in 3 Steps

ASN.1 parsing error when Windows tries to read corrupted certificates or encrypted files. Usually a registry or file permission issue....

Windows Errors Intermediate 👁 0 14h ago
0X00000262

Fix ERROR_BAD_SERVICE_ENTRYPOINT 0x00000262 on Windows Server

Service callback entrypoint is corrupted or missing. Usually from a bad driver install or registry edit. Here's how to fix it fast....

Server & Cloud Intermediate 👁 0 1d ago
0X00001B97

Fix ERROR_CTX_NO_FORCE_LOGOFF (0X00001B97) on RDS

This Remote Desktop error blocks logoffs when a user's session is stuck on the console. We'll fix it with Group Policy or registry tweaks....

Windows Errors Intermediate 👁 0 21h ago
0x80070035

Windows can't find '\' network path error fix

Windows can't find the network path? This is usually a DNS or SMB version mismatch. Here's the real fix....

Network & Connectivity Intermediate 👁 0 6h ago
0X00002037

Fix ERROR_DS_NAMING_VIOLATION (0x00002037) Fast

Active Directory naming violation usually means a bad character or too-long name. Here's the real fix and why it works....

Windows Errors Intermediate 👁 0 1d ago
0X000013CF

Cluster resource 0X000013CF: NODE_CANT_HOST_RESOURCE fix

This error means the cluster resource can't come online because no node in the quorum can host it. The fix is usually a quorum witness misconfiguratio...

Server & Cloud Intermediate 👁 0 14h ago
0X000021AB

Fix ERROR_NO_SITE_SETTINGS_OBJECT (0X000021AB) Fast

This error means Windows can't find the site settings object for an IE or Edge site. The fix is usually a registry tweak or clearing cached site data....

Windows Errors Intermediate 👁 0 1d ago
0X8004006C

DV_E_DVTARGETDEVICE_SIZE (0X8004006C): tdSize Invalid

The tdSize in a DVTARGETDEVICE structure doesn't match its actual size. Usually from bad clipboard data or printer driver mismatches....

Windows Errors Intermediate 👁 0 9h ago
0X00002122

Fix Printer Error 0X00002122: Backlink Without Link

This error means your printer driver's directory service link is broken. Usually caused by a corrupt printer object in AD. Here's how to fix it fast....

Hardware – Printers Intermediate 👁 0 1h ago
FATAL: password authentication failed for user

Fix PostgreSQL FATAL password authentication failed

This error occurs when PostgreSQL rejects the password for a user. Common causes include incorrect credentials, missing pg_hba.conf rules, or expired ...

Database Errors Intermediate 👁 0 2d ago
0X000013B0

Fix ERROR_CLUSTER_NODE_EXISTS (0X000013B0) in Windows Failover Cluster

This error hits when you try to add a server to a cluster, but Windows thinks it's already a member. We'll clear the stale node entry and rejoin it cl...

Server & Cloud Intermediate 👁 0 1h ago

Excel Freeze Panes Not Working in Windows 11 – Fix It Fast

Excel's Freeze Panes grayed out or not locking rows? Here's how to fix it in Windows 11, from a quick view check to a deep Profile repair....

Software – Microsoft Office Beginner 👁 0 1d ago
0X80010112

OLE Invalid Extension Error 0x80010112 Fix

The RPC_E_INVALID_EXTENSION error means OLE got a bad COM packet. Almost always caused by a corrupted RPC service or broken DCOM config. Here's the qu...

Server & Cloud Intermediate 👁 0 1d ago
Cannot truncate table because it is being referenced by a FOREIGN KEY constraint

Fixing 'Cannot truncate table because it is being referenced by a FOREIGN KEY'

You tried to TRUNCATE a parent table with child tables referencing it via a foreign key. SQL Server blocks this by design — here's how to work around ...

Database Errors Intermediate 👁 0 2d ago