Jump to content

Windows 10 - Programs Folder and Wait For Network


Recommended Posts

Posted

Hi,

 

Couple of issues with W10 at present which I hope someone can help with.

 

I'm using classic shell but the programs folder is still being created even though I've deleted it from 'C:\Users\Default\AppData\Roaming\Microsoft\Windows\Start Menu\programs' Am I missing something? Onedrive gets installed too even though I've disabled it in GP.

 

A more annoying thing is the wait for the network issue, its set in GP but its getting ignored. I can see errors in the event log telling me it cant do the file copy from the network because its not ready (and the network icon shows a cross for a couple of seconds when it gets to the logon screen)

 

Anyone got any advice?

Posted
Onedrive gets installed too even though I've disabled it in GP.

Run this...

 

[b]Command Prompt[/b]
%SystemRoot%\SysWOW64\OneDriveSetup.exe /uninstall

[u]or[/u]

[b]PowerShell[/b]
& $env:SystemRoot\SysWOW64\OneDriveSetup.exe /uninstall

 

and/or

 

Remove the OneDriveSetup registry value from the 'Run' key in the default user profile. e.g.

 

REG LOAD "HKLM\_USER" "C:\Users\Default\NTUSER.DAT"
REG DELETE "HKLM\_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v OneDriveSetup /f
REG UNLOAD "HKLM\_USER"

 

http://i.imgur.com/YguYJQm.png

  • Thanks 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...