add_filter('sanitize_user', 'allow_hebrew_usernames', 10, 3); function allow_hebrew_usernames($username, $raw_username, $strict) { if (!$strict) { // Allow Hebrew, English letters, numbers, underscores and hyphens return preg_replace('/[^א-תA-Za-z0-9_\-]/u', '', $raw_username); } return $username; }

Backup / Restore of Windows Desktop Versions

Issue

Backup / Restore of Windows Desktop Versions.
This article covers various backup/restore Windows desktop version issues.

Summary

Backup of Windows from a remote DS-Client

Network Access Requirement

To perform a full backup of a Windows desktop version computer, make sure the sharing and security model for local accounts is set to Classic – local users authenticate as themselves.

Start > Programs > Control Panel > Administrative Tools > Local Security Policy > Local Policies > Security Options > Network Access: Sharing and security model for local accounts > “Classic – local users authenticate as themselves”

דילוג לתוכן