Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail and Calendar app not working #50

Closed
singhmanpo opened this issue Aug 9, 2020 · 6 comments
Closed

Mail and Calendar app not working #50

singhmanpo opened this issue Aug 9, 2020 · 6 comments
Labels
bug Something isn't working

Comments

@singhmanpo
Copy link

I might have missed some part of code, but, Mail and Calendar apps are crashing within seconds after opening.
Need help to revert this feature or function.

@farag2
Copy link
Owner

farag2 commented Aug 10, 2020

What sections did you ran?

@singhmanpo
Copy link
Author

I ran something related to Microsoft communications. I think I went wrong there.

@farag2
Copy link
Owner

farag2 commented Aug 11, 2020

Hm. Can confirm...

@farag2 farag2 added the bug Something isn't working label Aug 11, 2020
@gtumanyan
Copy link

Mail, calendar and synchronization depend on

  • OneSyncSvc - Синхронизация узла

  • PimIndexMaintenanceSvc - Служба контактных данных

  • UnistoreSvc - Служба хранения данных пользователя

  • UserDataSvc - Служба доступа к данным пользователя

@farag2
Copy link
Owner

farag2 commented Aug 11, 2020

@gtumanyan, yeah, thought the same way. Need more tests.

@farag2
Copy link
Owner

farag2 commented Aug 11, 2020

So thanks for bug reporting and @gtumanyan. And from now I've forgot about blocking the Win 10 telemetry, The end.

New-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\PimIndexMaintenanceSvc -Name Start -PropertyType DWord -Value 3 -Force
Remove-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\PimIndexMaintenanceSvc -Name UserServiceFlags -Force
New-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UnistoreSvc -Name Start -PropertyType DWord -Value 3 -Force
Remove-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UnistoreSvc -Name UserServiceFlags -Force
New-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UserDataSvc -Name Start -PropertyType DWord -Value 3 -Force
Remove-ItemProperty -Path HKLM:\System\CurrentControlSet\Services\UserDataSvc -Name UserServiceFlags -Force
# Restart required

@farag2 farag2 closed this as completed Aug 11, 2020
farag2 added a commit that referenced this issue Aug 17, 2020
# Before running the script read the [FAQ](https://github.com/farag2/Windows-10-Setup-Script#faq)

## The next stop is 5.0 version or [SophiApp Community Edition](https://imgur.com/SpPok1E). All depends on what comes out earlier

## Windows 10 2004 | 1903/1909 | LTSC Enterprise 2019 Versions

## Updated

- Removed "Turn off per-user services" section;
  - Closed #50 & #52;
- Updated "Turn on Windows 10 20H2 new Start style" section (for 2004 only);
- Updated "Change %TEMP% environment variable path to the %SystemDrive%\Temp" section;
  - Added prompt for choice;
    - Added symbolic link creation;
  - Closed #51.
- Minor changes.

## Updated

- As I was asked many times, released the LTSC version;
- Closed #40 & #39;
- Minor changes.

# Перед запуском скрипта, прочтите раздел [FAQ](https://github.com/farag2/Windows-10-Setup-Script#faq)

## Следующая остановка — версия 5.0 или [SophiApp Community Edition](https://imgur.com/SpPok1E). Все зависит от того, что раньше выйдет

## Версия для Windows 10 2004 | 1903/1909 | LTSC Enterprise 2019 Versions

## Обновлено

- Удален раздел "Отключить cлужбы для отдельных пользователей";
  - Closed #50 & #52;
- Обновлен раздел "Включить новый стиль Пуска как в Windows 10 20H2" (только для 2004);
- Обновлен раздел "Изменить путь переменной среды для %TEMP% на %SystemDrive%\Temp";
  - Добавлена возможность выбора;
    - Добавлено создание символьной ссылки;
  - Закрыта #51.
- Незначительные изменения.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants