WeSearch

Fixing “Your organization has deleted this device” Without Reconnecting Everything

·2 min read · 0 reactions · 0 comments · 15 views
#windows#productivity#help
Fixing “Your organization has deleted this device” Without Reconnecting Everything
TL;DR · WeSearch summary

A user experienced an error message on their company laptop stating that the organization had deleted the device. Instead of disconnecting and reconnecting their work account, they found a command that resolved the issue. By running 'dsregcmd /forcerecovery' in the terminal, they were able to log in again without the hassle of re-authenticating apps and services.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 79932) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Emanuele Bartolesi Posted on May 19 Fixing “Your organization has deleted this device” Without Reconnecting Everything #windows #productivity #help For two days, my company laptop kept showing this error: Your organization has deleted this device. To fix this, contact your system administrator and provide error code 700003. At first, it looked like the only option was to disconnect and reconnect my work account from Windows. I really did not want to do that.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)