How do I delete Shortcuts from All Users desktops?
If you're talking about the All Users desktop, it can be found here:
- Windows Server 2003: %ALLUSERSPROFILE%\Desktop
- Windows Server 2008 and above: %PUBLlC%\Desktop
If want to remove shortcuts from each user's desktop, then you could write a script that deletes all *.LNK files from %USERPROFILE%\Desktop, or where ever their Desktop is redirected to ( %HOMESHARE%\Desktop).
Another method
Step 1. Edit a GPO that targets the computers that you want to apply the home page setting.
Step 2. Navigate to User Configuration > Preferences > Control Panel Settings > Windows Settings
Step 3. Click on the “Action” menu and click on “New” and then click on “Shortcut”
Step 4. Change the Action to “Delete” then select “All Users Desktop” and then type “Adobe Reader 9” in the name field.
Locations of the registry files in Windows 2008 R2
Locations of the registry files in Windows 2008 R2
HKLM\Security - %windir%\system32\config\SECURITY
HKLM\System - %windir%\system32\config\SYSTEM
HKLM\Software - %windir%\system32\config\SOFTWARE
HKLM\Components - %windir%\system32\config\COMPONENTS
HKLM\Sam - %windir%\system32\config\SAM
HKEY_USERS.DEFAULT - %windir%\system32\config\Default
HKEY_USERS\[SID] - %userprofile%\Ntuser.dat
HKCU\[SID]\Software\Classes - %userprofile%\AppData\Local\Microsoft\Windows\Usrclass.dat
Error Print driver host for 32bit applications
Error Print driver host for 32bit applications
Windows Server 2008 R2 64 bit
Komunikat błędu:
Bład w systemie windows serwer 2008 R2 wersja 64 bit – błąd aplikacji Nazwa aplikacji powodującej błąd: splwow64.exe, wersja: 6.1.7601.17777, sygnatura czasowa: 0x4f35fbfe Nazwa modułu powodującego błąd: RIC51Ic.DLL, wersja: 0.3.0.0, sygnatura czasowa: 0x50339ed3 Kod wyjątku: 0xc0000005 Przesunięcie błędu: 0x000000000003b124 Identyfikator procesu powodującego błąd: 0x11c08 Godzina uruchomienia aplikacji powodującej błąd: 0x01cfb210cddcc5e3 Ścieżka aplikacji powodującej błąd: C:\Windows\splwow64.exe Ścieżka modułu powodującego błąd: C:\Windows\system32\spool\DRIVERS\x64\3\RIC51Ic.DLL Identyfikator raportu: 0ba11e8e-1e04-11e4-bb67-e61f137ff21f - System
- Provider [ Name] Application Error
- EventID 1000 [ Qualifiers] 0
Level 2
Task 100
Keywords 0x80000000000000
- TimeCreated [ SystemTime] 2014-08-07T07:25:46.000000000Z
EventRecordID 433217
Channel Application
Computer SERW.COM
Security
- EventData
splwow64.exe
6.1.7601.17777
4f35fbfe
RIC51Ic.DLL
0.3.0.0
50339ed3
c0000005
000000000003b124
11c08
01cfb210cddcc5e3
C:\Windows\splwow64.exe
C:\Windows\system32\spool\DRIVERS\x64\3\RIC51Ic.DLL
0ba11e8e-1e04-11e4-bb67-e61f137ff21f
Jedno z możliwych rozwiązań:
http://support.microsoft.com/kb/2815716
Quota na folder windows server 2003
Podczas tworzenia quoty na folder w systemie Windows 2003 Server otrzymujemy komunikat:
Usługa sterownika filtru zarządzania przydziałami lub usługa sterownika filtru osłaniania plików nie jest uruchomiona
Rozwiązanie tego problemu
Istnieją dwa sterowniki niezbędne do uruchomienia tej usługi: DataScrn i Quota. Uruchom
- fltmc filters by sprawdzić czy filtry są dostępne w stosie I/O.
Jeżeli Quota jest niewidoczna wykonaj poniższe komendy
fltmc load Quota
Jeżeli brakuje Datascrn wpisz poniższe komendy
fltmc load Datascrn
Podobny artykuł jest poniżej: