Archivo de la categoría: Windows

Todo lo relacionado con Windows y Windows Server en sus diferentes versiones

mount NFS windows 2008 r2

at cmd prompt >mount -o anon \\192.168.1.1\srv\share z: z: is now successfully connected to \\192.168.1.1\srv\share The command completed successfully.

Use the System File Checker tool to repair missing or corrupted system files

source: https://support.microsoft.com/en-us/help/929833/use-the-system-file-checker-tool-to-repair-missing-or-corrupted-system Applies to: Windows 8.1Windows 8.1 EnterpriseWindows 8.1 Pro More System File Checker is a utility in Windows that allows users to scan for corruptions in Windows system files and restore corrupted files. This article describes how to run the System File Checker tool (SFC.exe) to scan your system files and to repair missing… Leer más »

chrome fix windows 10 update founders edition

Some people are reporting that installing the 17134.5 update via the cumulative update KB4135051 and then running the Command Prompt as an Administrator and entering the following helps: dism /online /add-package /packagepath:%homepath%\downloads\Windows10.0-KB4135051-x64_22fd6a942c7b686a5434bcc8dfc87f3379c99437.cab https://www.techradar.com/news/windows-10-april-2018-update-is-causing-issues-in-chrome-and-microsoft-is-now-working-on-its-successor

change network to private windows 2012 windows server

Hit Winkey + R to open Run prompt and type gpedit.msc Navigate to: Computer Configuration/Windows Settings/Security Setting /Network List Manager Policies. Choose your Network name in the right pane. Note: To show networks not currently connected, right-click Network List Manager Policies in the left pane and choose Show All Networks. Go to Network Location tab and change the Location type from Public to Private.  Close… Leer más »

Quick Access in Windows 10 is not working acceso rápido no funciona

First disable Quick Access and then r-enable it and see if it helps. If not, then open File Explorer and paste the following folder paths in the address bar and hit Enter. %AppData%\Microsoft\Windows\Recent\AutomaticDestinations %AppData%\Microsoft\Windows\Recent\CustomDestinations Once the folder is opened, press Ctrl+A to select all its contents. Now right-click and select Delete, to  delete all the… Leer más »

CREATE SYNONYM ( join multiple databases in tableau sql server)

CREATE SYNONYM [dbo].[tbl1] FOR [db1].[dbo].[tbl1] The above code, if run on db2, would create an object tbl1 which would behave as a table under the dbo schema in db2, but would actually reference [db1].[dbo].[tbl1]. If you are on 2000, then no, it’s fully qualified names or nothing, I’m afraid. Nota: –>Ubicarse en la base donde… Leer más »

servicios para deshabilitar windows 8.1

Los servicios que el sistema ya tenga como “Manual” y no estén iniciados no hace falta tocarlos y no los mencionaremos. Archivos sin conexión: Si no utilizáis las funciones del Centro de Sincronización de Windows podéis deshabilitarlo o dejarlo en Manual. Cola de Impresión: Si no tenéis una impresora conectada a vuestro equipo y no… Leer más »